Codes Flashcards
300
Multiple Choices
The requested resource has different choices and cannot be resolved into one. For example, there may be several index.html pages depending on which language is wanted (such as Dutch).
301
Moved
The requested resource has been assigned a new permanent URI and any future references to this resource should use one of the returned URIs.
302
Found
The requested resource resides temporarily under a different URI. Since the redirection might be altered on occasion, the client SHOULD continue to use the Request-URI for future requests.
304
Not Modified
If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code. The 304 response MUST NOT contain a message-body, and thus is always terminated by the first empty line after the header fields.
307
Temporary Redirect
The requested resource resides temporarily under a different URI. Since the redirection MAY be altered on occasion, the client SHOULD continue to use the Request-URI for future requests.
400
Bad Request
The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.
401
Unauthorized
The request requires user authentication. The response MUST include a WWW-Authenticate header field containing a challenge applicable to the requested resource.
403
Forbidden
The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated (the client should not send the request again, even with modification).
404
Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
410
Gone
The requested resource is no longer available at the server and no forwarding address is known. This condition is expected to be considered permanent; if not, or unknown if permanent, should return 404 instead.
500
Internal Server Error
Blanket Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
501
Not Implemented
Server does not support functionality required to fulfill request; server does not recognize the request method and is not capable of supporting it for any resource.
503
Service Unavailable Your web server is unable to handle your HTTP request at the time; its up, but maybe have: - crashed - overloaded - under maintenance - under attack
550
Permission Denied
Can’t perform that action while using current account.
200
OK
The request has succeeded. The information returned with the response is dependent on the method used in the request.