HTTP Status Codes Flashcards
This tells the client to continue with the rest of it’s request.
100 Continue
This indicates that the server will switch to an updated HTTP version in response to a client request to do so.
101 Switching Protocols
The request was successful.
200 OK
Your request was successful and resulted in a new resource being created.
201 Created
Your request was accepted for processing; however, it may not have yet been processed.
202 Accepted
The information returned to you is not from the original source but may be from a third party or be a subset of the original information.
203 Non Authoritative Information
The request was successful but the response results in no content.
204 No Content
The client should reset the document view.
205 Reset Content
The server fulfilled the partial GET request.
206 Partial Content
The reply from the server will contain multiple resources the client can choose to redirect to.
300 Multiple Choices
This code is used when a resource will never again be available at the previous URI and has been moved to the new resource. Administrators use this code when they want to indicate that a client should point all future requests to the new URI.
301 Moved Permanently
Unlike the 301 status, this code denotes a resource that is only temporarily being redirected.
302 Found
This is commonly a response to a POST request, where the response can be obtained via a GET request to a different URI.
303 See Other
This response is used when the client sends a GET request conditional on the document being modified. This response lets the client know that the document has not changed.
304 Not Modified
The server will provide a proxy in its response URI that must be followed to access the requested data.
305 Use Proxy