Network
HTTP Status Codes ReferenceNETWORK CLUSTER
Ultra Fast

HTTP Status Codes Reference

Instant search and documentation lookup for HTTP request status codes and definitions.

200OK

Standard response for successful HTTP requests.

201Created

Request has been fulfilled, resulting in the creation of a new resource.

204No Content

Server successfully processed the request, but is not returning any content.

301Moved Permanently

This request and all future requests should be directed to the given URI.

302Found (Temporary Redirect)

Resource temporarily resides under a different URI.

304Not Modified

Resource has not been modified since the version specified by the request headers.

400Bad Request

Server cannot or will not process the request due to an apparent client error.

401Unauthorized

Authentication is required and has failed or has not yet been provided.

403Forbidden

User does not have necessary permissions for the resource.

404Not Found

Requested resource could not be found but may be available in the future.

409Conflict

Request could not be processed because of conflict in the current state of the resource.

422Unprocessable Entity

Request was well-formed but was unable to be followed due to semantic errors.

429Too Many Requests

User has sent too many requests in a given amount of time (Rate limiting).

500Internal Server Error

Generic error message given when an unexpected condition was encountered.

502Bad Gateway

Server, while acting as a gateway, received an invalid response from upstream server.

503Service Unavailable

Server cannot handle the request (overloaded or down for maintenance).

504Gateway Timeout

Server did not receive a timely response from the upstream server.