Network

HTTP Status Codes

Interactive reference for common HTTP status codes from 100 to 504. Search by code number or name — essential for API development and debugging.

100Continue1xx Informational

Server received request headers; client should continue.

101Switching Protocols1xx Informational

Server agrees to switch protocols (e.g. WebSocket).

200OK2xx Success

Request succeeded.

201Created2xx Success

Resource created successfully.

204No Content2xx Success

Success with no response body.

301Moved Permanently3xx Redirection

Resource permanently moved to new URL.

302Found3xx Redirection

Temporary redirect to another URL.

304Not Modified3xx Redirection

Cached version is still valid.

400Bad Request4xx Client Error

Malformed or invalid request.

401Unauthorized4xx Client Error

Authentication required.

403Forbidden4xx Client Error

Authenticated but not authorized.

404Not Found4xx Client Error

Resource does not exist.

405Method Not Allowed4xx Client Error

HTTP method not supported for this URL.

408Request Timeout4xx Client Error

Server timed out waiting for request.

409Conflict4xx Client Error

Request conflicts with current resource state.

422Unprocessable Entity4xx Client Error

Valid syntax but semantic errors.

429Too Many Requests4xx Client Error

Rate limit exceeded.

500Internal Server Error5xx Server Error

Unexpected server error.

502Bad Gateway5xx Server Error

Invalid response from upstream server.

503Service Unavailable5xx Server Error

Server temporarily unavailable.

504Gateway Timeout5xx Server Error

Upstream server timed out.

Frequently asked questions

Is this tool free?+

Yes. Every Utilio utility is free with no sign-up, usage limits, or paywalls.

Do you store my data?+

No. Processing happens entirely in your browser. Your input never leaves your device.

Can I use this tool offline?+

Yes. Once the page loads, most tools continue working without an internet connection.