HTTP Status Codes

Reference for HTTP status codes

What it does

Comprehensive list of HTTP status codes with descriptions and color-coding for quick reference.

Inputs

None (Reference tool)

Outputs

List of status codes and meanings

200OK

The request succeeded

201Created

The request succeeded and a new resource was created

204No Content

The request succeeded but there is no content to send

301Moved Permanently

The URL of the requested resource has been changed permanently

302Found

The URI of requested resource has been changed temporarily

304Not Modified

The response has not been modified

400Bad Request

The server cannot process the request due to client error

401Unauthorized

Authentication is required

403Forbidden

The client does not have access rights

404Not Found

The server cannot find the requested resource

405Method Not Allowed

The request method is not supported

429Too Many Requests

The user has sent too many requests

500Internal Server Error

The server encountered an unexpected condition

502Bad Gateway

The server received an invalid response

503Service Unavailable

The server is not ready to handle the request

504Gateway Timeout

The server did not get a response in time