blob: 63e00f725948a9a331a0e5ff71d7983ebec99ac4 (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
---
title: Early-Data
slug: Web/HTTP/Headers/Early-Data
tags:
- HTTP
- クライアントヒント
- ヘッダー
- リクエスト
translation_of: Web/HTTP/Headers/Early-Data
---
<div>{{SeeCompatTable}}{{HTTPSidebar}}</div>
<p><span class="seoSummary"><code><strong>Early-Data</strong></code> ヘッダーは中間者により設定され、リクエストが <a href="/ja/docs/Web/Security/Transport_Layer_Security#TLS_1.3">TLS 早期データ</a>で伝えられたこと、そして中間者が {{HTTPStatus("425", "425 (Too Early)")}} ステータスコードを理解していることを示します。</span></p>
<p><code><strong>Early-Data</strong></code> ヘッダーはリクエストの発信者 (つまり、ブラウザー) によって設定されることはありません。</p>
<table class="properties">
<tbody>
<tr>
<th scope="row">ヘッダー種別</th>
<td>{{Glossary("Request header", "リクエストヘッダー")}}</td>
</tr>
<tr>
<th scope="row">{{Glossary("Forbidden header name", "禁止ヘッダー名")}}</th>
<td>いいえ</td>
</tr>
</tbody>
</table>
<h2 id="Syntax" name="Syntax">構文</h2>
<pre class="syntaxbox">Early-Data: 1
</pre>
<h2 id="Examples" name="Examples">例</h2>
<pre>GET /resource HTTP/1.0
Host: example.com
Early-Data: 1</pre>
<h2 id="Specifications" name="Specifications">仕様書</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">仕様書</th>
<th scope="col">題名</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{RFC("8470", "The Early-Data Header Field", "5.1")}}</td>
<td>Using Early Data in HTTP</td>
</tr>
</tbody>
</table>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
<p>{{Compat("http.headers.Early-Data")}}</p>
|