WarpNav
极速手册
搜索备忘单 / 速查表
⌘
K
↗
WarpNav 主站 ↗
分享
Share on X
Share on Facebook
Share on Reddit
复制链接
HTTP 状态码
速查备忘单
精选 HTTP 状态码 常用指令与核心速查备忘单,涵盖高频用法、配置参数与实用技巧。 精选 HTTP 状态码常用说明与核心速查备忘单,涵盖各类响应码含义、适用场景与实用查阅技巧。
Star 项目
关注 X (Twitter)
赞赏饮咖啡
#
HTTP 状态码
#
含义说明
1xx:信息性
2xx:成功
3xx:重定向
4xx:客户端错误
5xx:服务器错误
#
2xx. 成功
200: OK
201: Created
202: Accepted
203: Non-Authoritative Information
204: No Content
205: Reset Content
206: Partial Content
207: Multi-Status
208: Already Reported
226: IM Used
#
4xx. 客户端错误
400: Bad Request
401: Unauthorized
402: Payment 必填
403: Forbidden
404: Not Found
405: Method Not Allowed
406: Not Acceptable
407: Proxy Authentication 必填
408: Request Timeout
409: Conflict
410: Gone
411: Length 必填
412: Precondition Failed
413: Payload Too Large
414: URI Too Long
415: Unsupported Media Type
416: Range Not Satisfiable
417: Expectation Failed
421: Misdirected Request
426: Upgrade 必填
428: Precondition 必填
429: Too Many Requests
431: Request Header Fields Too Large
451: Unavailable For Legal Reasons
#
1xx. 信息性
100: Continue
101: Switching Protocols
102: Processing
103: Early Hints
#
3xx. 重定向
300: Multiple Choices
301: Moved Permanently
302: Found
303: See Other
304: Not Modified
305: Use Proxy
306: Unused
307: Temporary Redirect
308: Permanent Redirect
#
5xx. 服务器错误
500: Internal Server Error
501: Not Implemented
502: Bad Gateway
503: Service Unavailable
504: Gateway Timeout
505: HTTP Version Not Supported
506: Variant Also Negotiates
507: Insufficient Storage
508: Loop Detected
510: Not Extended
511: Network Authentication 必填
取消