aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/http/status/506/index.md
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-09-17 20:49:55 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-12 07:57:56 +0200
commitdf12ec2617159d79d2ea959389358ef52423f9ff (patch)
treefaa945937b4c014911119535ac35d7df48cb83a6 /files/fr/web/http/status/506/index.md
parent258ba7b4be62d8640477a3bd3146d08b00cb70ec (diff)
downloadtranslated-content-df12ec2617159d79d2ea959389358ef52423f9ff.tar.gz
translated-content-df12ec2617159d79d2ea959389358ef52423f9ff.tar.bz2
translated-content-df12ec2617159d79d2ea959389358ef52423f9ff.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/http/status/506/index.md')
-rw-r--r--files/fr/web/http/status/506/index.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/files/fr/web/http/status/506/index.md b/files/fr/web/http/status/506/index.md
new file mode 100644
index 0000000000..431d3dae17
--- /dev/null
+++ b/files/fr/web/http/status/506/index.md
@@ -0,0 +1,35 @@
+---
+title: 506 Variant Also Negotiates
+slug: Web/HTTP/Status/506
+tags:
+ - Erreur serveur
+ - HTTP
+ - Statut de réponse
+translation_of: Web/HTTP/Status/506
+---
+<div>{{HTTPSidebar}}</div>
+
+<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>
+
+<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>
+
+<h2 id="Status">Status</h2>
+
+<pre class="syntaxbox">506 Variant Also Negotiates</pre>
+
+<h2 id="Specifications">Specifications</h2>
+
+<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>