Http 状态码对照表

简介: 1xx 消息        1. 100 Continue       2. 101 Switching Protocol       3. 102 Processing     2xx 成功        1.

 1xx 消息

       1. 100 Continue
       2. 101 Switching Protocol
       3. 102 Processing

    2xx 成功

       1. 200 OK
       2. 201 Created
       3. 202 Accepted
       4. 203 Non-Authoritative Information
       5. 204 No Content
       6. 205 Reset Content
       7. 206 Partial Content
       8. 207 Multi-Statu

    3xx 重定向

       1. 300 Multiple Choice
       2. 301 Moved Permanently
       3. 302 Found
       4. 303 See Other
       5. 304 Not Modified
       6. 305 Use Proxy
       7. 306 Switch Proxy
       8. 307 Temporary Redirect

    4xx 请求错误

       1. 400 Bad Request
       2. 401 Unauthorized
       3. 402 Payment Required
       4. 403 Forbidden
       5. 404 Not Found
       6. 405 Method Not Allowed
       7. 406 Not Acceptable
       8. 407 Proxy Authentication Required
       9. 408 Request Timeout
      10. 409 Conflict
      11. 410 Gone
      12. 411 Length Required
      13. 412 Precondition Failed
      14. 413 Request Entity Too Large
      15. 414 Request-URI Too Long
      16. 415 Unsupported Media Type
      17. 416 Requested Range Not Satisfiable
      18. 417 Expectation Failed
      19. 422 Unprocessable Entity
      20. 424 Failed Dependency
      21. 425 Unordered Collection
      22. 426 Upgrade Required
      23. 449 Retry With

    5xx 服务器错误

       1. 500 Internal Server Error
       2. 501 Not Implemented
       3. 502 Bad Gateway
       4. 503 Service Unavailable
       5. 504 Gateway Timeout
       6. 505 HTTP Version Not Supported
       7. 506 Variant Also Negotiate
       8. 507 Insufficient Storage
       9. 509 Bandwidth Limit Exceeded
      10. 510 Not Extended

         1xx 消息

       1. 100 Continue
       2. 101 Switching Protocol
       3. 102 Processing

    2xx 成功

       1. 200 OK
       2. 201 Created
       3. 202 Accepted
       4. 203 Non-Authoritative Information
       5. 204 No Content
       6. 205 Reset Content
       7. 206 Partial Content
       8. 207 Multi-Statu

    3xx 重定向

       1. 300 Multiple Choice
       2. 301 Moved Permanently
       3. 302 Found
       4. 303 See Other
       5. 304 Not Modified
       6. 305 Use Proxy
       7. 306 Switch Proxy
       8. 307 Temporary Redirect

    4xx 请求错误

       1. 400 Bad Request
       2. 401 Unauthorized
       3. 402 Payment Required
       4. 403 Forbidden
       5. 404 Not Found
       6. 405 Method Not Allowed
       7. 406 Not Acceptable
       8. 407 Proxy Authentication Required
       9. 408 Request Timeout
      10. 409 Conflict
      11. 410 Gone
      12. 411 Length Required
      13. 412 Precondition Failed
      14. 413 Request Entity Too Large
      15. 414 Request-URI Too Long
      16. 415 Unsupported Media Type
      17. 416 Requested Range Not Satisfiable
      18. 417 Expectation Failed
      19. 422 Unprocessable Entity
      20. 424 Failed Dependency
      21. 425 Unordered Collection
      22. 426 Upgrade Required
      23. 449 Retry With

    5xx 服务器错误

       1. 500 Internal Server Error
       2. 501 Not Implemented
       3. 502 Bad Gateway
       4. 503 Service Unavailable
       5. 504 Gateway Timeout
       6. 505 HTTP Version Not Supported
       7. 506 Variant Also Negotiate
       8. 507 Insufficient Storage
       9. 509 Bandwidth Limit Exceeded
      10. 510 Not Extended

相关文章
|
5天前
|
JSON API 网络架构
HTTP常见的请求方法、响应状态码、接口规范介绍
本文详细介绍了HTTP常见的请求方法、响应状态码和接口规范。通过理解和掌握这些内容,开发者可以更好地设计和实现W
163 83
|
3月前
【网路原理】——HTTP状态码和Postman使用
状态码(200,404,403,405,500,504,302),Postman下载和使用构造请求
|
5月前
|
缓存 前端开发 安全
前端开发者必备:HTTP状态码含义与用途解析,常见错误码产生原因及解决策略
前端开发者必备:HTTP状态码含义与用途解析,常见错误码产生原因及解决策略
385 0
|
5月前
|
缓存 网络协议 JavaScript
【HTTP】构造HTTP请求和状态码
【HTTP】构造HTTP请求和状态码
84 1
【HTTP】构造HTTP请求和状态码
|
5月前
|
开发者
深入了解HTTP状态码
深入了解HTTP状态码
241 64
|
5月前
|
缓存 应用服务中间件 nginx
你知道 HTTP 的状态码都有哪些吗?它们的含义又是什么呢?
你知道 HTTP 的状态码都有哪些吗?它们的含义又是什么呢?
119 9
|
6月前
|
测试技术 API
8-20|https://gitlab.xx.com/api/v4/projects/4/trigger/pipeline Request failed 状态码400
8-20|https://gitlab.xx.com/api/v4/projects/4/trigger/pipeline Request failed 状态码400
|
6月前
|
API
探索研究Servlet HTTP 状态码
【9月更文挑战第24天】
76 0
|
6月前
|
开发者
HTTP状态码是由网页服务器返回的三位数字响应代码,用于表示请求的处理结果和状态
HTTP状态码是由网页服务器返回的三位数字响应代码,用于表示请求的处理结果和状态
85 1
|
6月前
|
Shell
HTTP状态码解析:在Haskell中判断响应成功与否
HTTP状态码解析:在Haskell中判断响应成功与否