IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    HTTP 状态码参考

    Teacher Du发表于 2024-11-01 03:51:26
    love 0

    这个页面上是 HTTP 超文本传输协议的常见返回状态码列表。根据互联网的资料,尤其是相关 RFC 中的描述整理而成。杜老师会努力保证这个页面上的描述是准确无误的。如果对其中提到内容有任何问题,欢迎在页面下留言讨论!

    1xx Informational

    提示信息列表如下:

    状态编码英文名称
    100Continue
    101Switching Protocols
    102Processing
    103Early Hints

    2xx Successful

    请求成功列表如下:

    状态编码英文名称
    200OK
    201Created
    202Accepted
    203Non-Authoritative Information
    204No Content
    205Reset Content
    206Partial Content
    207Multi-Status
    208Already Reported
    226IM Used

    3xx Redirection

    跳转列表如下:

    状态编码英文名称
    300Multiple Choices
    301Moved Permanently
    302Found
    303See Other
    304Not Modified
    305Use Proxy
    306Switch Proxy
    307Temporary Redirect
    308Permanent Redirect

    4xx Client Error

    客户机端错误列表如下:

    状态编码英文名称
    400Bad Request
    401Unauthorized
    402Payment Required
    403Forbidden
    404Not Found
    405Method Not Allowed
    406Not Acceptable
    407Proxy Authentication Required
    408Request Timeout
    410Gone
    411Length Required
    412Precondition Failed
    413Payload Too Large
    414URI Too Long
    415Unsupported Media Type
    416Range Not Satisfiable
    417Expectation Failed
    418I’m a teapot
    421Misdirected Request
    422Unprocessable Entity
    423Locked
    424Failed Dependency
    425Too Early
    426Upgrade Required
    428Precondition Required
    429Too Many Requests
    431Request Header Fields Too Large
    451Unavailable For Legal Reasons

    5xx Server Error

    服务器端错误列表如下:

    状态编码英文名称
    500 Internal Server Error
    501Not Implemented
    502Bad Gateway
    503Service Unavailable
    504Gateway Timeout
    505HTTP Version Not Supported
    506Variant Also Negotiates
    507Insufficient Storage
    508Loop Detected
    510Not Extended
    511Network Authentication Required

    中英文对照词汇表

    部分中英文对照表如下:

    英文中文
    Status CodeHTTP 状态码
    Request请求
    Response响应
    Request Method请求方法
    Request HeaderHTTP 请求头
    Response HeaderHTTP 响应头
    RFCRequest For Comment 的缩写,互联网技术标准的定义文档


沪ICP备19023445号-2号
友情链接