blob: 3ff7dac702d625e5c6c059d4e6d20ac6b6cc34a1 (
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
|
---
title: NEL
slug: Web/HTTP/Headers/NEL
tags:
- HTTP
- HTTP Header
- HTTP ヘッダー
- Network Error Logging
- Reference
- Response Header
- header
- ネットワークエラーログ記録
- ヘッダー
- レスポンスヘッダー
translation_of: Web/HTTP/Headers/NEL
---
<div>{{HTTPSidebar}}</div>
<p>HTTP の <strong><code>NEL</code></strong> レスポンスヘッダーは、ネットワークリクエストログ記録を構成するために使用されます。</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>
<h2 id="Syntax" name="Syntax">構文</h2>
<pre class="syntaxbox">NEL: { "report_to": "name_of_reporting_group", "max_age": 12345, "include_subdomains": false, "success_fraction": 0.0, "failure_fraction": 1.0 }
</pre>
<h2 id="Specifications" name="Specifications">仕様書</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">仕様書</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://w3c.github.io/network-error-logging/#nel-response-header">Network Error Logging</a></td>
</tr>
</tbody>
</table>
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
<li><a href="/ja/docs/Web/HTTP/Network_Error_Logging">Network Error Logging (NEL) の説明</a></li>
</ul>
|