Complete HTTP Status Code Reference

Comprehensive guide to HTTP status codes with detailed explanations, common causes, and practical solutions for developers and system administrators.

1xx Informational2xx Success3xx Redirection4xx Client Errors5xx Server Errors

Showing 63 of 63 status codes

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.

102

Processing

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

103

Early Hints

Used to return some response headers before final HTTP message.

200

OK

The request has succeeded and the server has returned the requested data.

201

Created

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

202

Accepted

The request has been accepted for processing, but processing is not complete.

203

Non-Authoritative Information

The server is returning information from a third party rather than the origin server.

204

No Content

The request was successful but there is no content to return.

205

Reset Content

The server has fulfilled the request and the user agent should reset the document view.

206

Partial Content

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

207

Multi-Status

The message body contains multiple separate response codes for different operations.

208

Already Reported

The members of a DAV binding have already been enumerated in a previous reply.

226

IM Used

The server has fulfilled a request for the resource and the response represents the result of instance manipulations.

300

Multiple Choices

The request has more than one possible response and the user should choose one.

301

Moved Permanently

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

302

Found

The requested resource has been temporarily moved to a different URL.

303

See Other

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

304

Not Modified

The resource has not been modified since the last request and can be served from cache.

305

Use Proxy

The requested resource must be accessed through the proxy specified in the Location header.

306

(Unused)

This status code is no longer used but is reserved for future use.

307

Temporary Redirect

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

308

Permanent Redirect

The request and all future requests should be repeated using another URI.

400

Bad Request

The server cannot process the request due to invalid syntax or malformed request.

401

Unauthorized

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

402

Payment Required

Reserved for future use. Originally intended for digital payment systems.

403

Forbidden

The server understands the request but refuses to authorize it.

404

Not Found

The requested resource could not be found on the server.

405

Method Not Allowed

The request method is not supported for the requested resource.

406

Not Acceptable

The server cannot produce a response matching the list of acceptable values.

407

Proxy Authentication Required

Authentication with the proxy server is required.

408

Request Timeout

The server timed out waiting for the request.

409

Conflict

The request conflicts with the current state of the server.

410

Gone

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

411

Length Required

The request did not specify the length of its content.

412

Precondition Failed

One or more conditions given in the request header fields evaluated to false.

413

Payload Too Large

The request entity is larger than limits defined by server.

414

URI Too Long

The URI requested by the client is longer than the server can interpret.

415

Unsupported Media Type

The media format of the requested data is not supported.

416

Range Not Satisfiable

The range specified by the Range header field cannot be fulfilled.

417

Expectation Failed

The expectation indicated by the Expect request header field cannot be met.

418

I'm a teapot

The server refuses the attempt to brew coffee with a teapot (RFC 2324).

421

Misdirected Request

The request was directed at a server that is not able to produce a response.

422

Unprocessable Entity

The request was well-formed but contains semantic errors.

423

Locked

The resource that is being accessed is locked.

424

Failed Dependency

The request failed because it depended on another request that failed.

425

Too Early

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

426

Upgrade Required

The client should switch to a different protocol.

428

Precondition Required

The origin server requires the request to be conditional.

429

Too Many Requests

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

431

Request Header Fields Too Large

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

451

Unavailable For Legal Reasons

The server is denying access to the resource for legal reasons.

500

Internal Server Error

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

501

Not Implemented

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

502

Bad Gateway

The server received an invalid response from the upstream server.

503

Service Unavailable

The server is not ready to handle the request, often due to maintenance or overload.

504

Gateway Timeout

The server did not receive a timely response from the upstream server.

505

HTTP Version Not Supported

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

506

Variant Also Negotiates

The server has an internal configuration error.

507

Insufficient Storage

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

508

Loop Detected

The server detected an infinite loop while processing the request.

510

Not Extended

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

511

Network Authentication Required

The client needs to authenticate to gain network access.