[megatools]$
$ cd ../

HTTP Status Codes & Headers Explorer

Instant search directory for HTTP status codes (100–599), RFC definitions, causes, and standard headers.

100RFC 9110, 15.2.1

Continue

Server received request headers and client should proceed to send the body.

101RFC 9110, 15.2.2

Switching Protocols

Server is switching protocols to the one requested in Upgrade header.

102RFC 2518

Processing

Server has received and is processing the request, but no response is available yet.

103RFC 8297

Early Hints

Used to return headers before final HTTP message to preload critical assets.

200RFC 9110, 15.3.1

OK

Standard response for successful HTTP requests.

201RFC 9110, 15.3.2

Created

Request succeeded and led to the creation of a new resource.

202RFC 9110, 15.3.3

Accepted

Request has been accepted for processing, but processing is not completed.

204RFC 9110, 15.3.5

No Content

Server successfully processed request and is not returning any content.

206RFC 9110, 15.3.7

Partial Content

Server is delivering only part of the resource due to Range header.

301RFC 9110, 15.4.2

Moved Permanently

Resource has been assigned a new permanent URI.

302RFC 9110, 15.4.3

Found

Resource resides temporarily under a different URI.

304RFC 9110, 15.4.5

Not Modified

Resource has not been modified since version specified in request headers.

307RFC 9110, 15.4.8

Temporary Redirect

Temporary redirect that guarantees the HTTP method will not change.

308RFC 9110, 15.4.9

Permanent Redirect

Permanent redirect that guarantees the HTTP method will not change.

400RFC 9110, 15.5.1

Bad Request

Server cannot or will not process request due to perceived client error.

401RFC 9110, 15.5.2

Unauthorized

Authentication is required and has failed or not yet been provided.

403RFC 9110, 15.5.4

Forbidden

Server understood request but refuses to authorize it.

404RFC 9110, 15.5.5

Not Found

Origin server did not find a current representation for target resource.

405RFC 9110, 15.5.6

Method Not Allowed

Request method is known by server but not supported by target resource.

408RFC 9110, 15.5.9

Request Timeout

Server did not receive complete request within its timeout period.

409RFC 9110, 15.5.10

Conflict

Request could not be completed due to a conflict with resource state.

410RFC 9110, 15.5.11

Gone

Target resource is no longer available at origin server and no forwarding address is known.

413RFC 9110, 15.5.14

Payload Too Large

Request entity is larger than limits defined by server.

418RFC 2324

I'm a teapot

Server refuses attempt to brew coffee with a teapot (HTCPCP).

422RFC 9110, 15.5.21

Unprocessable Content

Request syntax is valid, but server was unable to process contained instructions.

429RFC 6585, Section 4

Too Many Requests

User has sent too many requests in a given amount of time (rate limiting).

500RFC 9110, 15.6.1

Internal Server Error

Server encountered an unexpected condition that prevented it from fulfilling request.

501RFC 9110, 15.6.2

Not Implemented

Server does not support the functionality required to fulfill request.

502RFC 9110, 15.6.3

Bad Gateway

Server acting as gateway/proxy received an invalid response from inbound server.

503RFC 9110, 15.6.4

Service Unavailable

Server is currently unable to handle request due to temporary overload or maintenance.

504RFC 9110, 15.6.5

Gateway Timeout

Server acting as gateway/proxy did not receive timely response from upstream server.