diff options
Diffstat (limited to 'files/fr/web/http/status/506/index.md')
-rw-r--r-- | files/fr/web/http/status/506/index.md | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/files/fr/web/http/status/506/index.md b/files/fr/web/http/status/506/index.md index 431d3dae17..1a217a1fb9 100644 --- a/files/fr/web/http/status/506/index.md +++ b/files/fr/web/http/status/506/index.md @@ -7,29 +7,18 @@ tags: - Statut de réponse translation_of: Web/HTTP/Status/506 --- -<div>{{HTTPSidebar}}</div> +{{HTTPSidebar}} -<p>Le code de réponse HTTP <code><strong>506 Variant Also Negotiates</strong></code> peut être donné dans le contexte du protocol <code><strong>Transparent Content Negotiation</strong></code> (voir <a href="https://tools.ietf.org/html/rfc2295">RFC 2295</a>). Ce protocol active un client pour recevoir la meilleure variante d'une ressource donnée, où le serveur supporte de multiples variantes.</p> +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. -<p>Le statut <code><strong>Variant Also Negotiates</strong></code> 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é.</p> +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é. -<h2 id="Status">Status</h2> +## Status -<pre class="syntaxbox">506 Variant Also Negotiates</pre> + 506 Variant Also Negotiates -<h2 id="Specifications">Specifications</h2> +## Specifications -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Specification</th> - <th scope="col">Title</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{RFC("2295", "506 Variant Also Negotiates" , "8.1")}}</td> - <td>Transparent Content Negotiation in HTTP</td> - </tr> - </tbody> -</table> +| Specification | Title | +| ------------------------------------------------------------------------ | --------------------------------------- | +| {{RFC("2295", "506 Variant Also Negotiates" , "8.1")}} | Transparent Content Negotiation in HTTP | |