HTTP Status Message Flashcards
1xx
1xx is used for information
100 Continue
The server has received the
request headers, and the client
should proceed to send request body
101 Switching Protocols
The requestor has asked the server
to switch protocols
103 Early Hits
Used with the Link header to
allow the browser to start preloading
resources, while the server prepares
A response
2xx
Successful
200
OK
Standard response for success
201
Created:
The request has been fulfilled
AND a new resource is creates
202
Accepted
The request has been accepted
BUT has not been completed
203
Non-Authoritative Information:
The request us successful
BUT returning from another source
204
No Content:
The request is successful
BUT not returning any content
205
Reset Content: The request is successful BUT not returning any content AND the requestor needs to reset The document view
206
Partial Content:
The server is only delivering part
of the request due to a range header
set by the client
3xx
Redirection
300
Multiple Choices:
The user can select a link
Maximum of 5 addresses
301
Moved Permanently:
The requested page has moved to a
new URL
303
See Other:
The requested page can be
found under a different URL
304
Not Modified:
The page has not been modified
since last requested
307
208
Temporary Redirect
Permanent Redirect