HTTP status codes with Meooowwwwww – Using Cat Photos [Ultimate List]
Remembering HTTP Status Codes is bit Difficult to remember because there are Lots of Codes and they are very difficult to remember. GirlieMac, aka Tomomi Imura have won the internet with her deftly conceived and Photoshopped series of HTTP status message. After watching these Pictures you will definitely remember some of the HTTP Codes because I learnt these codes from here Only.
You can get the Full List from Flickr .
Here are those Codes and basic means of Each Codes-
100 Continue

100 Continue- This means that the server has received the request headers, and that the client should proceed to send the request body.
101 Switching Protocol

101 Switching Protocol- This means the requester has asked the server to switch protocols and the server is acknowledging that it will do so.
200 OK

200 OK – Standard Response for Successful HTTP request. The actual response will depend on the request method used.
201 Created
202 Accepted

202 Accepted – The request has not been completed but has been accepted for processing and might be disallowed.
204 No Content
207 Multi-Status

207 Multi-Status-Depending on number of sub requests are made, the message body contains many different response codes.
300 Multiple Choice
301 Moved Permanently

301 Moved Permanently- In this request it should be directed to the given URI (Uniform Resource Indicator).
302 Found

302 Found- This is an example of industry practice contradicting the standard. Some Web applications and frameworks use the 302 status code
303 See Other
304 Not Modified
305 Use Proxy

305 Use Proxy-
Many HTTP clients do not correctly handle responses with this status code, primarily for security reasons.
307 Temporary Redirect

307 Temporary Redirect- In this case, the request should be repeated with another URI but future requests should still use the original URI.
400 Bad Request
401 Unauthorized
402 Payment Required

402 Payment Required
Reserved for future use. This code is generally not used, but the original intention was it can be used for some form of Digital Cash.
403 Forbidden
404 Not Found
405 Method Not Allowed

405 Method Not Allowed
A request was made of a resource using a request method not supported by that resource.
406 Not Acceptable

406 Not Acceptable
The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request.
.
408 Request Timeout
409 Conflict
410 Gone

410 Gone
Indicates that the resource requested is no longer available and will not be available again.
411 Length Required

411 Length Required
The request did not specify the length of its content, which is required by the requested resource.
413 Request Entity too Large
414 Request-URI Too Long
416 Requested Range Not Satisfiable

416 Requested Range Not Satisfiable
The client has asked for a portion of the file, but the server cannot supply that portion.
417 Expectation Failed
418 I’m a teapot
422 Unprocessable Entity

422 Unprocessable Entity
The request was well-formed but was unable to be followed due to semantic errors.
423 Locked
424 Failed Dependency
425 Unordered Collection
426 Upgrade Required
429 Too Many Requests
431 Request Header Fields Too Large

431 Request Header Fields Too Large
The server is unwilling to process the request because either an individual header field, or all the header fields collectively, are too large.
444 No Response

444 No Response
Used in Nginx logs to indicate that the server has returned no information to the client and closed the connection.
450 Blocked by Windows Parental Controls
500 Internal Server Error
502 Bad Gateway

502 Bad Gateway
The server was acting as a gateway or proxy and received an invalid response from the upstream server.
503 Service Unavailable
506 Variant Also Negotiates

506 Variant Also Negotiates
Transparent content negotiation for the request results in a circular reference.
507 Insufficient Storage

507 Insufficient Storage
The server is unable to store the representation needed to complete the request.
508 Loop Detected
509 Bandwidth Limit Exceeded

509 Bandwidth Limit Exceeded
This status code, while used by many servers, is not specified in any RFCs.
599 Network connect timeout error

599 Network connect timeout error
This status code is not specified in any RFCs, but is used by Microsoft Corp.
Thanks.. Hope you Enjoy..
























