aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/headers/cookie2/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/http/headers/cookie2/index.html')
-rw-r--r--files/pt-br/web/http/headers/cookie2/index.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/files/pt-br/web/http/headers/cookie2/index.html b/files/pt-br/web/http/headers/cookie2/index.html
new file mode 100644
index 0000000000..416b0ae8ab
--- /dev/null
+++ b/files/pt-br/web/http/headers/cookie2/index.html
@@ -0,0 +1,60 @@
+---
+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="Compatibilidade_de_navegador">Compatibilidade de navegador</h2>
+
+<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
+
+<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>