ITTools

Codes de Statut HTTP

Référence de tous les codes de statut HTTP

100
Continue
The server has received the request headers.
101
Switching Protocols
The server is switching protocols.
200
OK
Standard response for successful HTTP requests.
201
Created
The request has been fulfilled and a new resource has been created.
202
Accepted
The request has been accepted for processing.
204
No Content
The server successfully processed the request, no content to send.
206
Partial Content
The server is delivering only part of the resource.
301
Moved Permanently
This and all future requests should be directed to the new URL.
302
Found
This response code means that the URI has been changed temporarily.
304
Not Modified
The resource has not been modified since last requested.
307
Temporary Redirect
Temporary redirect; same method and body.
308
Permanent Redirect
Permanent redirect; same method and body.
400
Bad Request
The server cannot process the request due to a client error.
401
Unauthorized
Authentication is required and has failed or not been provided.
403
Forbidden
The client does not have permission to access the resource.
404
Not Found
The requested resource could not be found.
405
Method Not Allowed
The method is not supported for the requested resource.
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.
422
Unprocessable Entity
The request was well-formed but contains semantic errors.
429
Too Many Requests
The user has sent too many requests in a given amount of time.
451
Unavailable For Legal Reasons
Resource access is denied for legal reasons.
500
Internal Server Error
An unexpected condition was encountered.
501
Not Implemented
The server does not support the functionality required.
502
Bad Gateway
Received an invalid response from an upstream server.
503
Service Unavailable
The server is not ready to handle the request.
504
Gateway Timeout
The server did not receive a timely response from an upstream server.

Outils connexes