diff options
author | Carolyn Wu <87150472+cw118@users.noreply.github.com> | 2022-01-29 06:09:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 12:09:19 +0100 |
commit | c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d (patch) | |
tree | 7e212a93c70ddd33544a95e545d20340050dfc74 /files/fr/web/http/status/502/index.md | |
parent | 11a9397cc1d22829f798c28c7cf58b1969ddca41 (diff) | |
download | translated-content-c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d.tar.gz translated-content-c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d.tar.bz2 translated-content-c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d.zip |
Macro, Specs and Compat fixes for French HTTP pages (#3794)
* Take 1, macros and 100-408
* Take 2 and minor fixes
* Fixable flaws and small typos
* Review, minor updates/nitpicking/typofixing
Co-authored-by: julieng <julien.gattelier@gmail.com>
Diffstat (limited to 'files/fr/web/http/status/502/index.md')
-rw-r--r-- | files/fr/web/http/status/502/index.md | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/files/fr/web/http/status/502/index.md b/files/fr/web/http/status/502/index.md index 7c16862956..7cc79af554 100644 --- a/files/fr/web/http/status/502/index.md +++ b/files/fr/web/http/status/502/index.md @@ -1,32 +1,30 @@ --- title: 502 Bad Gateway slug: Web/HTTP/Status/502 -tags: - - Code de statut - - HTTP - - Server error translation_of: Web/HTTP/Status/502 +browser-compat: http.status.502 --- {{HTTPSidebar}} Le code de réponse HTTP d'erreur serveur **`502 Bad Gateway`** indique que le serveur, agissant comme une passerelle ou un proxy, a reçu une réponse invalide depuis le serveur en amont. -Une {{interwiki("wikipedia", "Passerelle_(informatique)", "passerelle")}} peut faire référence à différents éléments en réseaux et une erreur 502 est habituellement quelque chose que vous ne pouvez pas corriger, mais qui nécessite une correction sur le serveur web ou le proxy par lequel vous passez pour y accéder. +> **Note :** Une [passerelle (<i lang="en">gateway</i>)](https://fr.wikipedia.org/wiki/Passerelle_(informatique)) peut faire référence à différents éléments en réseaux et une erreur 502 est habituellement quelque chose que vous ne pouvez pas corriger, mais qui nécessite une correction sur le serveur web ou le proxy par lequel vous passez pour y accéder. ## Statut - 502 Bad Gateway +``` +502 Bad Gateway +``` ## Spécifications -| Spécification | Titre | -| ------------------------------------------------------------ | ------------------------------------------------------------- | -| {{RFC("7231", "502 Bad Gateway" , "6.6.3")}} | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content | +{{Specifications}} ## Compatibilité des navigateurs -{{Compat("http/status", "502")}} +{{Compat}} ## Voir aussi -- {{HTTPStatus(504)}} +- [`504`](/fr/docs/Web/HTTP/Status/504) +- [HTTP/1.1 : Définitions des codes de statut (en anglais)](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) |