From c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d Mon Sep 17 00:00:00 2001 From: Carolyn Wu <87150472+cw118@users.noreply.github.com> Date: Sat, 29 Jan 2022 06:09:19 -0500 Subject: 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 --- files/fr/web/http/status/506/index.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'files/fr/web/http/status/506/index.md') 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 | -- cgit v1.2.3-54-g00ecf