Uvlio

Command Palette

Search for a command to run...

Back to Tools/Developerlocal

HTTP Status Code Lookup

Search and filter common HTTP status codes with bilingual explanations, categories and troubleshooting hints.

Local

Runs locally in your browser by default — nothing is uploaded first.

Search

Status code, name, or keyword
Filter by range
Common codes

Reference

HTTP status reference100 Continue

Client should continue the request.

What to check next
  • Confirm the client can continue the request.
  • Check protocol upgrade or request body handling.
  • Review proxy behavior if the response is unexpected.
100 ContinueInformational

Client should continue the request.

101 Switching ProtocolsInformational

Server accepted the protocol switch.

200 OKSuccess

The request completed successfully.

201 CreatedSuccess

A new resource was created.

202 AcceptedSuccess

The request was accepted for processing.

204 No ContentSuccess

Request succeeded with no response body.

301 Moved PermanentlyRedirection

Resource has a new permanent URL.

302 FoundRedirection

Temporary redirect to another URL.

304 Not ModifiedRedirection

Cached version is still valid.

307 Temporary RedirectRedirection

Repeat the request at another URL without changing method.

308 Permanent RedirectRedirection

Repeat the request at a new URL without changing method.

400 Bad RequestClient error

The server could not understand the request.

401 UnauthorizedClient error

Authentication is required.

403 ForbiddenClient error

The server understood the request but refused it.

404 Not FoundClient error

The requested resource was not found.

405 Method Not AllowedClient error

The HTTP method is not allowed for this resource.

408 Request TimeoutClient error

The server timed out waiting for the request.

409 ConflictClient error

The request conflicts with the current state.

410 GoneClient error

The resource is no longer available.

413 Payload Too LargeClient error

The request body is larger than the server allows.

415 Unsupported Media TypeClient error

The content type is not supported.

422 Unprocessable ContentClient error

The request syntax is valid but semantic validation failed.

429 Too Many RequestsClient error

You have hit a rate limit.

500 Internal Server ErrorServer error

The server encountered an unexpected error.

501 Not ImplementedServer error

The server does not support this capability.

502 Bad GatewayServer error

An upstream server returned an invalid response.

503 Service UnavailableServer error

The server is temporarily unavailable.

504 Gateway TimeoutServer error

An upstream server timed out.

HTTP Status Code Lookup runs locally in your browser by default, so you can work with the content without uploading it first.

Look up common HTTP status codes with categories, explanations and quick debugging hints.

  • API debugging
  • Frontend and backend error review
  • Learning common HTTP responses

Does HTTP Status Code Lookup run locally or in the cloud?

HTTP Status Code Lookup runs locally in your browser by default, so you can work with the content without uploading it first.

What usually comes after HTTP Status Code Lookup?

A common next step is to continue into related workflows such as Code and Data Formatting Tools.

Is a JWT encrypted?

A standard signed JWT is not. The payload is base64url text that anyone with the token can read. Encryption requires the separate JWE format.

About HTTP Status Code Lookup

Look up common HTTP status codes with categories, explanations and quick debugging hints.

Common use cases

  • API debugging
  • Frontend and backend error review
  • Learning common HTTP responses

How to use

  1. Search by code or keyword.
  2. Filter by response category if needed.
  3. Review the matched code list and descriptions.

Browse all Developer tools · All tools · Related guide