AG
HTTP
Status Codes
Code de statut HTTP
Guides
À propos
Contact
한국어
English
日本語
中文
Español
Português
Français
Deutsch
Русский
العربية
Bahasa Indonesia
Accueil
/
5xx
5xx
Erreur du serveur (Server Error)
Le serveur n'a pas pu traiter une requête valide. 500, 502 et 503 en sont les exemples types.
500
Internal Server Error
Fréquent
A generic catch-all: the server hit an unexpected condition and could not complete the request.
501
Not Implemented
The server does not support the functionality required to fulfill the request.
502
Bad Gateway
Fréquent
A gateway or proxy received an invalid response from an upstream server.
503
Service Unavailable
Fréquent
The server is temporarily unable to handle the request due to overload or maintenance.
504
Gateway Timeout
Fréquent
A gateway or proxy did not get a timely response from an upstream server.
505
HTTP Version Not Supported
The server does not support the major HTTP version used in the request.
506
Variant Also Negotiates
A server configuration error: the chosen variant is itself engaged in content negotiation.
507
Insufficient Storage
The server cannot store the representation needed to complete the request.
508
Loop Detected
The server detected an infinite loop while processing the request.
510
Not Extended
Further extensions to the request are required for the server to fulfill it.
511
Network Authentication Required
The client needs to authenticate to gain network access (e.g. a captive portal).