ad

HTTP Status Codes

Searchable reference for all common HTTP status codes.

100Continue

Server received request headers; client should proceed.

101Switching Protocols

Server is switching protocols as requested.

200OK

Request succeeded.

201Created

Resource created successfully.

204No Content

Success but no content to return.

206Partial Content

Partial resource returned (range request).

301Moved Permanently

Resource permanently moved to new URL.

302Found

Resource temporarily at different URL.

304Not Modified

Resource not modified since last request.

307Temporary Redirect

Temporary redirect preserving HTTP method.

308Permanent Redirect

Permanent redirect preserving HTTP method.

400Bad Request

Server cannot process malformed request.

401Unauthorized

Authentication required.

403Forbidden

Server refuses to authorize the request.

404Not Found

Resource not found at this URL.

405Method Not Allowed

HTTP method not supported for this resource.

408Request Timeout

Server timed out waiting for request.

409Conflict

Request conflicts with current resource state.

410Gone

Resource permanently deleted.

413Payload Too Large

Request body exceeds server limits.

415Unsupported Media Type

Server does not support the request media type.

422Unprocessable Entity

Request well-formed but semantically incorrect.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Unexpected server error.

502Bad Gateway

Invalid response from upstream server.

503Service Unavailable

Server temporarily unavailable.

504Gateway Timeout

Upstream server did not respond in time.

27 status codes shown

Categories

1xx: Informational, 2xx: Success, 3xx: Redirection, 4xx: Client Error, 5xx: Server Error.

ad