HTTP status codes are three-digit responses sent by servers to describe the outcome of a request. They’re 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

If you’re implementing servers, APIs, or CDN configurations (deciding which status code to return and how to cache it), these focused guides go deeper: