From 0fe03b92344c0f9b0d4ada2146d4480997ab2e25 Mon Sep 17 00:00:00 2001 From: julieng Date: Fri, 17 Sep 2021 20:50:13 +0200 Subject: convert content to md --- files/fr/web/http/status/407/index.md | 55 ++++++++++++++--------------------- 1 file changed, 22 insertions(+), 33 deletions(-) (limited to 'files/fr/web/http/status/407') diff --git a/files/fr/web/http/status/407/index.md b/files/fr/web/http/status/407/index.md index e1663f1236..ee425b6b75 100644 --- a/files/fr/web/http/status/407/index.md +++ b/files/fr/web/http/status/407/index.md @@ -8,48 +8,37 @@ tags: - Reference translation_of: Web/HTTP/Status/407 --- -
{{HTTPSidebar}}
+{{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.

+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.

+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

+## Statut -
407 Proxy Authentication Required 
+ 407 Proxy Authentication Required -

Exemple de réponse

+## 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"
+ 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écifications - - - - - - - - - - - -
SpécificationTitre
{{RFC("7235", "407 Proxy Authentication Required" , "3.2")}}HTTP/1.1: Authentication
+| Spécification | Titre | +| -------------------------------------------------------------------------------- | ------------------------ | +| {{RFC("7235", "407 Proxy Authentication Required" , "3.2")}} | HTTP/1.1: Authentication | -

Compatibilité des navigateurs

+## Compatibilité des navigateurs -

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

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

Voir aussi

+## Voir aussi - +- [La gestion de l'authentification en HTTP](/fr/docs/Web/HTTP/Authentication) +- {{HTTPHeader("WWW-Authenticate")}} +- {{HTTPHeader("Authorization")}} +- {{HTTPHeader("Proxy-Authorization")}} +- {{HTTPHeader("Proxy-Authenticate")}} +- {{HTTPStatus("401")}}, {{HTTPStatus("403")}} -- cgit v1.2.3-54-g00ecf