IT IT Tools
All tools

web

HTTP Status Codes

Search common HTTP and WebDAV response status codes.

Caches after visit

1xx informational response

100

Continue

HTTP

Waiting for the client to emit the body of the request.

101

Switching Protocols

HTTP

The server has agreed to change protocol.

102

Processing

WebDav

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

103

Early Hints

HTTP

The server returns some response headers before final HTTP message.

2xx success

200

OK

HTTP

Standard response for successful HTTP requests.

201

Created

HTTP

The request has been fulfilled, resulting in the creation of a new resource.

202

Accepted

HTTP

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

203

Non-Authoritative Information

HTTP

The request is successful but the content of the original request has been modified by a transforming proxy.

204

No Content

HTTP

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

205

Reset Content

HTTP

The server indicates to reinitialize the document view which sent this request.

206

Partial Content

HTTP

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

207

Multi-Status

WebDav

The message body that follows is an XML message and can contain a number of separate response codes.

208

Already Reported

WebDav

The members of a DAV binding have already been enumerated in a preceding part of the response.

226

IM Used

HTTP

The server has fulfilled a request for the resource, and the response is a representation of the result.

3xx redirection

300

Multiple Choices

HTTP

Indicates multiple options for the resource that the client may follow.

301

Moved Permanently

HTTP

This and all future requests should be directed to the given URI.

302

Found

HTTP

Redirect to another URL. This is an example of industry practice contradicting the standard.

303

See Other

HTTP

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

304

Not Modified

HTTP

Indicates that the resource has not been modified since the version specified by the request headers.

305

Use Proxy

HTTP

The requested resource is available only through a proxy.

306

Switch Proxy

HTTP

No longer used. Originally meant subsequent requests should use the specified proxy.

307

Temporary Redirect

HTTP

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

308

Permanent Redirect

HTTP

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

4xx client error

400

Bad Request

HTTP

The server cannot or will not process the request due to an apparent client error.

401

Unauthorized

HTTP

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

402

Payment Required

HTTP

Reserved for future use.

403

Forbidden

HTTP

The request was valid, but the server is refusing action.

404

Not Found

HTTP

The requested resource could not be found but may be available in the future.

405

Method Not Allowed

HTTP

A request method is not supported for the requested resource.

406

Not Acceptable

HTTP

The requested resource can generate only content not acceptable according to the Accept headers.

407

Proxy Authentication Required

HTTP

The client must first authenticate itself with the proxy.

408

Request Timeout

HTTP

The server timed out waiting for the request.

409

Conflict

HTTP

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

410

Gone

HTTP

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

411

Length Required

HTTP

The request did not specify the length of its content.

412

Precondition Failed

HTTP

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

413

Payload Too Large

HTTP

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

414

URI Too Long

HTTP

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

415

Unsupported Media Type

HTTP

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

416

Range Not Satisfiable

HTTP

The client asked for a portion of the file, but the server cannot supply that portion.

417

Expectation Failed

HTTP

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

418

I'm a teapot

HTTP

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

421

Misdirected Request

HTTP

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

422

Unprocessable Entity

HTTP

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

423

Locked

HTTP

The resource that is being accessed is locked.

424

Failed Dependency

HTTP

The request failed due to failure of a previous request.

425

Too Early

HTTP

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

426

Upgrade Required

HTTP

The client should switch to a different protocol.

428

Precondition Required

HTTP

The origin server requires the request to be conditional.

429

Too Many Requests

HTTP

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

431

Request Header Fields Too Large

HTTP

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

451

Unavailable For Legal Reasons

HTTP

A server operator has received a legal demand to deny access to a resource.

5xx server error

500

Internal Server Error

HTTP

A generic error message when an unexpected condition was encountered.

501

Not Implemented

HTTP

The server does not recognize the request method or lacks the ability to fulfill it.

502

Bad Gateway

HTTP

The server was acting as a gateway or proxy and received an invalid upstream response.

503

Service Unavailable

HTTP

The server is currently unavailable because it is overloaded or down for maintenance.

504

Gateway Timeout

HTTP

The server was acting as a gateway or proxy and did not receive a timely response.

505

HTTP Version Not Supported

HTTP

The server does not support the HTTP protocol version used in the request.

506

Variant Also Negotiates

HTTP

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

507

Insufficient Storage

HTTP

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

508

Loop Detected

HTTP

The server detected an infinite loop while processing the request.

510

Not Extended

HTTP

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

511

Network Authentication Required

HTTP

The client needs to authenticate to gain network access.