From 4f4d511f3a78d7e3dc357e44481cf0a7eba99b9f Mon Sep 17 00:00:00 2001 From: MDN Date: Thu, 17 Mar 2022 00:12:44 +0000 Subject: [CRON] sync translated content --- files/pt-br/_redirects.txt | 2 + files/pt-br/_wikihistory.json | 24 +++---- .../conflicting/web/http/headers/cookie/index.html | 59 +++++++++++++++++ .../web/http/headers/set-cookie/index.html | 74 ++++++++++++++++++++++ files/pt-br/web/http/headers/cookie2/index.html | 58 ----------------- .../pt-br/web/http/headers/set-cookie2/index.html | 73 --------------------- 6 files changed, 147 insertions(+), 143 deletions(-) create mode 100644 files/pt-br/conflicting/web/http/headers/cookie/index.html create mode 100644 files/pt-br/conflicting/web/http/headers/set-cookie/index.html delete mode 100644 files/pt-br/web/http/headers/cookie2/index.html delete mode 100644 files/pt-br/web/http/headers/set-cookie2/index.html (limited to 'files/pt-br') diff --git a/files/pt-br/_redirects.txt b/files/pt-br/_redirects.txt index f852975d04..e5c5f6508b 100644 --- a/files/pt-br/_redirects.txt +++ b/files/pt-br/_redirects.txt @@ -717,8 +717,10 @@ /pt-BR/docs/Web/HTTP/Gerenciamento_de_Conexão_em_HTTP_1.x /pt-BR/docs/Web/HTTP/Connection_management_in_HTTP_1.x /pt-BR/docs/Web/HTTP/HTTP /pt-BR/docs/Web/HTTP/Caching /pt-BR/docs/Web/HTTP/Headers/Conexão /pt-BR/docs/Web/HTTP/Headers/Connection +/pt-BR/docs/Web/HTTP/Headers/Cookie2 /pt-BR/docs/conflicting/Web/HTTP/Headers/Cookie /pt-BR/docs/Web/HTTP/Headers/Expira /pt-BR/docs/Web/HTTP/Headers/Expires /pt-BR/docs/Web/HTTP/Headers/Localização /pt-BR/docs/Web/HTTP/Headers/Location +/pt-BR/docs/Web/HTTP/Headers/Set-Cookie2 /pt-BR/docs/conflicting/Web/HTTP/Headers/Set-Cookie /pt-BR/docs/Web/HTTP/Mensagens /pt-BR/docs/Web/HTTP/Messages /pt-BR/docs/Web/HTTP/Redirecionamento /pt-BR/docs/Web/HTTP/Redirections /pt-BR/docs/Web/JavaScript/Enumerabilidade_e_posse_de_propriedades /pt-BR/docs/Web/JavaScript/Enumerability_and_ownership_of_properties diff --git a/files/pt-br/_wikihistory.json b/files/pt-br/_wikihistory.json index 26a483ad31..a16a54abbc 100644 --- a/files/pt-br/_wikihistory.json +++ b/files/pt-br/_wikihistory.json @@ -10539,12 +10539,6 @@ "FernandoKGA" ] }, - "Web/HTTP/Headers/Cookie2": { - "modified": "2020-10-15T22:29:27.166Z", - "contributors": [ - "FernandoKGA" - ] - }, "Web/HTTP/Headers/Cross-Origin-Resource-Policy": { "modified": "2020-10-15T22:29:30.347Z", "contributors": [ @@ -10805,12 +10799,6 @@ "ooVictorFranco" ] }, - "Web/HTTP/Headers/Set-Cookie2": { - "modified": "2020-10-15T22:31:37.734Z", - "contributors": [ - "FernandoKGA" - ] - }, "Web/HTTP/Headers/SourceMap": { "modified": "2020-10-15T22:20:50.501Z", "contributors": [ @@ -16507,6 +16495,18 @@ "marcio1002" ] }, + "conflicting/Web/HTTP/Headers/Cookie": { + "modified": "2020-10-15T22:29:27.166Z", + "contributors": [ + "FernandoKGA" + ] + }, + "conflicting/Web/HTTP/Headers/Set-Cookie": { + "modified": "2020-10-15T22:31:37.734Z", + "contributors": [ + "FernandoKGA" + ] + }, "conflicting/Web/JavaScript/Equality_comparisons_and_sameness": { "modified": "2019-03-23T23:25:15.038Z", "contributors": [ diff --git a/files/pt-br/conflicting/web/http/headers/cookie/index.html b/files/pt-br/conflicting/web/http/headers/cookie/index.html new file mode 100644 index 0000000000..6d33e9afac --- /dev/null +++ b/files/pt-br/conflicting/web/http/headers/cookie/index.html @@ -0,0 +1,59 @@ +--- +title: Cookie2 +slug: conflicting/Web/HTTP/Headers/Cookie +tags: + - Cabeçalho de requisição + - HTTP + - Obsoleto + - Referencia + - cabeçalho + - requisição +translation_of: Web/HTTP/Headers/Cookie2 +original_slug: Web/HTTP/Headers/Cookie2 +--- +
{{HTTPSidebar}} {{obsolete_header}}
+ +

O obsoleto cabeçalho de requisição HTTP Cookie2 costumava aconselhar o servidor que o agente de usuário entende cookies 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.

+ + + + + + + + + + + + +
Tipo de cabeçalho{{Glossary("Request header")}}
{{Glossary("Forbidden header name")}}sim
+ +

Exemplos

+ +
Cookie2: $Version="1"
+ +

Especificações

+ + + + + + + + + + + + +
EspecificaçãoTítulo
{{RFC("2965", "Cookie2")}}Especificação histórica do HTTP State Management Mechanism, obsoleta pela {{RFC("6265")}}
+ +

Compatibilidade com navegadores

+ +

{{Compat("http.headers.Cookie2")}}

+ +

Veja também

+ + diff --git a/files/pt-br/conflicting/web/http/headers/set-cookie/index.html b/files/pt-br/conflicting/web/http/headers/set-cookie/index.html new file mode 100644 index 0000000000..4bde79adc9 --- /dev/null +++ b/files/pt-br/conflicting/web/http/headers/set-cookie/index.html @@ -0,0 +1,74 @@ +--- +title: Set-Cookie2 +slug: conflicting/Web/HTTP/Headers/Set-Cookie +tags: + - Cookies + - HTTP + - Obsoleto + - Referencia + - cabeçalho +translation_of: Web/HTTP/Headers/Set-Cookie2 +original_slug: Web/HTTP/Headers/Set-Cookie2 +--- +
{{HTTPSidebar}} {{obsolete_header}}
+ +

O obsoleto cabeçalho de resposta HTTP Set-Cookie2 usado para enviar cookies do servidor para o agente de usuário, mas ele foi depreciado por especificação. Use {{HTTPHeader("Set-Cookie")}} ao invés disso.

+ + + + + + + + + + + + +
Tipo de cabeçalho{{Glossary("Response header")}}
{{Glossary("Forbidden header name")}}não
+ +

Sintaxe

+ +
Set-Cookie2: <cookie-name>=<cookie-value>
+Set-Cookie2: <cookie-name>=<cookie-value>; Comment=<value>
+Set-Cookie2: <cookie-name>=<cookie-value>; CommentURL=<http-url>
+Set-Cookie2: <cookie-name>=<cookie-value>; Discard
+Set-Cookie2: <cookie-name>=<cookie-value>; Domain=<domain-value>
+Set-Cookie2: <cookie-name>=<cookie-value>; Max-Age=<non-zero-digit>
+Set-Cookie2: <cookie-name>=<cookie-value>; Path=<path-value>
+Set-Cookie2: <cookie-name>=<cookie-value>; Port=<port-number>
+Set-Cookie2: <cookie-name>=<cookie-value>; Secure
+Set-Cookie2: <cookie-name>=<cookie-value>; Version=<version-number>
+
+// Múltiplas diretivas também são possíveis, por exemplo:
+Set-Cookie2: <cookie-name>=<cookie-value>; Domain=<domain-value>; Secure
+
+// Múltiplos cookies são separados por vírgula
+Set-Cookie2: <cookie-name>=<cookie-value>, <cookie-name>=<cookie-value>, ...
+
+ +

Especificações

+ + + + + + + + + + + + +
EspecificaçãoTítulo
{{RFC("2965", "Set-Cookie2")}}Especificação histórica do Mecanismo de Gerenciamento de Estado do HTTP, obsoleto por {{RFC("6265")}} (Historic specification of HTTP State Management Mechanism, obsoleted by {{RFC("6265")}})
+ +

Compatibilidade com navegadores

+ +

{{Compat("http.headers.Set-Cookie2")}}

+ +

Veja também

+ + diff --git a/files/pt-br/web/http/headers/cookie2/index.html b/files/pt-br/web/http/headers/cookie2/index.html deleted file mode 100644 index 9ef4fb6e17..0000000000 --- a/files/pt-br/web/http/headers/cookie2/index.html +++ /dev/null @@ -1,58 +0,0 @@ ---- -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 ---- -
{{HTTPSidebar}} {{obsolete_header}}
- -

O obsoleto cabeçalho de requisição HTTP Cookie2 costumava aconselhar o servidor que o agente de usuário entende cookies 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.

- - - - - - - - - - - - -
Tipo de cabeçalho{{Glossary("Request header")}}
{{Glossary("Forbidden header name")}}sim
- -

Exemplos

- -
Cookie2: $Version="1"
- -

Especificações

- - - - - - - - - - - - -
EspecificaçãoTítulo
{{RFC("2965", "Cookie2")}}Especificação histórica do HTTP State Management Mechanism, obsoleta pela {{RFC("6265")}}
- -

Compatibilidade com navegadores

- -

{{Compat("http.headers.Cookie2")}}

- -

Veja também

- - diff --git a/files/pt-br/web/http/headers/set-cookie2/index.html b/files/pt-br/web/http/headers/set-cookie2/index.html deleted file mode 100644 index b0dafc333c..0000000000 --- a/files/pt-br/web/http/headers/set-cookie2/index.html +++ /dev/null @@ -1,73 +0,0 @@ ---- -title: Set-Cookie2 -slug: Web/HTTP/Headers/Set-Cookie2 -tags: - - Cookies - - HTTP - - Obsoleto - - Referencia - - cabeçalho -translation_of: Web/HTTP/Headers/Set-Cookie2 ---- -
{{HTTPSidebar}} {{obsolete_header}}
- -

O obsoleto cabeçalho de resposta HTTP Set-Cookie2 usado para enviar cookies do servidor para o agente de usuário, mas ele foi depreciado por especificação. Use {{HTTPHeader("Set-Cookie")}} ao invés disso.

- - - - - - - - - - - - -
Tipo de cabeçalho{{Glossary("Response header")}}
{{Glossary("Forbidden header name")}}não
- -

Sintaxe

- -
Set-Cookie2: <cookie-name>=<cookie-value>
-Set-Cookie2: <cookie-name>=<cookie-value>; Comment=<value>
-Set-Cookie2: <cookie-name>=<cookie-value>; CommentURL=<http-url>
-Set-Cookie2: <cookie-name>=<cookie-value>; Discard
-Set-Cookie2: <cookie-name>=<cookie-value>; Domain=<domain-value>
-Set-Cookie2: <cookie-name>=<cookie-value>; Max-Age=<non-zero-digit>
-Set-Cookie2: <cookie-name>=<cookie-value>; Path=<path-value>
-Set-Cookie2: <cookie-name>=<cookie-value>; Port=<port-number>
-Set-Cookie2: <cookie-name>=<cookie-value>; Secure
-Set-Cookie2: <cookie-name>=<cookie-value>; Version=<version-number>
-
-// Múltiplas diretivas também são possíveis, por exemplo:
-Set-Cookie2: <cookie-name>=<cookie-value>; Domain=<domain-value>; Secure
-
-// Múltiplos cookies são separados por vírgula
-Set-Cookie2: <cookie-name>=<cookie-value>, <cookie-name>=<cookie-value>, ...
-
- -

Especificações

- - - - - - - - - - - - -
EspecificaçãoTítulo
{{RFC("2965", "Set-Cookie2")}}Especificação histórica do Mecanismo de Gerenciamento de Estado do HTTP, obsoleto por {{RFC("6265")}} (Historic specification of HTTP State Management Mechanism, obsoleted by {{RFC("6265")}})
- -

Compatibilidade com navegadores

- -

{{Compat("http.headers.Set-Cookie2")}}

- -

Veja também

- - -- cgit v1.2.3-54-g00ecf