• 状态
  • 示例
  • 规范
  • 相关内容
  • 文档标签和贡献者

    426 Upgrade Required 是一种HTTP协议的错误状态代码,表示服务器拒绝处理客户端使用当前协议发送的请求,但是可以接受其使用升级后的协议发送的请求。

    服务器会在响应中使用 Upgrade 首部来指定要求的协议。

    状态

    1. 426 Upgrade Required

    示例

    1. HTTP/1.1 426 Upgrade Required
    2. Upgrade: HTTP/3.0
    3. Connection: Upgrade
    4. Content-Length: 53
    5. Content-Type: text/plain
    6.  
    7. This service requires use of the HTTP/3.0 protocol

    规范

    SpecificationTitle
    RFC 7231, section 6.5.15: 426 Upgrade RequiredHypertext Transfer Protocol (HTTP/1.1): Semantics and Content

    相关内容

    • Upgrade
    • 101 Switching Protocol

    文档标签和贡献者

    标签:

    • 响应状态码
    • 客户端错误

    此页面的贡献者:mdnwebdocs-bot, WayneCui

    最后编辑者:mdnwebdocs-bot,