- 状态
- 规范
- 相关内容
- 文档标签和贡献者
在 HTTP 协议中,响应状态码 203 Non-Authoritative Information
表示请求已经成功被响应,但是获得的负载与源头服务器的状态码为 200
(OK
)的响应相比,经过了拥有转换功能的 proxy (代理服务器)的修改。
The 203
状态码有点类似于 Warning
首部的 214
(Transformation Applied)警告码,后者的优势在于可以应用于任何状态码的响应之中。
状态
- 203 Non-Authoritative Information
规范
Specification | Title |
---|---|
RFC 7231, section 6.3.4: 203 Non-Authoritative Information | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
相关内容
200
- Proxy server
Warning
文档标签和贡献者
标签:
- 代理服务器
- 响应状态码
- 警告码
- 转换
此页面的贡献者:mdnwebdocs-bot, WayneCui
最后编辑者:mdnwebdocs-bot,