这个状态码有时可以与301交换使用。例如,如果你错误的访问了http://www.talentdigger.cn/home/link.php?url=aG9zdC9%2BdXNlcg%3D%3D(路径信息不完整),有些服务器就会回复301状态码而有些则回复302。从技术上说,如果最初的请求是GET浏览器只是被假定自动转向。如果想了解更多细节,请看状态码307的讨论。 303 ...
Your Guide To Error CodesCheck for broken links here: Link Checker Note: The term URL stands for Universal Resource Location - for example the actual address of a webpage - whereas URI stands for Universal Resource Identifier, meaning the name of a particular resource. Although the two terms...
301 (Moved Permanently) 301 (SC_MOVED_PERMANENTLY)状态是指所请求的文档在别的地方;文档新的URL会在定位响应头信息中给出。浏览器会自动连接到新的URL。 302 (Found/找到) 与301有些类似,只是定位头信息中所给的URL应被理解为临时交换地址而不是永久的。注意:在 HTTP 1.0中,消息是临时移动(Moved Temporarily...
200 is the general status code for successful requests. The exact meaning of "success" is dependent on the request method used. If you make a GET request, you'll get a response with the content of the requested resource. If you make a POST request, you'll get a response with the cont...
A Closer Look at HTTP Error 422 HTTP Error 422, also known as "Unprocessable Entity," is an HTTP status code that indicates that the server understands the request but cannot process it due to semantic errors. It is typically used when the server cannot fulfill the request due to invalid ...
HTTP status codes are the server’s response to your requests. Learn more about what an HTTP code is, and the meaning of the different codes.
This status code indicates that the request has been successful. The meaning of success in on the specific HTTP method: GET: the resource was fetched and is being transmitted HEAD: The entity-headers are in the message body PUT or POST: The resource describing the result of the action is ...
The server cannot process the request due to a client error. Check your request for errors. 401: Unauthorized The request lacks proper authentication credentials. You need to log in or provide valid credentials. 402: Payment Required This code was initially intended for digital cash systems. Now...
500 - Internal Server Error: The 500 Status Code is a very general error response indicating that something has gone wrong on the website's server, but it's unclear what the specific problem is. 501 - Not Implemented: The 501 Status Code indicates that the server either does not recognise...
500 Internal Server Error: An unexpected error has occurred on the server. 503 Service Unavailable: The server is temporarily unavailable. 504 Gateway Timeout: The server did not receive a timely response from another server. There are many other HTTP status codes, but these are some of the ...