From df12ec2617159d79d2ea959389358ef52423f9ff Mon Sep 17 00:00:00 2001 From: julieng Date: Fri, 17 Sep 2021 20:49:55 +0200 Subject: move *.html to *.md --- files/fr/web/http/status/407/index.html | 55 --------------------------------- files/fr/web/http/status/407/index.md | 55 +++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 55 deletions(-) delete mode 100644 files/fr/web/http/status/407/index.html create mode 100644 files/fr/web/http/status/407/index.md (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 deleted file mode 100644 index e1663f1236..0000000000 --- a/files/fr/web/http/status/407/index.html +++ /dev/null @@ -1,55 +0,0 @@ ---- -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

- - diff --git a/files/fr/web/http/status/407/index.md b/files/fr/web/http/status/407/index.md new file mode 100644 index 0000000000..e1663f1236 --- /dev/null +++ b/files/fr/web/http/status/407/index.md @@ -0,0 +1,55 @@ +--- +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