From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-br/web/http/status/451/index.html | 65 ++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 files/pt-br/web/http/status/451/index.html (limited to 'files/pt-br/web/http/status/451') diff --git a/files/pt-br/web/http/status/451/index.html b/files/pt-br/web/http/status/451/index.html new file mode 100644 index 0000000000..759d6544a7 --- /dev/null +++ b/files/pt-br/web/http/status/451/index.html @@ -0,0 +1,65 @@ +--- +title: 451 Unavailable For Legal Reasons +slug: Web/HTTP/Status/451 +translation_of: Web/HTTP/Status/451 +--- +

{{HTTPSidebar}}

+ +

O código de erro HTTP para o cliente 451 Unavailable For Legal Reasons indica que o recurso solicitado pelo usuário não está disponível por motivos legais, como em uma página web para a qual foi emitida uma ação legal.

+ +

Status

+ +
451 Unavailable For Legal Reasons
+ +

Exemplo

+ +

Este exemplo de resposta foi obtida da RFC do IETF (veja abaixo) e contém uma referência à {{interwiki("wikipedia", "Monty_Python's_Life_of_Brian", "Monty Python's Life of Brian")}}.

+ +

Nota: o cabeçalho {{HTTPHeader("Link")}} também pode conter uma relação rel="blocked-by" identificando a entidade que solicitou o bloqueio, e não qualquer outra entidade.

+ +

Qualquer identificação da entidade responsável pela não disponibilidade do recurso, como o nome da pessoa ou organização que demandou a ação legal que resultou na remoção do conteúdo, deve estar no corpo da resposta, não no link rel="blocked-by".

+ +
HTTP/1.1 451 Unavailable For Legal Reasons
+Link: <https://spqr.example.org/legislatione>; rel="blocked-by"
+Content-Type: text/html
+ +
<html>
+      <head><title>Unavailable For Legal Reasons</title></head>
+      <body>
+            <h1>Unavailable For Legal Reasons</h1>
+            <p>This request may not be serviced in the Roman Province
+            of Judea due to the Lex Julia Majestatis, which disallows
+            access to resources hosted on servers deemed to be
+            operated by the People's Front of Judea.</p>
+     </body>
+</html>
+ +

Especificações

+ + + + + + + + + + + + +
EpecificaçãoTítulo
{{RFC("7725", "451 Unavailable For Legal Reasons")}}An HTTP Status Code to Report Legal Obstacles
+ +

Compatibilidade de navegadores

+ +

A informação mostrada abaixo está sendo servida do MDN's GitHub (https://github.com/mdn/browser-compat-data).

+ + + +

{{Compat("http.status.451")}}

+ +

Veja também

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