Back to Tools

Network ยท HTTP

Look up any HTTP status code

Browse the full reference, or look up a single code by number. Quick descriptions, categorized.

Runs locallyNo telemetry
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 a new resource has been created.

202
Accepted
Success

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

203
Non-Authoritative Information
Success

The request was successful but the information may have been modified by a transforming proxy.

204
No Content
Success

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

205
Reset Content
Success

The server successfully processed the request and asks 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

Provides status for multiple independent operations.

208
Already Reported
Success

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

226
IM Used
Success

The server has fulfilled a GET request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance.

300
Multiple Choices
Redirect

The request has more than one possible response. The user agent should choose one of them.

301
Moved Permanently
Redirect

The URL of the requested resource has been changed permanently.

302
Found
Redirect

The URL of the requested resource has been changed temporarily.

303
See Other
Redirect

The server sent this response to direct the client to get the requested resource at another URI with a GET request.

304
Not Modified
Redirect

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

305
Use Proxy
Redirect

The requested resource must be accessed through the proxy given by the Location field.

306
Unused
Redirect

This response code is no longer used. It was used in a previous version of the HTTP/1.1 specification.

307
Temporary Redirect
Redirect

The server is redirecting the user agent to a different resource.

308
Permanent Redirect
Redirect

The resource is now permanently located at another URL.

400
Bad Request
Client Error

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

401
Unauthorized
Client Error

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

402
Payment Required
Client Error

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

403
Forbidden
Client Error

The client does not have access rights to the content.

404
Not Found
Client Error

The server cannot find the requested resource.

405
Method Not Allowed
Client Error

The request method is not supported for the requested resource.

406
Not Acceptable
Client Error

The server cannot produce a response matching the list of acceptable values defined in the request's proactive content negotiation headers.

407
Proxy Authentication Required
Client Error

Authentication is required with the proxy before the request can proceed.

408
Request Timeout
Client Error

The server timed out waiting for the request.

409
Conflict
Client Error

The request could not be completed due to a conflict with the current state of the resource.

410
Gone
Client Error

The requested resource is no longer available.

411
Length Required
Client Error

The server refuses to accept the request without a defined Content-Length header.

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 entity is larger than limits defined by the server.

414
URI Too Long
Client Error

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

415
Unsupported Media Type
Client Error

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

416
Range Not Satisfiable
Client Error

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

417
Expectation Failed
Client Error

The expectation given in the Expect request-header field could not be met by this server.

418
I'm a teapot
Client Error

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

421
Misdirected Request
Client Error

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

422
Unprocessable Entity
Client Error

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

423
Locked
Client Error

The resource that is being accessed is locked.

424
Failed Dependency
Client Error

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

425
Too Early
Client Error

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

426
Upgrade Required
Client Error

The server refuses to perform the request using the current 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 server is denying access to the resource as a consequence of a legal demand.

500
Internal Server Error
Server Error

The server encountered an unexpected condition.

501
Not Implemented
Server Error

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

502
Bad Gateway
Server Error

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

503
Service Unavailable
Server Error

The server is currently unable to handle the request.

504
Gateway Timeout
Server Error

The server, while acting as a gateway or proxy, did not receive a timely response.

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

The server has an internal configuration error.

507
Insufficient Storage
Server Error

The method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request.

508
Loop Detected
Server Error

The server detected an infinite loop while processing the 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.