DevBox Tools
Testing

HTTP Status Codes

Search common HTTP status codes by code, name, or category. Everything runs locally in your browser.

100ContinueInformational

The initial part of the request was received.

101Switching ProtocolsInformational

The server is switching protocols.

200OKSuccess

The request succeeded.

201CreatedSuccess

A new resource was created.

202AcceptedSuccess

The request was accepted for processing.

204No ContentSuccess

The request succeeded with no response body.

301Moved PermanentlyRedirection

The resource moved to a permanent URL.

302FoundRedirection

The resource is temporarily at another URL.

304Not ModifiedRedirection

The cached resource is still valid.

400Bad RequestClient Error

The request was malformed.

401UnauthorizedClient Error

Authentication is required.

403ForbiddenClient Error

The client is not allowed to access the resource.

404Not FoundClient Error

The resource was not found.

409ConflictClient Error

The request conflicts with current resource state.

422Unprocessable ContentClient Error

The request was understood but contains invalid data.

429Too Many RequestsClient Error

The client sent too many requests.

500Internal Server ErrorServer Error

The server hit an unexpected error.

502Bad GatewayServer Error

An upstream server returned an invalid response.

503Service UnavailableServer Error

The server is temporarily unavailable.

504Gateway TimeoutServer Error

An upstream server did not respond in time.

How to use

  1. 1Search by code or phrase.
  2. 2Filter the matching status codes.
  3. 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.