BrainCoder
Tool infoHTTP Status Codes
1xx

Informational

4 status
100

Continue

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

101

Switching Protocols

The requester has asked the server to switch protocols and the server confirms it will do so.

102

Processingunofficial

WebDAV: indicates the server is still processing the request.

103

Early Hints

Used to send some response headers before the final HTTP message.

2xx

Success

8 status
200

OK

The request has succeeded.

201

Created

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

202

Accepted

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

203

Non-Authoritative Information

The response is from a transforming proxy, so it may differ from the origin server's response.

204

No Content

The request succeeded but there is no content to return.

205

Reset Content

The server asks the client to reset the view that sent the request.

206

Partial Content

The server is sending only part of the resource (range requests).

207

Multi-Statusunofficial

WebDAV: multiple status codes for multiple operations.

3xx

Redirection

7 status
300

Multiple Choices

The request has more than one possible response; the client must choose one.

301

Moved Permanently

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

302

Found

The resource is temporarily under a different URI.

303

See Other

The response is at a different URI and should be fetched with GET.

304

Not Modified

The resource has not been modified since the last request (conditional request).

307

Temporary Redirect

The resource is temporarily at another URI, but future requests should use the original URI.

308

Permanent Redirect

The resource is permanently at another URI, and the method must not change.

4xx

Client error

27 status
400

Bad Request

The request could not be understood by the server due to malformed syntax.

401

Unauthorized

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

402

Payment Required

Reserved for future use.

403

Forbidden

The request was valid, but the server refuses to respond to 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 Accept headers.

407

Proxy Authentication Required

Authentication is required through a proxy before the request continues.

408

Request Timeout

The server timed out waiting for the request. The client may repeat the request.

409

Conflict

The request could not be processed due to a conflict with the current state.

410

Gone

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

411

Length Required

A Content-Length header is required but was not sent.

412

Precondition Failed

One or more preconditions in the request headers evaluated to false.

413

Payload Too Large

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

414

URI Too Long

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

415

Unsupported Media Type

The media format of the requested data is not supported by the server.

416

Range Not Satisfiable

The Range header cannot be satisfied.

417

Expectation Failed

The expectation in the Expect header could not be met by the server.

418

I'm a teapot

The server refuses to brew coffee because it is a teapot (RFC 2324).

422

Unprocessable Entity

The request was well-formed but semantically incorrect instructions.

423

Lockedunofficial

The resource that is being accessed is locked.

425

Too Earlyunofficial

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

426

Upgrade Required

The client should switch to a different protocol (TLS/1.0).

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 resource is unavailable for legal reasons.

5xx

Server error

12 status
500

Internal Server Error

The server encountered an unexpected condition.

501

Not Implemented

The server does not support the functionality required to fulfill the request.

502

Bad Gateway

The server, acting as a gateway, received an invalid response from upstream.

503

Service Unavailable

The server is currently unable to handle the request (overloaded or down).

504

Gateway Timeout

The server, acting as a gateway, did not get a response in time.

505

HTTP Version Not Supported

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

506

Variant Also Negotiates

The server has an internal configuration error: chosen variant is misconfigured.

507

Insufficient Storageunofficial

WebDAV: 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.

599

Network Connect Timeoutunofficial

The proxy timed out while waiting for the network connection.