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/303/index.html | 43 +++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 files/fr/web/http/status/303/index.html (limited to 'files/fr/web/http/status/303/index.html') diff --git a/files/fr/web/http/status/303/index.html b/files/fr/web/http/status/303/index.html new file mode 100644 index 0000000000..61eabd5c2c --- /dev/null +++ b/files/fr/web/http/status/303/index.html @@ -0,0 +1,43 @@ +--- +title: 303 See Other +slug: Web/HTTP/Status/303 +tags: + - Code de statut + - HTTP + - Référence(2) +translation_of: Web/HTTP/Status/303 +--- +
{{HTTPSidebar}}
+ +

Le code de statut de réponse de redirection 303 See Other, généralement renvoyé comme résultat d'une opération {{HTTPMethod("PUT")}} ou {{HTTPMethod("POST")}}, indique que la redirection ne fait pas le lien vers la ressource nouvellement téléversé mais vers une autre page (par exemple une page de confirmation ou qui affiche l'avancement du téléversement). La méthode utilisée pour afficher la page redirigée est toujours {{HTTPMethod("GET")}}.

+ +

Statut

+ +
303 See Other
+ +

Spécifications

+ + + + + + + + + + + + +
SpécificationTitre
{{RFC("7231", "303 See Other" , "6.4.4")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

Compatibilité des navigateurs

+ + + +

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

+ +

Voir aussi

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