devkit

HTTP Status Codes

Browse and search all HTTP status codes with descriptions.

60 results

1xx Informational4
100Continue

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

101Switching Protocols

The server is switching protocols as requested by the client via the Upgrade header.

102Processing

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

103Early Hints

Used to return some response headers before the final HTTP message, allowing preloading of resources.

2xx Success10
200OK

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

201Created

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

202Accepted

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

203Non-Authoritative Information

The returned metadata is from a local or third-party copy, not the origin server.

204No Content

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

205Reset Content

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

206Partial Content

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

207Multi-Status

The response body contains multiple status codes for multiple independent operations (WebDAV).

208Already Reported

The members of a DAV binding have already been enumerated and are not being included again (WebDAV).

226IM Used

The server has fulfilled a GET request and the response represents one or more instance-manipulations.

3xx Redirection7
300Multiple Choices

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

301Moved Permanently

The resource has been permanently moved to a new URI. Future requests should use the new URI.

302Found

The resource resides temporarily under a different URI. The client should continue using the original URI.

303See Other

The response can be found under another URI and should be retrieved using a GET method.

304Not Modified

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

307Temporary Redirect

The request should be repeated with another URI, but future requests should still use the original URI. Method must not change.

308Permanent Redirect

The resource has been permanently moved. Future requests should use the new URI. Method must not change.

4xx Client Error28
400Bad Request

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

401Unauthorized

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

402Payment Required

Reserved for future use. Some APIs use this to indicate a payment is required.

403Forbidden

The server understood the request but refuses to authorize it.

404Not Found

The server cannot find the requested resource. The URI may be invalid.

405Method Not Allowed

The HTTP method is not allowed for the requested resource.

406Not Acceptable

The resource cannot generate content acceptable according to the Accept headers.

407Proxy Authentication Required

The client must first authenticate itself with the proxy.

408Request Timeout

The server timed out waiting for the request.

409Conflict

The request conflicts with the current state of the resource.

410Gone

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

411Length Required

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

412Precondition Failed

A precondition in the request headers was evaluated as false by the server.

413Content Too Large

The request entity is larger than limits defined by the server.

414URI Too Long

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

415Unsupported Media Type

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

416Range Not Satisfiable

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

417Expectation Failed

The server cannot meet the requirements of the Expect header.

418I'm a Teapot

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

422Unprocessable Content

The request was well-formed but contains semantic errors.

423Locked

The resource is locked (WebDAV).

424Failed Dependency

The request failed because it depended on another request that failed (WebDAV).

425Too Early

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

426Upgrade Required

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

428Precondition Required

The origin server requires the request to be conditional.

429Too Many Requests

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

431Request Header Fields Too Large

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

451Unavailable For Legal Reasons

The resource is unavailable due to legal demands (censorship, court order).

5xx Server Error11
500Internal Server Error

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

501Not Implemented

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

502Bad Gateway

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

503Service Unavailable

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

504Gateway Timeout

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

505HTTP Version Not Supported

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

506Variant Also Negotiates

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

507Insufficient Storage

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

508Loop Detected

The server detected an infinite loop while processing the request (WebDAV).

510Not Extended

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

511Network Authentication Required

The client needs to authenticate to gain network access (captive portals).