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/506/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/506/index.md')
-rw-r--r-- | files/fr/web/http/status/506/index.md | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/files/fr/web/http/status/506/index.md b/files/fr/web/http/status/506/index.md index 1a217a1fb9..900e147bfd 100644 --- a/files/fr/web/http/status/506/index.md +++ b/files/fr/web/http/status/506/index.md @@ -1,24 +1,22 @@ --- title: 506 Variant Also Negotiates slug: Web/HTTP/Status/506 -tags: - - Erreur serveur - - HTTP - - Statut de réponse translation_of: Web/HTTP/Status/506 --- {{HTTPSidebar}} -Le code de réponse HTTP **`506 Variant Also Negotiates`** peut être donné dans le contexte du protocol **`Transparent Content Negotiation`** (voir [RFC 2295](https://tools.ietf.org/html/rfc2295)). Ce protocol active un client pour recevoir la meilleure variante d'une ressource donnée, où le serveur supporte de multiples variantes. +Le code de réponse HTTP **`506 Variant Also Negotiates`** peut être donné dans le contexte du protocole de **négociation de contenu transparente** (voir [RFC 2295](https://tools.ietf.org/html/rfc2295)). Ce protocole permet à un client de recevoir la meilleure variante d'une ressource donnée, quand le serveur prend en charge plusieurs variantes. -Le statut **`Variant Also Negotiates`** indique une erreur de configuration interne du serveur dans laquelle la variante choisie est elle-même configurée pour s'engager dans la négociation de contenu, et n'est donc pas un point final de négociation approprié. +Le statut **`Variant Also Negotiates`** indique une erreur de configuration interne du serveur dans laquelle la variante choisie est elle-même configurée pour s'engager dans la négociation de contenu, et n'est donc pas un point final de négociation approprié. -## Status +## Statut - 506 Variant Also Negotiates +``` +506 Variant Also Negotiates +``` -## Specifications +## Spécifications -| Specification | Title | +| Spécification | Titre | | ------------------------------------------------------------------------ | --------------------------------------- | -| {{RFC("2295", "506 Variant Also Negotiates" , "8.1")}} | Transparent Content Negotiation in HTTP | +| [RFC 2295, section 8.1: 506 Variant Also Negotiates](https://datatracker.ietf.org/doc/html/rfc2295#section-8.1) | Transparent Content Negotiation in HTTP | |