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/308/index.html | 50 ++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 files/pt-br/web/http/status/308/index.html (limited to 'files/pt-br/web/http/status/308') diff --git a/files/pt-br/web/http/status/308/index.html b/files/pt-br/web/http/status/308/index.html new file mode 100644 index 0000000000..7bf6837aab --- /dev/null +++ b/files/pt-br/web/http/status/308/index.html @@ -0,0 +1,50 @@ +--- +title: 308 Permanent Redirect +slug: Web/HTTP/Status/308 +tags: + - HTTP + - HTTP Status Code + - Redirecionamento +translation_of: Web/HTTP/Status/308 +--- +
{{HTTPSidebar}}
+ +

O código de resposta do status de redirecionamento 308 Redirecionamento Permanente do Protocolo de Transferência de Hipertexto (HTTP) indica que o recurso requisitado foi movido definitivamente para o URL dado pelo cabeçalho {{HTTPHeader("Localização")}}. O navegador redireciona para essa página e o motor de busca atualiza os seus links para o recurso (na linguagem 'SEO', é dito que o "suco do link" ('link-juice') é enviado à nova URL).

+ +

O método de requisição e o corpo não será alterado, onde talvez o status {{HTTPStatus("301")}} seja modificado incorretamente para o método {{HTTPMethod("GET")}}.

+ +
+

Nota: Algumas aplicações Web podem usar o 308 Permanent Redirect de forma não convencional e para outros propósitos. Por exemplo, Google Drive usa a resposta 308 Resume Incomplete para indicar ao cliente quando um upload incompleto parou.[1]

+
+ +

Status

+ +
308 Redirecionamento Permanente
+ +

Specifications

+ + + + + + + + + + + + +
SpecificationTitle
{{RFC("7538", "308 Permanent Redirect" , "3")}}The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect)
+ +

Browser compatibility

+ + + +

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

+ +

Veja também

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