Cheat sheets for HTTP Status code

Cheat sheets for HTTP Status code

#Reference

Informational Responses

CodeName?
100Continue?
101Switching Protocols?

Success Responses

CodeName?
200OK?
201Created?
202Accepted?
203Non-Authoritive Information?
204No Content?
205Reset Content?
206Partial Content?
226IM Used?

Redirection Responses

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

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?
421Misdirected Request?
426Upgrade Required?
428Precondition Required?
429Too Many Requests?
431Request Header Fields Too Large?
451Unavailable For Legal Reasons?

Server Error Responses

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

#WebDAV Status Codes

WebDAV is an extension of HTTP that allows clients to perform remote Web content authoring operations. It provides a framework for users to create, change and move documents on a server. It adds the following status codes on top of HTTP.

Read more

CodeName?
102Processing?
207Multi-Status?
208Already Reported?
422Unprocessable Entity?
423Locked?
424Failed Dependency?
507Insufficient Storage?
508Loop Detected?
Loading...