HTTP Status Codes
Reference for HTTP status codes
1001xx
Continue
The server has received the request headers and the client should proceed to send the request body.
1011xx
Switching Protocols
The server is switching protocols as requested by the client.
2002xx
OK
The request has succeeded.
2012xx
Created
The request has been fulfilled and a new resource has been created.
2042xx
No Content
The server has fulfilled the request but does not need to return an entity-body.
3013xx
Moved Permanently
The requested resource has been assigned a new permanent URI.
3023xx
Found
The requested resource resides temporarily under a different URI.
3043xx
Not Modified
The resource has not been modified since the last request.
4004xx
Bad Request
The server could not understand the request due to malformed syntax.
4014xx
Unauthorized
The request requires user authentication.
4034xx
Forbidden
The server understood the request but refuses to authorize it.
4044xx
Not Found
The server has not found anything matching the Request-URI.
4054xx
Method Not Allowed
The method specified in the Request-Line is not allowed for the identified resource.
4084xx
Request Timeout
The server did not receive a complete request message within the time it was prepared to wait.
4094xx
Conflict
The request could not be completed due to a conflict with the current state of the resource.
4104xx
Gone
The requested resource is no longer available and no forwarding address is known.
4134xx
Payload Too Large
The server is refusing to process a request because the request payload is larger than the server is willing or able to process.
4224xx
Unprocessable Entity
The server understands the content type and syntax but was unable to process the contained instructions.
4294xx
Too Many Requests
The user has sent too many requests in a given amount of time.
5005xx
Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
5025xx
Bad Gateway
The server received an invalid response from an upstream server.
5035xx
Service Unavailable
The server is currently unable to handle the request due to temporary overloading or maintenance.
5045xx
Gateway Timeout
The server did not receive a timely response from an upstream server.