Codes de statut HTTP

Searchable reference of every HTTP status code. Free online, works in your browser.

100
Continue
The server received the request headers; the client should proceed.
101
Switching Protocols
The server is switching protocols as requested.
200
OK
The request succeeded.
201
Created
The request succeeded and a new resource was created.
202
Accepted
The request was accepted but is not yet complete.
204
No Content
Success, but there is no content to return.
206
Partial Content
The server is delivering part of the resource (range request).
301
Moved Permanently
The resource has permanently moved to a new URL.
302
Found
The resource is temporarily at a different URL.
304
Not Modified
The cached version is still valid.
307
Temporary Redirect
Like 302 but the method must not change.
308
Permanent Redirect
Like 301 but the method must not change.
400
Bad Request
The server cannot process the request (client error).
401
Unauthorized
Authentication is required and has failed or is missing.
403
Forbidden
The server understood but refuses to authorize the request.
404
Not Found
The requested resource could not be found.
405
Method Not Allowed
The HTTP method is not supported for this resource.
408
Request Timeout
The server timed out waiting for the request.
409
Conflict
The request conflicts with the current server state.
410
Gone
The resource is permanently gone.
418
I'm a teapot
An April Fools joke code — refuses to brew coffee.
422
Unprocessable Entity
Well-formed but has semantic errors (common in APIs).
429
Too Many Requests
The user sent too many requests (rate limited).
500
Internal Server Error
A generic server error — something went wrong.
501
Not Implemented
The server does not support the functionality.
502
Bad Gateway
A gateway server got an invalid upstream response.
503
Service Unavailable
The server is overloaded or down for maintenance.
504
Gateway Timeout
A gateway server did not get a response in time.

Outils associés