🛠️ ToolsPilot
📋

HTTP Status Codes Reference

Complete reference of all HTTP status codes with descriptions. Free, no signup.

1xx Informational

100

Continue — The server has received the request headers, and the client should proceed to send the request body.

101

Switching Protocols — The server is switching protocols as requested by the client.

103

Early Hints — Used to return some response headers before final HTTP message.

2xx Success

200

OK — The request has succeeded.

201

Created — The request has been fulfilled and a new resource has been created.

204

No Content — The server successfully processed the request but is not returning any content.

206

Partial Content — The server is delivering only part of the resource due to a range header.

3xx Redirection

301

Moved Permanently — The requested resource has been permanently moved to a new URL.

302

Found — The requested resource temporarily resides under a different URL.

304

Not Modified — The resource has not been modified since the last request.

307

Temporary Redirect — The request should be repeated with another URI, same method.

308

Permanent Redirect — The request should be repeated with another URI, same method.

4xx Client Error

400

Bad Request — The server could not understand the request due to invalid syntax.

401

Unauthorized — Authentication is required and has failed or has not been provided.

403

Forbidden — The server understood the request but refuses to authorize it.

404

Not Found — The server cannot find the requested resource.

405

Method Not Allowed — The request method is not supported for the requested resource.

408

Request Timeout — The server timed out waiting for the request.

429

Too Many Requests — The user has sent too many requests in a given amount of time.

5xx Server Error

500

Internal Server Error — The server encountered an unexpected condition.

502

Bad Gateway — The server received an invalid response from the upstream server.

503

Service Unavailable — The server is currently unable to handle the request.

504

Gateway Timeout — The upstream server failed to send a request in time.

🎉 100% Free. Complete HTTP status codes reference.