HTTP 信息状态码
2xx Success 成功
响应码 |
内容 |
说明 |
200 |
OK |
|
201 |
Created |
|
204 |
No Content |
请求成功处理,但body 里没有任何东西 |
3xx Redirection 重定向
响应码 |
内容 |
说明 |
301 |
Moved Permanently |
永久重定向 |
302 |
Moved Temporarily |
临时重定向 |
304 |
Not Modified |
页面未修改 |
307 |
Temporary Redirect |
临时重定向 |
4xx Client Error 客户端错误
响应码 |
内容 |
说明 |
400 |
Bad Request |
|
401 |
Unauthorized |
|
403 |
Forbidden |
|
404 |
Not Found |
|
409 |
Conflict |
5xx Server Error 服务器错误
响应码 |
内容 |
说明 |
500 |
Internal Server Error |
|
501 |
Not Implemented |
没有实现 |
502 |
Bad Gateway |
网关错误:收到了从上流服务器传来的非法的响应 |
503 |
Service Unavailable |
服务器负载过重导致暂时无法处理该请求 |
HTTP Status Codes