aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/headers/cookie2/index.html
blob: 9ef4fb6e1783cfec752230bae67be84f40e5ccdc (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: Cookie2
slug: Web/HTTP/Headers/Cookie2
tags:
  - Cabeçalho de requisição
  - HTTP
  - Obsoleto
  - Referencia
  - cabeçalho
  - requisição
translation_of: Web/HTTP/Headers/Cookie2
---
<div>{{HTTPSidebar}} {{obsolete_header}}</div>

<p>O obsoleto cabeçalho de requisição HTTP <strong><code>Cookie2</code></strong> costumava aconselhar o servidor que o agente de usuário entende <em>cookies</em> de "novo estilo", mas atualmente os agentes de usuário vão usar o cabeçalho {{HTTPHeader("Cookie")}} ao invés disso, não este.</p>

<table class="properties">
 <tbody>
  <tr>
   <th scope="row">Tipo de cabeçalho</th>
   <td>{{Glossary("Request header")}}</td>
  </tr>
  <tr>
   <th scope="row">{{Glossary("Forbidden header name")}}</th>
   <td>sim</td>
  </tr>
 </tbody>
</table>

<h2 id="Exemplos">Exemplos</h2>

<pre>Cookie2: $Version="1"</pre>

<h2 id="Especificações">Especificações</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Especificação</th>
   <th scope="col">Título</th>
  </tr>
  <tr>
   <td>{{RFC("2965", "Cookie2")}}</td>
   <td>Especificação histórica do HTTP State Management Mechanism, obsoleta pela {{RFC("6265")}}</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>

<p>{{Compat("http.headers.Cookie2")}}</p>

<h2 id="Veja_também">Veja também</h2>

<ul>
 <li>{{HTTPHeader("Cookie")}}</li>
 <li>{{domxref("Document.cookie")}}</li>
</ul>