Skip to the content.

HTTP Status Codes Cheatsheet

HTTP Status Codes Cheatsheet

A quick-reference guide for standard Hypertext Transfer Protocol (HTTP) response status codes, categorized by class ranges from informational requests to server crashes.

Class Range Summary

Class Type General Description
1xx Informational Request received, continuing process
2xx Success The action was successfully received, understood, and accepted
3xx Redirection Further action must be taken in order to complete the request
4xx Client Error The request contains bad syntax or cannot be fulfilled by the client
5xx Server Error The server failed to fulfill an apparently valid request

1xx Informational

The request has been received, and the server is continuing the process.


2xx Success

The action requested by the client was successfully received, understood, and accepted.


3xx Redirection

The client must take additional action to complete the request.


4xx Client Errors

The request contains bad syntax or cannot be fulfilled by the client.


5xx Server Errors

The server failed to fulfill an apparently valid request.