61 status codes found
1xx Informational(4)
100Continue
The server has received the request headers, and the client should proceed to send the request body.
101Switching Protocols
The server is switching protocols as requested by the client via Upgrade header.
102Processing
The server has received and is processing the request, but no response is available yet.
103Early Hints
Used to return some response headers before the final HTTP message.
2xx Success(10)
200OK
The request has succeeded. The meaning depends on the HTTP method used.
201Created
The request has been fulfilled and a new resource has been created.
202Accepted
The request has been accepted for processing, but the processing has not been completed.
203Non-Authoritative Information
The returned meta-information is from a local or third-party copy, not the origin server.
204No Content
The server successfully processed the request and is not returning any content.
205Reset Content
The server asks the client to reset the document view.
206Partial Content
The server is delivering only part of the resource due to a Range header.
207Multi-Status
Provides status for multiple independent operations (WebDAV).
208Already Reported
Members of a DAV binding have already been enumerated in a previous reply.
226IM Used
The server has fulfilled a GET request using instance-manipulations.
3xx Redirection(7)
300Multiple Choices
The request has more than one possible response. Client should choose one.
301Moved Permanently
The resource has been permanently moved to a new URL.
302Found
The resource resides temporarily at a different URI.
303See Other
The response can be found at another URI using GET method.
304Not Modified
The resource has not been modified since the last request.
307Temporary Redirect
The request should be repeated with another URI, but future requests should still use the original URI.
308Permanent Redirect
The request and all future requests should be directed to the given URI.
4xx Client Error(29)
400Bad Request
The server cannot process the request due to client error.
401Unauthorized
Authentication is required and has failed or has not been provided.
402Payment Required
Reserved for future use. Sometimes used for digital payment systems.
403Forbidden
The server understood the request but refuses to authorize it.
404Not Found
The server cannot find the requested resource.
405Method Not Allowed
The HTTP method is not supported for the requested resource.
406Not Acceptable
The server cannot produce a response matching the Accept headers.
407Proxy Authentication Required
The client must authenticate with the proxy.
408Request Timeout
The server timed out waiting for the request from the client.
409Conflict
The request conflicts with the current state of the target resource.
410Gone
The resource is no longer available and will not be available again.
411Length Required
The server requires a Content-Length header in the request.
412Precondition Failed
One or more conditions in the request header fields were evaluated to false.
413Content Too Large
The request entity is larger than the server is willing to process.
414URI Too Long
The URI requested by the client is longer than the server is willing to interpret.
415Unsupported Media Type
The media format of the requested data is not supported.
416Range Not Satisfiable
The requested range cannot be fulfilled.
417Expectation Failed
The server cannot meet the requirements of the Expect header.
418I'm a Teapot
The server refuses to brew coffee because it is a teapot (RFC 2324).
421Misdirected Request
The request was directed at a server that cannot produce a response.
422Unprocessable Content
The request was well-formed but unable to be followed due to semantic errors.
423Locked
The resource being accessed is locked (WebDAV).
424Failed Dependency
The request failed because it depended on another request that failed.
425Too Early
The server is unwilling to process a request that might be replayed.
426Upgrade Required
The server refuses to perform the request using the current protocol.
428Precondition Required
The server requires the request to be conditional.
429Too Many Requests
The user has sent too many requests in a given amount of time.
431Request Header Fields Too Large
The server is unwilling to process the request because its header fields are too large.
451Unavailable For Legal Reasons
The resource is unavailable due to legal demands.
5xx Server Error(11)
500Internal Server Error
The server has encountered an unexpected condition.
501Not Implemented
The server does not support the functionality required.
502Bad Gateway
The server received an invalid response from an upstream server.
503Service Unavailable
The server is not ready to handle the request.
504Gateway Timeout
The server did not receive a timely response from an upstream server.
505HTTP Version Not Supported
The HTTP version used in the request is not supported.
506Variant Also Negotiates
Transparent content negotiation results in a circular reference.
507Insufficient Storage
The server is unable to store the representation needed (WebDAV).
508Loop Detected
The server detected an infinite loop while processing (WebDAV).
510Not Extended
Further extensions to the request are required.
511Network Authentication Required
The client needs to authenticate to gain network access.