Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
4 views1 page

HTTP Codes Cheatsheet PDF

This document is a cheatsheet listing various HTTP status codes categorized into informational, success, redirection, client error, and server error. Each category includes specific status codes along with their meanings, such as '200 OK' for success and '404 Not Found' for client errors. The cheatsheet serves as a quick reference for understanding HTTP responses.

Uploaded by

sudheer415
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

HTTP Codes Cheatsheet PDF

This document is a cheatsheet listing various HTTP status codes categorized into informational, success, redirection, client error, and server error. Each category includes specific status codes along with their meanings, such as '200 OK' for success and '404 Not Found' for client errors. The cheatsheet serves as a quick reference for understanding HTTP responses.

Uploaded by

sudheer415
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

HTTP STATUS CODES - CHEATSHEET

HTTP Status Code: Categories 3XX: REDIRECTION 4XX: CLIENT ERROR


300 Multiple Choices 415 Unsupported Media Type
301 Moved Permanently 416 Range Not Satisfiable
417 Expectation Failed
302 Found
418 I'm a teapot (RFC 2324)
303 See Other
421 Misdirected Request
304 Not Modified
422 Unprocessable Entity (WebDAV)
305 Use Proxy 423 Locked (WebDAV)
306 (Unused) 424 Failed Dependency (WebDAV)
307 Temporary Redirect 425 Too Early
1XX: INFORMATIONAL 426 Upgrade Required
308 Permanent Redirect
100 Continue 428 Precondition Required
101 Switching Protocols 4XX: CLIENT ERROR 429 Too Many Requests

102 Processing (WebDAV) 400 Bad Request 431 Request Header Fields Too Large

401 Unauthorized 451 Unavailable For Legal Reasons


103 Early Hints
402 Payment Required 5XX: SERVER ERROR
2XX: SUCCESS 403 Forbidden
501 Not Implemented
200 OK 404 Not Found
502 Bad Gateway
201 Created 405 Method Not Allowed
503 Service Unavailable
406 Not Acceptable
202 Accepted 504 Gateway Timeout
407 Proxy Authentication Required
203 Non-Authoritative Information 505 HTTP Version Not Supported
408 Request Timeout
204 No Content 506 Variant Also Negotiates
409 Conflict
205 Reset Content
410 Gone 507 Insufficient Storage (WebDAV)
206 Partial Content 411 Length Required 508 Loop Detected (WebDAV)
207 Multi-Status (WebDAV) 412 Precondition Failed 510 Not Extended
208 Already Reported (WebDAV) 413 Payload Too Large
511 Network Authentication Required
226 IM Used 414 URI Too Long

https://ipwithease.com

You might also like