skefo
All tools

HTTP Status Codes

Searchable reference of HTTP response codes.

Web

Searchable reference of common HTTP status codes.

CodeNameDescription
100ContinueThe client should continue with its request.
101Switching ProtocolsThe server is switching protocols as requested.
200OKThe request succeeded.
201CreatedThe request succeeded and a resource was created.
202AcceptedThe request was accepted but not yet processed.
204No ContentSuccess with no response body.
206Partial ContentThe server delivered part of the resource (range request).
301Moved PermanentlyThe resource has permanently moved to a new URL.
302FoundThe resource temporarily resides at a different URL.
304Not ModifiedThe cached version is still valid.
307Temporary RedirectRepeat the request to a new URL, keeping the method.
308Permanent RedirectThe resource permanently moved; keep the method.
400Bad RequestThe server could not understand the request.
401UnauthorizedAuthentication is required and has failed or is missing.
403ForbiddenThe server refuses to authorize the request.
404Not FoundThe requested resource does not exist.
405Method Not AllowedThe HTTP method is not supported for this resource.
408Request TimeoutThe server timed out waiting for the request.
409ConflictThe request conflicts with the current server state.
418I'm a teapotThe server refuses to brew coffee (RFC 2324).
422Unprocessable EntityThe request was well-formed but semantically invalid.
429Too Many RequestsThe client has sent too many requests (rate limited).
500Internal Server ErrorA generic server-side error occurred.
501Not ImplementedThe server does not support the requested functionality.
502Bad GatewayAn upstream server returned an invalid response.
503Service UnavailableThe server is temporarily overloaded or down.
504Gateway TimeoutAn upstream server failed to respond in time.