Uvlio

Command Palette

Search for a command to run...

Developer

HTTP Status Code Lookup

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

Workspace

Work here first, inspect the output, then decide the next move.
WorkflowLocal

This workspace processes the content directly in your browser.

Formatting, decoding, validation, and common file work stay local whenever possible, then continue in the same result area for copy, download, or the next step.

See related workflows
Input

Paste content, choose a file, or load a sample first.

Process

The content stays in the local browser by default.

Result

After processing, copy, download, or continue into a related workflow.

Search

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

Reference

HTTP status reference100 Continue

Client should continue the request.

28Matches
InformationalRange
AllSelected filter
3Checkpoints
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.

Key Questions