blob: 850c1457845884eabae9831a886288e484318a90 (
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
|
---
title: NEL
slug: Web/HTTP/Headers/NEL
tags:
- Cabeçalho HTTP
- Cabeçalho de Resposta
- HTTP
- Referencia
- Registro de Erros de Rede
- cabeçalho
translation_of: Web/HTTP/Headers/NEL
---
<div>{{HTTPSidebar}}</div>
<p>O cabeçalho de resposta HTTP <strong><code>NEL</code></strong> é usado para configurar o registro de <em>logs</em> de requisição na rede.</p>
<table class="properties">
<tbody>
<tr>
<th scope="row">Tipo de cabeçalho</th>
<td>{{Glossary("Response header")}}</td>
</tr>
<tr>
<th scope="row">{{Glossary("Forbidden header name")}}</th>
<td>não</td>
</tr>
</tbody>
</table>
<h2 id="Sintaxe">Sintaxe</h2>
<pre class="syntaxbox notranslate">NEL: { "report_to": "name_of_reporting_group", "max_age": 12345, "include_subdomains": false, "success_fraction": 0.0, "failure_fraction": 1.0 }
</pre>
<h2 id="Especificações">Especificações</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="col">Especificação</th>
</tr>
<tr>
<td><a href="https://w3c.github.io/network-error-logging/#nel-response-header">Registro de Erros de Rede</a></td>
</tr>
</tbody>
</table>
<h2 id="Veja_também">Veja também</h2>
<ul>
<li><a href="/en-US/docs/Web/HTTP/Network_Error_Logging">Explicação do Registro de Redes de Log [Network Error Logging (NEL)]</a></li>
</ul>
|