Quick reference for HTTP status codes with descriptions and copy functionality.
The server has received the request headers and the client should proceed to send the request body.
The server is switching to a different protocol as requested by the client.
Used to return some response headers before final HTTP message.
The request has succeeded.
The request has been fulfilled and a new resource has been created.
The request has been accepted for processing but not yet completed.
The server successfully processed the request but is not returning any content.
The server is delivering only part of the resource due to a range header.
The requested resource has been permanently moved to a new URL.
The requested resource temporarily resides under a different URL.
The response can be found under a different URL and should be retrieved using GET.
The resource has not been modified since the version specified by request headers.
The request should be repeated with the same method and POST data at the new URL.
The request should be repeated with the same method and POST data at the new URL permanently.
The server cannot process the request due to client error.
Authentication is required and has failed or has not been provided.
The server understood the request but refuses to authorize it.
The requested resource could not be found.
The request method is not supported for the requested resource.
The requested resource cannot generate content according to the Accept headers.
The server timed out waiting for the request.
The request could not be completed due to a conflict with the current state.
The requested resource is no longer available and will not be available again.
The request entity is larger than the server is willing or able to process.
The URI provided was too long for the server to process.
The request entity has a media type which the server does not support.
The request was well-formed but unable to be followed due to semantic errors.
The user has sent too many requests in a given amount of time.
The server encountered an unexpected condition.
The server does not support the functionality required to fulfill the request.
The server received an invalid response from the upstream server.
The server is currently unavailable due to overload or maintenance.
The server did not receive a timely response from the upstream server.
The server does not support the HTTP protocol version used in the request.