HTTP status codes are three-digit responses that describe the outcome of a request. They are grouped into five classes:

ClassRangeMeaning
1xx100-199Informational - request received
2xx200-299Success - request handled
3xx300-399Redirection - further action needed
4xx400-499Client error - problem with request
5xx500-599Server error - problem on the server

Quick Reference: Common Codes

2xx - Success

3xx - Redirection

4xx - Client Error

5xx - Server Error


How Status Codes Affect CDNs


Best Practices & Further Reading

For server, API, or CDN configuration work, these focused guides provide more detail: