HTTP Status Code Cheat Sheet

To further explore and understand HTTP status codes practically, consider using https://httpstat.us/. This tool provides a simple and accessible way to simulate any HTTP status code for testing and educational purposes.

1xx: Informational Responses

CodeName
100Continue
101Switching Protocols
102Processing
103Early Hints

2xx: Successful Responses

CodeName
200OK
201Created
202Accepted
203Non-Authoritative Information
204No Content
205Reset Content
206Partial Content
207Multi-Status
208Already Reported
226IM Used

3xx: Redirection Responses

CodeName
300Multiple Choices
301Moved Permanently
302Found
303See Other
304Not Modified
305Use Proxy
306(Unused)
307Temporary Redirect
308Permanent Redirect

4xx: Client Error Responses

CodeName
400Bad Request
401Unauthorized
402Payment Required
403Forbidden
404Not Found
405Method Not Allowed
406Not Acceptable
407Proxy Authentication Required
408Request Timeout
409Conflict
410Gone
411Length Required
412Precondition Failed
413Payload Too Large
414URI Too Long
415Unsupported Media Type
416Range Not Satisfiable
417Expectation Failed
418I’m a Teapot (Informal)
421Misdirected Request
422Unprocessable Entity
423Locked
424Failed Dependency
425Too Early
426Upgrade Required
428Precondition Required
429Too Many Requests
431Request Header Fields Too Large
451Unavailable For Legal Reasons

5xx: Server Error Responses

CodeName
500Internal Server Error
501Not Implemented
502Bad Gateway
503Service Unavailable
504Gateway Timeout
505HTTP Version Not Supported
506Variant Also Negotiates
507Insufficient Storage
508Loop Detected
510Not Extended
511Network Authentication Required

You may Also Be Interested In

References

W3C – Status Codes in HTTP https://developer.mozilla.org/en-US/docs/Web/HTTP/Status

List of HTTP status codes https://en.wikipedia.org/wiki/List_of_HTTP_status_codes

HTTP Status Codes: A Complete Guide & List of Error Codes https://kinsta.com/topic/http-status-codes/

About Anto Online

Anto, a seasoned technologist with over two decades of experience, has traversed the tech landscape from Desktop Support Engineer to enterprise application consultant, specializing in AWS serverless technologies. He guides clients in leveraging serverless solutions while passionately exploring cutting-edge cloud concepts beyond his daily work. Anto's dedication to continuous learning, experimentation, and collaboration makes him a true inspiration, igniting others' interest in the transformative power of cloud computing.

View all posts by Anto Online

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.