HTTP Status Codes
Search common HTTP status codes by code, name, or category. Everything runs locally in your browser.
100ContinueInformationalThe initial part of the request was received.
101Switching ProtocolsInformationalThe server is switching protocols.
200OKSuccessThe request succeeded.
201CreatedSuccessA new resource was created.
202AcceptedSuccessThe request was accepted for processing.
204No ContentSuccessThe request succeeded with no response body.
301Moved PermanentlyRedirectionThe resource moved to a permanent URL.
302FoundRedirectionThe resource is temporarily at another URL.
304Not ModifiedRedirectionThe cached resource is still valid.
400Bad RequestClient ErrorThe request was malformed.
401UnauthorizedClient ErrorAuthentication is required.
403ForbiddenClient ErrorThe client is not allowed to access the resource.
404Not FoundClient ErrorThe resource was not found.
409ConflictClient ErrorThe request conflicts with current resource state.
422Unprocessable ContentClient ErrorThe request was understood but contains invalid data.
429Too Many RequestsClient ErrorThe client sent too many requests.
500Internal Server ErrorServer ErrorThe server hit an unexpected error.
502Bad GatewayServer ErrorAn upstream server returned an invalid response.
503Service UnavailableServer ErrorThe server is temporarily unavailable.
504Gateway TimeoutServer ErrorAn upstream server did not respond in time.
How to use
- 1Search by code or phrase.
- 2Filter the matching status codes.
- 3Copy the status code and meaning.
FAQ
Does HTTP Status Codes send my data to a server?
No. DevBox Tools runs this tool in your browser, so your input stays on your device.
Do I need an account?
No login is required for the MVP. Open the tool and use it immediately.