HTTP Status Code Reference

Look up any HTTP status code: meaning, use cases, and whether it is cacheable. Covers all 1xx–5xx codes.

About HTTP Status Codes

HTTP status codes are three-digit integers returned by a server in response to a client request. The first digit defines the class: 1xx informational, 2xx success, 3xx redirection, 4xx client error, 5xx server error. Cacheability and safe/idempotent properties are defined in RFC 9110.