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/403/index.html | 52 +++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 files/fr/web/http/status/403/index.html (limited to 'files/fr/web/http/status/403') diff --git a/files/fr/web/http/status/403/index.html b/files/fr/web/http/status/403/index.html new file mode 100644 index 0000000000..c9ea24ec41 --- /dev/null +++ b/files/fr/web/http/status/403/index.html @@ -0,0 +1,52 @@ +--- +title: 403 Forbidden +slug: Web/HTTP/Status/403 +tags: + - Code de statut + - Erreur client + - HTTP + - Reference +translation_of: Web/HTTP/Status/403 +--- +
{{HTTPSidebar}}
+ +

Le code de statut d'erreur de réponse HTTP 403 Forbidden indique qu'un serveur comprend la requête mais refuse de l'autoriser.

+ +

Ce statut est similaire au statut {{HTTPStatus("401")}}, mais dans ce cas, la ré-authentification ne changera rien. L'accès est définitivement interdit et est lié à la logique de l'application, par exemple manque d'une permission d'accès à une ressource.

+ +

Statut

+ +
403 Forbidden
+ +

Exemple de réponse

+ +
HTTP/1.1 403 Forbidden
+Date: Wed, 21 Oct 2015 07:28:00 GMT
+
+ +

Spécifications

+ + + + + + + + + + + + +
SpécificationTitre
{{RFC("7231", "403 Forbidden" , "6.5.3")}}HTTP/1.1: Semantics and Content
+ +

Compatibilité des navigateurs

+ + + +

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

+ +

Voir aussi

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