Reference

HTTP Status Codes

Search common HTTP status codes with meanings and usage notes.

All free tools

HTTP Status Codes

Search a quick reference of common HTTP status codes and meanings.

200

OK

Request succeeded.

201

Created

Resource created successfully.

204

No Content

Success with no response body.

301

Moved Permanently

Resource moved to a new URL.

302

Found

Temporary redirect.

304

Not Modified

Cached version is still valid.

400

Bad Request

Invalid syntax or parameters.

401

Unauthorized

Authentication required.

403

Forbidden

Authenticated but not allowed.

404

Not Found

Resource does not exist.

405

Method Not Allowed

HTTP method not supported.

408

Request Timeout

Server timed out waiting.

409

Conflict

Request conflicts with current state.

422

Unprocessable Entity

Validation failed.

429

Too Many Requests

Rate limit exceeded.

500

Internal Server Error

Unexpected server error.

502

Bad Gateway

Invalid upstream response.

503

Service Unavailable

Server temporarily overloaded.

504

Gateway Timeout

Upstream server timed out.

HTTP Status Codes (Free) | ICSE Tools