U
Utilitop

HTTP Status Codes

Reference for HTTP status codes

100
Continue
The server has received the request headers and the client should proceed to send the request body.
1xx
101
Switching Protocols
The server is switching protocols as requested by the client.
1xx
200
OK
The request has succeeded.
2xx
201
Created
The request has been fulfilled and a new resource has been created.
2xx
204
No Content
The server has fulfilled the request but does not need to return an entity-body.
2xx
301
Moved Permanently
The requested resource has been assigned a new permanent URI.
3xx
302
Found
The requested resource resides temporarily under a different URI.
3xx
304
Not Modified
The resource has not been modified since the last request.
3xx
400
Bad Request
The server could not understand the request due to malformed syntax.
4xx
401
Unauthorized
The request requires user authentication.
4xx
403
Forbidden
The server understood the request but refuses to authorize it.
4xx
404
Not Found
The server has not found anything matching the Request-URI.
4xx
405
Method Not Allowed
The method specified in the Request-Line is not allowed for the identified resource.
4xx
408
Request Timeout
The server did not receive a complete request message within the time it was prepared to wait.
4xx
409
Conflict
The request could not be completed due to a conflict with the current state of the resource.
4xx
410
Gone
The requested resource is no longer available and no forwarding address is known.
4xx
413
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.
4xx
422
Unprocessable Entity
The server understands the content type and syntax but was unable to process the contained instructions.
4xx
429
Too Many Requests
The user has sent too many requests in a given amount of time.
4xx
500
Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
5xx
502
Bad Gateway
The server received an invalid response from an upstream server.
5xx
503
Service Unavailable
The server is currently unable to handle the request due to temporary overloading or maintenance.
5xx
504
Gateway Timeout
The server did not receive a timely response from an upstream server.
5xx