HTTP Status Code Reference

LOCAL · IN-BROWSER

Searchable reference of all HTTP status codes with descriptions and category filters.

Advertisement728 × 90
Your ad could be here Go Pro to remove ads
Showing 61 of 61 codes
100Continue1xx

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

101Switching Protocols1xx

The requester has asked the server to switch protocols and the server has agreed to do so.

102Processing1xx

A WebDAV request may contain many sub-requests; this indicates the server has received and is processing the request.

103Early Hints1xx

Used to return some response headers before the final HTTP message.

200OK2xx

Standard response for successful HTTP requests.

201Created2xx

The request has been fulfilled, resulting in the creation of a new resource.

202Accepted2xx

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

203Non-Authoritative Information2xx

The server is a transforming proxy that received a 200 OK from its origin but is returning a modified version.

204No Content2xx

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

205Reset Content2xx

The server tells the client to reset the document view.

206Partial Content2xx

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

207Multi-Status2xx

The message body that follows is by default an XML message and can contain a number of separate response codes.

208Already Reported2xx

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

226IM Used2xx

The server has fulfilled a request for the resource using one or more instance-manipulations.

300Multiple Choices3xx

Indicates multiple options for the resource from which the client may choose.

301Moved Permanently3xx

This and all future requests should be directed to the given URI.

302Found3xx

Tells the client to look at another URL — temporary redirect.

303See Other3xx

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

304Not Modified3xx

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

307Temporary Redirect3xx

The request should be repeated with another URI; the original request method must not change.

308Permanent Redirect3xx

Future requests should use the given URI; the request method must not change.

400Bad Request4xx

The server cannot or will not process the request due to a client error (malformed syntax, invalid framing, etc.).

401Unauthorized4xx

Authentication is required and has failed or has not yet been provided.

402Payment Required4xx

Reserved for future use. Currently used for digital payment systems.

403Forbidden4xx

The request was valid but the server is refusing action — the client lacks necessary permissions.

404Not Found4xx

The requested resource could not be found but may be available in the future.

405Method Not Allowed4xx

A request method is not supported for the requested resource.

406Not Acceptable4xx

The requested resource is capable of generating only content not acceptable according to the Accept headers.

407Proxy Authentication Required4xx

The client must first authenticate itself with the proxy.

408Request Timeout4xx

The server timed out waiting for the request.

409Conflict4xx

The request could not be processed because of conflict in the current state of the resource.

410Gone4xx

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

411Length Required4xx

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

412Precondition Failed4xx

The server does not meet one of the preconditions that the requester put on the request.

413Payload Too Large4xx

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

414URI Too Long4xx

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

415Unsupported Media Type4xx

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

416Range Not Satisfiable4xx

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

417Expectation Failed4xx

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

418I'm a teapot4xx

Any attempt to brew coffee with a teapot should result in this error. (RFC 2324, an April Fools joke.)

421Misdirected Request4xx

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

422Unprocessable Entity4xx

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

423Locked4xx

The resource that is being accessed is locked.

424Failed Dependency4xx

The request failed because it depended on another request which itself failed.

425Too Early4xx

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

426Upgrade Required4xx

The client should switch to a different protocol such as TLS/1.3, given in the Upgrade header.

428Precondition Required4xx

The origin server requires the request to be conditional.

429Too Many Requests4xx

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

431Request Header Fields Too Large4xx

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

451Unavailable For Legal Reasons4xx

A server operator has received a legal demand to deny access to a resource.

500Internal Server Error5xx

A generic error message — the server encountered an unexpected condition.

501Not Implemented5xx

The server either does not recognize the request method, or it lacks the ability to fulfill the request.

502Bad Gateway5xx

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

503Service Unavailable5xx

The server cannot handle the request (because it is overloaded or down for maintenance).

504Gateway Timeout5xx

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

505HTTP Version Not Supported5xx

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

506Variant Also Negotiates5xx

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

507Insufficient Storage5xx

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

508Loop Detected5xx

The server detected an infinite loop while processing the request.

510Not Extended5xx

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

511Network Authentication Required5xx

The client needs to authenticate to gain network access.

Advertisement728 × 90
Your ad could be here Go Pro to remove ads

About HTTP Status Code Reference

A complete reference of HTTP status codes (1xx–5xx). Search by code, name, or description, and filter by category to find what you need fast.

All processing happens entirely in your browser using modern web APIs. Nothing is uploaded to our servers — your data stays local. Free forever for everyone, with a Pro plan for power users who want an ad-free experience and API access.