HTTP协议中的状态码是什么?每个代表什么?

2024年08月19日 建站教程

HTTP协议定义了很多状态码,主要用来表示客户端请求的处理结果。常见的状态代码包括:

1xx:信息提示

100:Continue
101:Switching Protocols
2xx:成功

200:OK
201:Created
202:Accepted
204:No Content
3xx:重定向

301:Moved Permanently
302:Found
304:Not Modified
307:Temporary Redirect
4xx:客户端错误

400:Bad Request
401:Unauthorized
403:Forbidden
404:Not Found
405:Method Not Allowed
406:Not Acceptable
408:Request Timeout
409:Conflict
410:Gone
413:Payload Too Large
414:URI Too Long
415:Unsupported Media Type
429:Too Many Requests
5xx:服务器错误

500:Internal Server Error
501:Not Implemented
502:Bad Gateway
503:Service Unavailable
504:Gateway Timeout
505:HTTP Version Not Supported

本文链接:http://so.lmcjl.com/news/11188/

展开阅读全文
相关内容