将 HTTP 连接放置在现实世界中的问题:标头位于末尾

发布于 2024-12-23 03:23:23 字数 388 浏览 2 评论 0原文

将 HTTP Connection: 字段放在标头末尾是否存在任何已知问题?

来自标准(RFC2616,第 4.2 节):

首先发送通用标头字段其中包括连接),然后发送请求标头或响应是“良好做法” -标头字段,并以实体标头字段结尾。

如果我违反了 Connection HTTP 标头的“良好实践”,我会受到惩罚吗?

Are there any known problems with putting the HTTP Connection: field at the end of the headers?

From the Standard (RFC2616, section 4.2):

it is "good practice" to send general-header fields first (which includes Connection), followed by request-header or response-header fields, and ending with the entity-header fields.

Am I gonna get bit if I violate the "good practice" for the Connection HTTP Header?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

向日葵 2024-12-30 03:23:23

这只是“良好实践”,而不是要求。 HTTP 实现需要支持以任何顺序出现的标头。

It is "good practice" only, not a requirement. HTTP implementations are required to support headers appearing in any order.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文