HTTP Status Codes Flashcards
200
Success.
GET
an entity corresponding to the requested resource is sent in the response
HEAD
the entity-header fields corresponding to the requested resource are sent in the response without any message-body
POST
an entity describing or containing the result of the action
TRACE
an entity containing the request message as received by the end server
301
Moved permanently.
302
Found (Previously ‘Moved Temporarily’)
Tells the client to look at (browse to) another URL. 302 has been superseded by 303 and 307. This is an example of industry practice contradicting the standard. The HTTP/1.0 specification (RFC 1945) required the client to perform a temporary redirect (the original describing phrase was “Moved Temporarily”),[22] but popular browsers implemented 302 with the functionality of a 303 See Other. Therefore, HTTP/1.1 added status codes 303 and 307 to distinguish between the two behaviours.[23] However, some Web applications and frameworks use the 302 status code as if it were the 303
303
See other.
304
Not modified
401
Unauthorised
403
Forbidden
404
Not found
410
Gone
418
I’m a teapot
500
Server error