diff options
Diffstat (limited to 'files/fr/web/http/status/417/index.html')
-rw-r--r-- | files/fr/web/http/status/417/index.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/files/fr/web/http/status/417/index.html b/files/fr/web/http/status/417/index.html new file mode 100644 index 0000000000..5137bd7113 --- /dev/null +++ b/files/fr/web/http/status/417/index.html @@ -0,0 +1,41 @@ +--- +title: 417 Expectation Failed +slug: Web/HTTP/Status/417 +tags: + - Client error + - Code de statut + - HTTP + - HTTP Status Code + - Reference +translation_of: Web/HTTP/Status/417 +--- +<div>{{HTTPSidebar}}</div> + +<p>Le code de réponse d'erreur HTTP <strong><code>417 Expectation Failed</code></strong> indique que les attentes indiquées par l'en-tête {{HTTPHeader ("Expect")}} n'ont pu être satisfaites.</p> + +<p>Voir la page sur l'en-tête {{HTTPHeader("Expect")}} pour plus de détails.</p> + +<h2 id="Statut">Statut</h2> + +<pre class="syntaxbox">417 Expectation Failed</pre> + +<h2 id="Spécifications">Spécifications</h2> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="col">Spécification</th> + <th scope="col">Titre</th> + </tr> + <tr> + <td>{{RFC("7231", "417 Expectation Failed" , "6.5.14")}}</td> + <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td> + </tr> + </tbody> +</table> + +<h2 id="Voir_aussi">Voir aussi</h2> + +<ul> + <li>{{HTTPHeader("Expect")}}</li> +</ul> |