HTTP Status Code Lookup

HTTP Status Code Lookup
Quickly find the meaning of any HTTP status code.
CodeMessageDescription
100ContinueThe server has received the request headers and the client should proceed to send the request body.
101Switching ProtocolsThe requester has asked the server to switch protocols and the server has agreed to do so.
102ProcessingThe server has received and is processing the request, but no response is available yet.
103Early HintsUsed to return some response headers before final HTTP message.
200OKThe request has succeeded.
201CreatedThe request has been fulfilled and has resulted in one or more new resources being created.
202AcceptedThe request has been accepted for processing, but the processing has not been completed.
203Non-Authoritative InformationThe server is a transforming proxy that received a 200 OK from its origin, but is returning a modified version of the origin's response.
204No ContentThe server has successfully fulfilled the request and that there is no additional content to send in the response payload body.
205Reset ContentThe server has fulfilled the request and desires that the user agent reset the 'document view' which caused the request to be sent.
206Partial ContentThe server is delivering only part of the resource due to a range header sent by the client.
207Multi-StatusA Multi-Status response conveys information about multiple resources in situations where multiple status codes might be appropriate.
208Already ReportedUsed inside a DAV: propstat response element to avoid enumerating the internal members of multiple bindings to the same collection repeatedly.
226IM UsedThe server has fulfilled a GET request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance.
300Multiple ChoicesThe request has more than one possible response. The user agent or user should choose one of them.
301Moved PermanentlyThe URL of the requested resource has been changed permanently. The new URL is given in the response.
302FoundThe URL of the requested resource has been changed temporarily. The new URL is given in the response.
303See OtherThe server sent this response to direct the client to get the requested resource at another URI with a GET request.
304Not ModifiedThis is used for caching purposes. It tells the client that the response has not been modified, so the client can continue to use the same cached version of the response.
305Use ProxyDefined in a previous version of the HTTP specification to indicate that a requested response must be accessed by a proxy.
307Temporary RedirectThe server sends this response to direct the client to get the requested resource at another URI with same method that was used in the prior request.
308Permanent RedirectThis means that the resource is now permanently located at another URI, specified by the Location: HTTP Response header.
400Bad RequestThe server could not understand the request due to invalid syntax.
401UnauthorizedThe client must authenticate itself to get the requested response.
402Payment RequiredThis response code is reserved for future use. The initial aim for creating this code was using it for digital payment systems, however this status code is used very rarely and no standard convention exists.
403ForbiddenThe client does not have access rights to the content; that is, it is unauthorized, so the server is refusing to give the requested resource.
404Not FoundThe server can not find the requested resource.
405Method Not AllowedThe request method is known by the server but has been disabled and cannot be used.
406Not AcceptableThis response is sent when the web server, after performing server-driven content negotiation, doesn't find any content that conforms to the criteria given by the user agent.
407Proxy Authentication RequiredThis is similar to 401 but authentication is needed to be done by a proxy.
408Request TimeoutThis response is sent on an idle connection by some servers, even without any previous request by the client.
409ConflictThis response is sent when a request conflicts with the current state of the server.
410GoneThis response is sent when the requested content has been permanently deleted from server, with no forwarding address.
411Length RequiredServer rejected the request because the Content-Length header field is not defined and the server requires it.
412Precondition FailedThe client has indicated preconditions in its headers which the server does not meet.
413Payload Too LargeRequest entity is larger than limits defined by server.
414URI Too LongThe URI requested by the client is longer than the server is willing to interpret.
415Unsupported Media TypeThe media format of the requested data is not supported by the server, so the server is rejecting the request.
416Range Not SatisfiableThe range specified by the Range header field in the request cannot be fulfilled.
417Expectation FailedThis response code means the expectation indicated by the Expect request header field could not be met by the server.
418I'm a teapotThe server refuses the attempt to brew coffee with a teapot.
421Misdirected RequestThe request was directed at a server that is not able to produce a response.
422Unprocessable EntityThe request was well-formed but was unable to be followed due to semantic errors.
423LockedThe resource that is being accessed is locked.
424Failed DependencyThe request failed due to failure of a previous request.
425Too EarlyIndicates that the server is unwilling to risk processing a request that might be replayed.
426Upgrade RequiredThe server refuses to perform the request using the current protocol but might be willing to do so after the client upgrades to a different protocol.
428Precondition RequiredThe origin server requires the request to be conditional.
429Too Many RequestsThe user has sent too many requests in a given amount of time ('rate limiting').
431Request Header Fields Too LargeThe server is unwilling to process the request because its header fields are too large.
451Unavailable For Legal ReasonsThe user-agent requested a resource that cannot legally be provided, such as a web page censored by a government.
500Internal Server ErrorThe server has encountered a situation it doesn't know how to handle.
501Not ImplementedThe request method is not supported by the server and cannot be handled.
502Bad GatewayThis error response means that the server, while working as a gateway to get a response needed to handle the request, got an invalid response.
503Service UnavailableThe server is not ready to handle the request.
504Gateway TimeoutThis error response is given when the server is acting as a gateway and cannot get a response in time.
505HTTP Version Not SupportedThe HTTP version used in the request is not supported by the server.
506Variant Also NegotiatesThe server has an internal configuration error: the chosen variant resource is configured to engage in transparent content negotiation itself, and is therefore not a proper end point in the negotiation process.
507Insufficient StorageThe method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request.
508Loop DetectedThe server detected an infinite loop while processing the request.
510Not ExtendedFurther extensions to the request are required for the server to fulfil it.
511Network Authentication RequiredIndicates that the client needs to authenticate to gain network access.