HTTP Status Code Lookup
This tool allows you to look up HTTP status codes and their meanings. HTTP status codes are standardized codes returned by web servers to indicate the result of a client's request.
-
100 Continue
Indicates that the client can continue with its request
MDN Docs -
101 Switching Protocols
Indicates that the protocol version or protocol is being changed
MDN Docs -
102 Processing
Indicates that the server has accepted the complete request but hasn't completed it yet
MDN Docs -
103 Early Hints
Indicates to the client that the server is likely to send a final response with the header fields included in the informational response
MDN Docs -
200 OK
Indicates that the request succeeded and that the requested information is in the response
MDN Docs -
201 Created
Indicates that the request resulted in a new resource created before the response was sent
MDN Docs -
202 Accepted
Indicates that the request has been accepted for further processing
MDN Docs -
203 Non-Authoritative Information
Indicates that the returned metadata may be modified by an intermediary and may differ from the origin server's response
MDN Docs -
204 No Content
Indicates that the request has been successfully processed and that the response is intentionally blank
MDN Docs -
205 Reset Content
Indicates that the client should reset (not reload) the current resource
MDN Docs -
206 Partial Content
Indicates that the response is a partial response as requested by a GET request that includes a byte range
MDN Docs -
207 Multi-Status
Indicates multiple status codes for a single response during a Web Distributed Authoring and Versioning (WebDAV) operation
MDN Docs -
208 Already Reported
Indicates that the members of a WebDAV binding have already been enumerated in a preceding part of the multistatus response, and are not being included again
MDN Docs -
226 IM Used
Indicates that the server has fulfilled a request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance
MDN Docs -
300 Multiple Choices
Indicates that the requested information has multiple representations
MDN Docs -
301 Moved Permanently
Indicates that the requested information has been moved to the URI specified in the Location header
MDN Docs -
302 Found
Indicates that the requested information is located at the URI specified in the Location header
MDN Docs -
303 See Other
Indicates that the client should retrieve the resource at the URI in the Location header using GET
MDN Docs -
304 Not Modified
Indicates that the client's cached copy is up to date
MDN Docs -
307 Temporary Redirect
Indicates that the request information is located at the URI specified in the Location header
MDN Docs -
308 Permanent Redirect
Indicates that the request information is located at the URI specified in the Location header
MDN Docs -
400 Bad Request
Indicates that the request could not be understood by the server
MDN Docs -
401 Unauthorized
Indicates that the requested resource requires authentication
MDN Docs -
402 Payment Required
Reserved for future use
MDN Docs -
403 Forbidden
Indicates that the server refuses to fulfill the request
MDN Docs -
404 Not Found
Indicates that the requested resource does not exist on the server
MDN Docs -
405 Method Not Allowed
Indicates that the request method is known by the server but not supported by the target resource
MDN Docs -
406 Not Acceptable
Indicates that the client has indicated with Accept headers that it will not accept any of the available representations of the resource
MDN Docs -
407 Proxy Authentication Required
Indicates that the requested proxy requires authentication
MDN Docs -
408 Request Timeout
Indicates that the client did not send a request within the time the server was expecting the request
MDN Docs -
409 Conflict
Indicates that the request could not be carried out because of a conflict on the server
MDN Docs -
410 Gone
Indicates that the requested resource is no longer available
MDN Docs -
411 Length Required
Indicates that the required Content-length header is missing
MDN Docs -
412 Precondition Failed
Indicates that a condition set for this request failed, and the request cannot be carried out
MDN Docs -
413 Content Too Large
Indicates that the request is too large for the server to process
MDN Docs -
414 URI Too Long
Indicates that the URI is too long
MDN Docs -
415 Unsupported Media Type
Indicates that the request is an unsupported type
MDN Docs -
416 Range Not Satisfiable
Indicates that the range of data requested from the resource cannot be returned
MDN Docs -
417 Expectation Failed
Indicates that an expectation given in an Expect header could not be met by the server
MDN Docs -
418 I'm a teapot
Indicates that the server refuses the attempt to brew coffee with a teapot
MDN Docs -
421 Misdirected Request
Indicates that the request was directed at a server that is not able to produce a response
MDN Docs -
422 Unprocessable Content
Indicates that the request was well-formed but was unable to be followed due to semantic errors
MDN Docs -
423 Locked
Indicates that the source or destination resource is locked
MDN Docs -
424 Failed Dependency
Indicates that the method couldn't be performed on the resource because the requested action depended on another action and that action failed
MDN Docs -
425 Too Early
Indicates that the server is unwilling to risk processing a request that might be replayed
MDN Docs -
426 Upgrade Required
Indicates that the client should switch to a different protocol such as TLS/1.0
MDN Docs -
428 Precondition Required
Indicates that the server requires the request to be conditional
MDN Docs -
429 Too Many Requests
Indicates that the user has sent too many requests in a given amount of time
MDN Docs -
431 Request Header Fields Too Large
Indicates that the server is unwilling to process the request because its header fields are too large
MDN Docs -
451 Unavailable For Legal Reasons
Indicates that the server is denying access to the resource as a consequence of a legal demand
MDN Docs -
500 Internal Server Error
Indicates that a generic error has occurred on the server
MDN Docs -
501 Not Implemented
Indicates that the server does not support the requested function
MDN Docs -
502 Bad Gateway
Indicates that an intermediate proxy server received a bad response from another proxy or the origin server
MDN Docs -
503 Service Unavailable
Indicates that the server is temporarily unavailable, usually due to high load or maintenance
MDN Docs -
504 Gateway Timeout
Indicates that an intermediate proxy server timed out while waiting for a response from another proxy or the origin server
MDN Docs -
505 HTTP Version Not Supported
Indicates that the requested HTTP version is not supported by the server
MDN Docs -
506 Variant Also Negotiates
Indicates that the chosen variant resource is configured to engage in transparent content negotiation itself and, therefore, isn't a proper endpoint in the negotiation process
MDN Docs -
507 Insufficient Storage
Indicates that the server is unable to store the representation needed to complete the request
MDN Docs -
508 Loop Detected
Indicates that the server terminated an operation because it encountered an infinite loop while processing a WebDAV request with \"Depth: infinity\"
MDN Docs -
510 Not Extended
Indicates that further extensions to the request are required for the server to fulfill it
MDN Docs -
511 Network Authentication Required
Indicates that the client needs to authenticate to gain network access
MDN Docs