• notice
  • Congratulations on the launch of the Sought Tech site

Save a complete list of status codes and meanings returned by nginx server

200 #The server successfully returned to the webpage 403< span class="pln"> #The server rejected the request. 404 # The requested page does not exist 499 < /span>#The client actively disconnected. 500 # The server encountered an error and could not complete the request. 502 # The server is acting as a gateway or proxy and received an invalid response from the upstream server. 503 # Service unavailable 504 < span class="com">#The server is acting as a gateway or proxy, but it did not receive a request from the upstream server in time. #These status codes are divided into five categories < span class="lit">100-199  # is used to specify certain actions that the client should respond to. 200- 299 # is used to indicate that the request is successful.  200 #(Success) The server has successfully processed the request.Usually, this means that the server provided the requested page. 201 # (Created) The request was successful and the server created a new resource. 202 # (Accepted) The server has accepted the request, but has not yet processed it. 203 < span class="com">#(Non-authorized information) The server has successfully processed the request, but the returned information may come from another source. 204 # (No content) The server successfully processed the request, but did not return any content. 205 # (Reset content) The server successfully processed the request, but did not return any content. 206 # (Part of the content) The server successfully processed part of the GET request. 300< span class="pln"> #(multiple choices) In response to the request, the server can perform a variety of operations.The server can select an operation based on the requester (user agent), or provide a list of operations for the requester to choose from. 301 # (Moved Permanently) The requested page has been permanently moved to a new location.When the server returns this response (response to a GET or HEAD request), it will automatically redirect the requester to the new location. 302 # (Temporary move) The server currently responds to requests from web pages in different locations, but the requester should continue to use the original location for future requests. 303  #(View other locations) When the requester should use separate GET requests for different locations to retrieve the response, the server returns this code. 304 # (Unmodified) The requested page has not been modified since the last request.When the server returns this response, the content of the web page will not be returned. 305 # (Use proxy) The requester can only use the proxy to access the requested web page.If the server returns this response, it also indicates that the requester should use a proxy. 307 # (Temporary redirect) The server currently responds to requests from web pages in different locations, but the requester should continue to use the original location for future requests. 405 #(Method Disable) Disable the method specified in the request. 406 # (Not accepted) The requested webpage cannot be responded to with the requested content characteristics. 407 # (Proxy authorization required) This status code is similar to 401 (Unauthorized), but specifies that the requester should be authorized to use the proxy. 408 # (Request timeout) The server timed out while waiting for the request. 413 # (The request entity is too large) The server cannot process the request because the request entity is too large and exceeds the server's processing capacity. 414 # (The requested URI is too long) The requested URI (usually a URL) is too long for the server to process. 415 # (Unsupported media type) The requested format is not supported by the requested page. 416502 #(Wrong gateway) The server is acting as a gateway or proxy, and received invalid data from the upstream server Response. 503 # (Service unavailable) The server is currently unavailable (due to overload or maintenance shutdown).Usually, this is only a temporary state. 504 # (Gateway timeout) The server is acting as a gateway or proxy, but it did not receive a request from the upstream server in time. 505  #(HTTP version is not supported) The server does not support the HTTP protocol version used in the request.

Tags

Technical otaku

Sought technology together

Related Topic

0 Comments

Leave a Reply

+