HTTP Status Codes Reference

CLIENT

Searchable list of all HTTP status codes (1xx–5xx) with name, meaning, and common use cases.

100
Continue
The server has received the request headers.
Informational
101
Switching Protocols
The requester has asked the server to switch protocols.
Informational
200
OK
Standard response for successful HTTP requests.
Success
201
Created
The request has been fulfilled, resulting in the creation of a new resource.
Success
202
Accepted
The request has been accepted for processing.
Success
204
No Content
The server successfully processed the request but returns no content.
Success
206
Partial Content
The server is delivering part of the resource due to a range header.
Success
301
Moved Permanently
This and all future requests should be directed to the given URI.
Redirection
302
Found
Tells the client to look at another URL.
Redirection
304
Not Modified
Resource has not been modified since last requested.
Redirection
307
Temporary Redirect
Temporarily redirected using same method.
Redirection
308
Permanent Redirect
Permanently redirected using same method.
Redirection
400
Bad Request
The server cannot process the request due to a client error.
Client Error
401
Unauthorized
Authentication is required and has failed or not been provided.
Client Error
403
Forbidden
The client does not have access rights to the content.
Client Error
404
Not Found
The server cannot find the requested resource.
Client Error
405
Method Not Allowed
The request method is known but not supported by the target resource.
Client Error
408
Request Timeout
The server would like to shut down this unused connection.
Client Error
409
Conflict
Request conflicts with the current state of the server.
Client Error
410
Gone
Resource is no longer available and will not be available again.
Client Error
413
Payload Too Large
Request entity is larger than limits defined by server.
Client Error
415
Unsupported Media Type
The media format of the requested data is not supported.
Client Error
422
Unprocessable Entity
The request was well-formed but semantic errors prevent processing.
Client Error
429
Too Many Requests
The user has sent too many requests in a given amount of time.
Client Error
500
Internal Server Error
A generic error message when an unexpected condition was encountered.
Server Error
501
Not Implemented
The server does not recognize the request method.
Server Error
502
Bad Gateway
The server received an invalid response from the upstream server.
Server Error
503
Service Unavailable
The server is currently unavailable (overloaded or down for maintenance).
Server Error
504
Gateway Timeout
The server did not receive a timely response from an upstream server.
Server Error

Command Palette

Search for a command to run...