Your data is never sent to a server or stored anywhere. All processing happens in your browser.

HTTP Status Code Reference

Status Codes 32 results

1xx Informational

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.

2xx Success

200
OK

The request has succeeded.

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.

204
No Content

The server successfully processed the request but returns no content.

206
Partial Content

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

3xx Redirection

301
Moved Permanently

The resource has been permanently moved to a new URL.

302
Found

The resource has been temporarily moved to a different URL.

303
See Other

The response can be found at a different URI using GET.

304
Not Modified

The resource has not been modified since the last request.

307
Temporary Redirect

The request should be repeated with the same method at a different URI.

308
Permanent Redirect

The resource has been permanently moved; future requests should use the new URI.

4xx Client Error

400
Bad Request

The server cannot process the request due to client error (e.g., malformed syntax).

401
Unauthorized

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

403
Forbidden

The server understood 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 HTTP method is not allowed for the requested resource.

406
Not Acceptable

The server cannot produce a response matching the Accept headers.

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 resource is no longer available and will not be available again.

413
Payload Too Large

The request entity is larger than the server is willing 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.

422
Unprocessable Entity

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

429
Too Many Requests

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

5xx Server Error

500
Internal Server Error

The server encountered an unexpected condition that prevented it from fulfilling the request.

501
Not Implemented

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

502
Bad Gateway

The server received an invalid response from an upstream server.

503
Service Unavailable

The server is temporarily unable to handle the request.

504
Gateway Timeout

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

How to Use


Type a status code number, name, or keyword to filter the list. All HTTP status codes are shown by default, grouped by category.

Status Code Categories


1xx: Informational responses. 2xx: Successful responses. 3xx: Redirection messages. 4xx: Client error responses. 5xx: Server error responses.

Privacy


All processing happens in your browser. No data is sent to any server.