HTTP Status Code Reference Atlas
Comprehensive developer reference guide for HTTP status codes (1xx to 5xx) with RFC spec details.
2xx HTTP Response CodesSuccess
3xx HTTP Response CodesRedirection
4xx HTTP Response CodesClient Error
Server cannot process request due to client syntax error or malformed payload.
Authentication is required and has failed or has not yet been provided.
Request was valid, but server is refusing action due to insufficient permissions.
Requested resource could not be found on the server.
User has sent too many requests in a given amount of time (rate limiting).
5xx HTTP Response CodesServer Error
Generic error message when an unexpected condition was encountered on server.
Server received an invalid response from upstream server while acting as gateway.
Server is currently unable to handle request due to temporary overload or maintenance.
Server acting as gateway did not receive timely response from upstream server.