AG
HTTP
Status Codes
HTTP 状态码
指南
关于
联系
한국어
English
日本語
中文
Español
Português
Français
Deutsch
Русский
العربية
Bahasa Indonesia
首页
/
5xx
5xx
服务器错误 (Server Error)
服务器未能处理一个有效的请求。500、502、503 是典型代表。
500
Internal Server Error
常用
A generic catch-all: the server hit an unexpected condition and could not complete the request.
501
Not Implemented
The server does not support the functionality required to fulfill the request.
502
Bad Gateway
常用
A gateway or proxy received an invalid response from an upstream server.
503
Service Unavailable
常用
The server is temporarily unable to handle the request due to overload or maintenance.
504
Gateway Timeout
常用
A gateway or proxy did not get a timely response from an upstream server.
505
HTTP Version Not Supported
The server does not support the major HTTP version used in the request.
506
Variant Also Negotiates
A server configuration error: the chosen variant is itself engaged in content negotiation.
507
Insufficient Storage
The server cannot store the representation needed to complete the request.
508
Loop Detected
The server detected an infinite loop while processing the request.
510
Not Extended
Further extensions to the request are required for the server to fulfill it.
511
Network Authentication Required
The client needs to authenticate to gain network access (e.g. a captive portal).