CT

CodeTools

Home/Tools/HTTP Status Codes
Tools

HTTP Status Codes

Complete reference of all HTTP status codes. Browse 1xx–5xx codes with descriptions. Search by code or keyword.

Continue1xx Informational

The server has received the request headers and the client should proceed to send the request body.

Switching Protocols1xx Informational

The server is switching protocols as requested by the client.

Processing1xx Informational

The server has received and is processing the request, but no response is available yet.

Early Hints1xx Informational

Used to return some response headers before final HTTP message.

OK2xx Success

The request has succeeded. The meaning depends on the HTTP method.

Created2xx Success

The request has been fulfilled and a new resource has been created.

Accepted2xx Success

The request has been accepted for processing, but the processing has not been completed.

Non-Authoritative Information2xx Success

The returned metadata is not exactly the same as available from the origin server.

No Content2xx Success

The server successfully processed the request and is not returning any content.

Reset Content2xx Success

The server successfully processed the request and asks the client to reset the document view.

Partial Content2xx Success

The server is delivering only part of the resource due to a range header sent by the client.

Multi-Status2xx Success

The message body is an XML message containing multiple independent response codes.

Already Reported2xx Success

The members of a DAV binding have already been enumerated in a preceding part of the response.

IM Used2xx Success

The server has fulfilled a GET request for the resource, and the response is a representation of the result of instance manipulations.

Multiple Choices3xx Redirection

The request has more than one possible response. The user should choose one.

Moved Permanently3xx Redirection

The URL of the requested resource has been changed permanently. The new URL is given in the response.

Found (Moved Temporarily)3xx Redirection

The requested resource resides temporarily under a different URI.

See Other3xx Redirection

The response to the request can be found under another URI using the GET method.

Not Modified3xx Redirection

The resource has not been modified since the version specified by the request headers.

Use Proxy3xx Redirection

The requested resource is available only through a proxy. (Deprecated)

Temporary Redirect3xx Redirection

The request should be repeated with another URI, but future requests can still use the original URI.

Permanent Redirect3xx Redirection

The request and all future requests should be repeated using another URI.

Bad Request4xx Client Error

The server cannot or will not process the request due to something that is perceived to be a client error.

Unauthorized4xx Client Error

The request requires user authentication. The response must include a WWW-Authenticate header field.

Payment Required4xx Client Error

Reserved for future use. Originally intended for digital payment systems.

Forbidden4xx Client Error

The server understood the request but refuses to authorize it.

Not Found4xx Client Error

The server cannot find the requested resource. This is the most common HTTP error.

Method Not Allowed4xx Client Error

The request method is known by the server but is not supported by the target resource.

Not Acceptable4xx Client Error

The target resource does not have a current representation acceptable to the user agent.

Proxy Authentication Required4xx Client Error

The client must first authenticate itself with the proxy.

Request Timeout4xx Client Error

The server timed out waiting for the request.

Conflict4xx Client Error

The request could not be completed due to a conflict with the current state of the resource.

Gone4xx Client Error

The requested resource is no longer available and will not be available again.

Length Required4xx Client Error

The request did not specify the length of its content, which is required by the resource.

Precondition Failed4xx Client Error

The server does not meet one of the preconditions specified in the request headers.

Payload Too Large4xx Client Error

The request is larger than the server is willing or able to process.

URI Too Long4xx Client Error

The URI provided was too long for the server to process.

Unsupported Media Type4xx Client Error

The request entity has a media type which the server or resource does not support.

Range Not Satisfiable4xx Client Error

The client has asked for a portion of the file, but the server cannot supply that portion.

Expectation Failed4xx Client Error

The server cannot meet the requirements of the Expect request-header field.

I'm a teapot4xx Client Error

The server refuses to brew coffee because it is, permanently, a teapot. (RFC 2324 April Fools' joke)

Misdirected Request4xx Client Error

The request was directed at a server that is not able to produce a response.

Unprocessable Entity4xx Client Error

The request was well-formed but was unable to be followed due to semantic errors.

Locked4xx Client Error

The resource that is being accessed is locked.

Failed Dependency4xx Client Error

The request failed because it depended on another request that failed.

Too Early4xx Client Error

The server is unwilling to risk processing a request that might be replayed.

Upgrade Required4xx Client Error

The server refuses to perform the request using the current protocol.

Precondition Required4xx Client Error

The origin server requires the request to be conditional.

Too Many Requests4xx Client Error

The user has sent too many requests in a given amount of time (rate limiting).

Request Header Fields Too Large4xx Client Error

The server is unwilling to process the request because its header fields are too large.

Unavailable For Legal Reasons4xx Client Error

The server is denying access to the resource as a consequence of a legal demand.

Internal Server Error5xx Server Error

The server encountered an unexpected condition that prevented it from fulfilling the request.

Not Implemented5xx Server Error

The server does not support the functionality required to fulfill the request.

Bad Gateway5xx Server Error

The server, while acting as a gateway or proxy, received an invalid response from the upstream server.

Service Unavailable5xx Server Error

The server is currently unable to handle the request due to temporary overloading or maintenance.

Gateway Timeout5xx Server Error

The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server.

HTTP Version Not Supported5xx Server Error

The server does not support the HTTP protocol version used in the request.

Variant Also Negotiates5xx Server Error

Transparent content negotiation for the request results in a circular reference.

Insufficient Storage5xx Server Error

The server is unable to store the representation needed to complete the request.

Loop Detected5xx Server Error

The server detected an infinite loop while processing the request.

Not Extended5xx Server Error

Further extensions to the request are required for the server to fulfill it.

Network Authentication Required5xx Server Error

The client needs to authenticate to gain network access.

62 status codes · Click a code to copy it

HTTP Status Codes - CodeTools Toolbox - Free online developer tools.