HTTP Status Codes

Explore the complete list of HTTP status codes and their meanings

100

Continue

Informational

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

101

Switching Protocols

Informational

The requester has asked the server to switch protocols.

102

Processing

Informational

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

103

Early Hints

Informational

Used to return some response headers before final HTTP message.

200

OK

Success

The request has succeeded.

201

Created

Success

The request has been fulfilled and resulted in a new resource being created.

202

Accepted

Success

The request has been accepted for processing, but the processing has not been completed.

203

Non-Authoritative Information

Success

The server is a transforming proxy and received non-authoritative response.

204

No Content

Success

The server successfully processed the request and is not returning any content.

205

Reset Content

Success

The server successfully processed the request, and is asking the client to reset the document view.

206

Partial Content

Success

The server is delivering only part of the resource due to a range header sent by the client.

207

Multi-Status

Success

The message body contains multiple status codes.

208

Already Reported

Success

The members of a DAV binding have already been enumerated.

226

IM Used

Success

The server has fulfilled a GET request for the resource with instance manipulations applied.

300

Multiple Choices

Redirection

The request has more than one possible response.

301

Moved Permanently

Redirection

The URL of the requested resource has been changed permanently.

302

Found

Redirection

The URI of requested resource has been changed temporarily.

303

See Other

Redirection

The response to the request can be found under another URI using a GET method.

304

Not Modified

Redirection

The resource has not been modified since the last request.

305

Use Proxy

Redirection

The requested resource is only available through a proxy.

306

Switch Proxy

Redirection

No longer used.

307

Temporary Redirect

Redirection

The request should be repeated with another URI; future requests should still use the original URI.

308

Permanent Redirect

Redirection

The resource is now permanently located at another URI.

400

Bad Request

Client Error

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

401

Unauthorized

Client Error

The client must authenticate itself to get the requested response.

402

Payment Required

Client Error

This response code is reserved for future use.

403

Forbidden

Client Error

The client does not have access rights to the content.

404

Not Found

Client Error

The server can not find the requested resource.

405

Method Not Allowed

Client Error

The request method is known by the server but is not supported by the target resource.

406

Not Acceptable

Client Error

The requested resource is capable of generating only content not acceptable according to the Accept headers.

407

Proxy Authentication Required

Client Error

The client must first authenticate itself with the proxy.

408

Request Timeout

Client Error

The server timed out waiting for the request.

409

Conflict

Client Error

The request could not be processed because of conflict in the request.

410

Gone

Client Error

The resource requested is no longer available and will not be available again.

411

Length Required

Client Error

The request did not specify the length of its content, which is required by the resource.

412

Precondition Failed

Client Error

The server does not meet one of the preconditions that the requester put on the request.

413

Payload Too Large

Client Error

The request is larger than the server is willing or able to process.

414

URI Too Long

Client Error

The URI provided was too long for the server to process.

415

Unsupported Media Type

Client Error

The request entity has a media type which the server or resource does not support.

416

Range Not Satisfiable

Client Error

The range specified by the Range header field in the request can't be fulfilled.

417

Expectation Failed

Client Error

The server cannot meet the requirements of the Expect request-header field.

418

I'm a teapot

Client Error

The server refuses the attempt to brew coffee with a teapot.

422

Unprocessable Entity

Client Error

The request was well-formed but was unable to be followed due to semantic errors.

425

Too Early

Client Error

Indicates that the server is unwilling to risk processing a request that might be replayed.

426

Upgrade Required

Client Error

The client should switch to a different protocol.

428

Precondition Required

Client Error

The origin server requires the request to be conditional.

429

Too Many Requests

Client Error

The user has sent too many requests in a given amount of time.

431

Request Header Fields Too Large

Client Error

The server is unwilling to process the request because its header fields are too large.

451

Unavailable For Legal Reasons

Client Error

The user requests an illegal resource, such as a web page censored by a government.

500

Internal Server Error

Server Error

The server has encountered a situation it doesn't know how to handle.

501

Not Implemented

Server Error

The request method is not supported by the server and cannot be handled.

502

Bad Gateway

Server Error

The server, while acting as a gateway or proxy, received an invalid response from the upstream server.

503

Service Unavailable

Server Error

The server is not ready to handle the request.

504

Gateway Timeout

Server Error

The server is acting as a gateway and cannot get a response in time.

505

HTTP Version Not Supported

Server Error

The HTTP version used in the request is not supported by the server.

506

Variant Also Negotiates

Server Error

Transparent content negotiation for the request results in a circular reference.

507

Insufficient Storage

Server Error

The server is unable to store the representation needed to complete the request.

508

Loop Detected

Server Error

The server detected an infinite loop while processing a request.

510

Not Extended

Server Error

Further extensions to the request are required for the server to fulfill it.

511

Network Authentication Required

Server Error

The client needs to authenticate to gain network access.