From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/http/status/407/index.html | 57 +++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 files/fr/web/http/status/407/index.html (limited to 'files/fr/web/http/status/407') diff --git a/files/fr/web/http/status/407/index.html b/files/fr/web/http/status/407/index.html new file mode 100644 index 0000000000..1950146072 --- /dev/null +++ b/files/fr/web/http/status/407/index.html @@ -0,0 +1,57 @@ +--- +title: 407 Proxy Authentication Required +slug: Web/HTTP/Status/407 +tags: + - Code de statut + - Erreur client + - HTTP + - Reference +translation_of: Web/HTTP/Status/407 +--- +
{{HTTPSidebar}}
+ +

Le code de réponse d'erreur HTTP 407 Proxy Authentication Required indique que la requête n'a pas été appliquée à cause d'un manque d'authentification pour un  {{Glossary("proxy")}} situé entre le navigateur et le serveur qui peut accéder à la ressource demandée.

+ +

Ce code de statut est envoyé avec l'en-tête {{HTTPHeader("Proxy-Authenticate")}} qui contient les informations décrivant la façon de s'authentifier correctement.

+ +

Statut

+ +
407 Proxy Authentication Required 
+ +

Exemple de réponse

+ +
HTTP/1.1 407 Proxy Authentication Required
+Date: Wed, 21 Oct 2015 07:28:00 GMT
+Proxy-Authenticate: Basic realm="Access to internal site"
+ +

Spécifications

+ + + + + + + + + + + + +
SpécificationTitre
{{RFC("7235", "407 Proxy Authentication Required" , "3.2")}}HTTP/1.1: Authentication
+ +

Compatibilité des navigateurs

+ + + +

{{Compat("http/status", "407")}}

+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf