UT

HTTP Status Code Reference

Browse and search all HTTP status codes with descriptions.

100Continue

Server received the request headers; client should send the body.

101Switching Protocols

Server is switching to the protocol requested by the client.

200OK

Request succeeded.

201Created

Request succeeded and a new resource was created.

204No Content

Request succeeded but no content to return.

301Moved Permanently

Resource has been permanently moved to a new URL.

302Found

Resource temporarily moved to a different URL.

304Not Modified

Resource has not been modified since last request.

307Temporary Redirect

Temporarily redirected, keep the same HTTP method.

308Permanent Redirect

Permanently redirected, keep the same HTTP method.

400Bad Request

Server cannot process the request due to client error.

401Unauthorized

Authentication is required and has failed or not been provided.

403Forbidden

Server understood the request but refuses to authorize it.

404Not Found

Requested resource could not be found.

405Method Not Allowed

HTTP method is not allowed for the requested resource.

408Request Timeout

Server timed out waiting for the request.

409Conflict

Request conflicts with the current state of the resource.

410Gone

Resource is no longer available and will not be available again.

413Payload Too Large

Request entity is larger than server limits.

415Unsupported Media Type

Media format of the request is not supported.

422Unprocessable Entity

Request was well-formed but semantically incorrect.

429Too Many Requests

Client has sent too many requests in a given time period.

500Internal Server Error

Server encountered an unexpected condition.

501Not Implemented

Server does not support the functionality required.

502Bad Gateway

Server received an invalid response from upstream.

503Service Unavailable

Server is temporarily unavailable (overloaded or maintenance).

504Gateway Timeout

Server didn't receive a timely response from upstream.