blob: 5137bd711308a8fb92a5c063e0f2146fc746c637 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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>
|