blob: 4acb9a58353c599392cc281fdbdc645319ed977c (
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
|
---
title: Forbidden response header name
slug: Glossario/Forbidden_response_header_name
tags:
- Glossário
- HTTP
- Response
- forbidden
translation_of: Glossary/Forbidden_response_header_name
---
<p><font><font>Um </font></font><dfn><font><font>nome de cabeçalho de resposta proibido</font></font></dfn><font><font> é um </font><font>nome de</font></font> <a href="/en-US/docs/Web/HTTP/Headers">cabeçalho HTTP</a> <font><font> (ou `</font></font><code title="">Set-Cookie</code><font><font>` ou ` </font></font><code title="">Set-Cookie2</code><font><font>`) que não pode ser modificado programaticamente.</font></font></p>
<h2 id="Especificações">Especificações</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Especificação</th>
<th scope="col">Status</th>
<th scope="col">Comentário</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName('Fetch','#forbidden-response-header-name','forbidden-response-header-name')}}</td>
<td>{{Spec2('Fetch')}}</td>
<td> </td>
</tr>
</tbody>
</table>
|