hank-builds.com
Home Dev ToolsHTTP Status Codes

HTTP Status Code Reference

100

Continue

Server received request headers. Client should proceed.

101

Switching Protocols

Server is switching to the protocol requested via Upgrade header.

103

Early Hints

Preload resources while server prepares the response.

200

OK

Standard success response.

201

Created

Resource successfully created (POST/PUT).

202

Accepted

Request accepted but processing not complete.

204

No Content

Success but no response body. Common for DELETE.

206

Partial Content

Partial resource returned (Range header).

301

Moved Permanently

Resource permanently moved to new URL. Use for SEO.

302

Found

Temporary redirect. Browser may change method to GET.

303

See Other

Redirect to GET a different resource (after POST).

304

Not Modified

Cached version is still valid. No body returned.

307

Temporary Redirect

Temporary redirect. Preserves HTTP method.

308

Permanent Redirect

Permanent redirect. Preserves HTTP method.

400

Bad Request

Malformed request syntax or invalid parameters.

401

Unauthorized

Authentication required. Missing or invalid credentials.

403

Forbidden

Authenticated but not authorized for this resource.

404

Not Found

Resource does not exist at this URL.

405

Method Not Allowed

HTTP method not supported for this endpoint.

406

Not Acceptable

Server can't produce a response matching Accept headers.

408

Request Timeout

Server timed out waiting for the request.

409

Conflict

Request conflicts with current state (e.g. duplicate).

410

Gone

Resource permanently deleted. Unlike 404, this is intentional.

413

Payload Too Large

Request body exceeds server limits.

415

Unsupported Media Type

Content-Type not supported by the endpoint.

422

Unprocessable Entity

Syntactically valid but semantically invalid (validation errors).

429

Too Many Requests

Rate limit exceeded. Check Retry-After header.

500

Internal Server Error

Generic server error. Check server logs.

501

Not Implemented

Server doesn't recognize the request method.

502

Bad Gateway

Upstream server returned an invalid response.

503

Service Unavailable

Server temporarily overloaded or under maintenance.

504

Gateway Timeout

Upstream server didn't respond in time.

Need a full color palette?Color Palette Generator

Results are for reference only. Always verify critical calculations. Provided as-is with no warranty.

© 2026 Hank Builds