如何从示例 curl 中完全删除端口号

How to remove port number completely from example curl

我正在记录一个网络 API,我需要 curl 和 httpie 示例作为对我们端点的有效调用。问题是示例 curl 片段包含一个端口号,我看不出有任何方法可以摆脱它。我知道如何 set the port number,但我不知道如何完全摆脱它。

我错过了什么吗?这似乎是一个常见的用例。

在此先感谢您的帮助!

如果您将端口设置为该方案的默认值,那么它将从 curl 片段(以及包含 URI 的其他片段)中省略。 http 的默认值为 80,https 的默认值为 443。