ArchSetu
ArchSetu
ArchSetuToolsAPIHTTP Status Code Reference
Free tool

HTTP Status Code Reference

Search HTTP status codes by number or name and get what each one actually means - including distinctions like 401 vs 403 that are easy to mix up.

200

OK

The request succeeded.

201

Created

The request succeeded and a new resource was created.

202

Accepted

The request was accepted for processing, but isn't complete yet.

204

No Content

The request succeeded, no content to return.

301

Moved Permanently

The resource has permanently moved to a new URL.

302

Found

The resource temporarily lives at a different URL.

304

Not Modified

The cached version is still valid, no need to re-fetch.

307

Temporary Redirect

Like 302, but guarantees the method and body are not changed on redirect.

308

Permanent Redirect

Like 301, but guarantees the method and body are not changed on redirect.

400

Bad Request

The server can't process the request due to a client error (malformed syntax, invalid data).

401

Unauthorized

Authentication is required and has failed or not been provided.

403

Forbidden

The server understood the request but refuses to authorize it - unlike 401, re-authenticating won't help.

404

Not Found

The server can't find the requested resource.

405

Method Not Allowed

The HTTP method used isn't supported for this resource.

409

Conflict

The request conflicts with the current state of the resource.

422

Unprocessable Entity

The request is well-formed but contains semantic errors.

429

Too Many Requests

Rate limit exceeded - the client should back off before retrying.

500

Internal Server Error

A generic error occurred on the server.

502

Bad Gateway

The server, acting as a gateway, got an invalid response from the upstream server.

503

Service Unavailable

The server is temporarily unable to handle the request (overloaded or down for maintenance).

504

Gateway Timeout

The server, acting as a gateway, didn't get a response in time from the upstream server.

Was this tool helpful?

See this same kind of analysis applied to your whole repository

Call graphs, dead code, blast radius, and a health score. Results in 60 seconds, free.

Analyze a repository

Runs entirely in your browser. Nothing is stored. Free forever.

Powered by ArchSetu