Skip to content

HTTP Status Codes

The definitive reference for every HTTP status code, with real-world examples, best practices, and common mistakes.

38

1xx, Informational

The server received the request and is continuing the process.

2xx, Success

The request was received, understood, and accepted.

3xx, Redirection

Further action is needed to complete the request.

4xx, Client Error

The request contains bad syntax or cannot be fulfilled.

5xx, Server Error

The server failed to fulfil a valid request.