blob: 03626be3411b9fd5f92808b8255cc7600c77a59d (
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
|
---
title: Accept-CH-Lifetime
slug: Web/HTTP/Headers/Accept-CH-Lifetime
tags:
- Client hints
- HTTP
- header
translation_of: Web/HTTP/Headers/Accept-CH-Lifetime
---
<div>{{HTTPSidebar}}{{securecontext_header}}{{SeeCompatTable}}</div>
<p><span class="seoSummary"><strong><code>Accept-CH-Lifetime</code></strong> ヘッダーは、クライアントが後続のリクエストにどの<a href="/ja/docs/Glossary/Client_hints">クライアントヒント</a>のヘッダーを含める必要があるかを指定する {{HTTPHeader("Accept-CH")}} ヘッダーの値の永続性を指定するためにサーバーによって設定されます。</span></p>
<table class="properties">
<tbody>
<tr>
<th scope="row">ヘッダー種別</th>
<td>{{Glossary("Response header","レスポンスヘッダー")}}</td>
</tr>
<tr>
<th scope="row">{{Glossary("Forbidden header name","禁止ヘッダー名")}}</th>
<td>?</td>
</tr>
</tbody>
</table>
<div class="blockIndicator note">
<p><strong>注</strong>: クライアントヒントには、安全なオリジン(TLS 経由)でのみアクセスできます。 Accept-CH ヘッダーと Accept-CH-Lifetime ヘッダーは、クライアントヒントが確実に送信されるように、すべての安全なリクエストに対して永続化する必要があります。</p>
</div>
<h2 id="Syntax" name="Syntax">構文</h2>
<pre class="syntaxbox notranslate">Accept-CH-Lifetime: <age>
</pre>
<h2 id="Examples" name="Examples">例</h2>
<pre class="notranslate">Accept-CH: Viewport-Width, DPR
Accept-CH-Lifetime: 86400
</pre>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
<p>{{Compat("http.headers.Accept-CH-Lifetime")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
<li>{{HTTPHeader("Accept-CH")}}</li>
<li>{{HTTPHeader("Vary")}}</li>
</ul>
|