aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/status/417/index.html
blob: 8c81d582f9d0ffdd6612c2c65c137c26bf905543 (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:
  - HTTP
  - HTTP ステータスコード
  - クライアントエラー
  - ステータスコード
  - リファレンス
translation_of: Web/HTTP/Status/417
---
<p>{{HTTPSidebar}}</p>

<p>HTTP <strong><code>417 Expectation Failed</code></strong> クライアントエラーレスポンスコードは、リクエストの {{HTTPHeader("Expect")}} ヘッダーに期待された値が設定されていなかったことを示します。</p>

<p>詳細は {{HTTPHeader("Expect")}} ヘッダーを参照してください。</p>

<h2 id="ステータス">ステータス</h2>

<pre class="syntaxbox">417 Expectation Failed</pre>

<h2 id="仕様">仕様</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">仕様書</th>
   <th scope="col">タイトル</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="関連情報">関連情報</h2>

<ul>
 <li>{{HTTPHeader("Expect")}}</li>
</ul>