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

O código de resposta HTTP 410 Gone de erro do cliente indica que o acesso ao recurso não está mais disponível no servidor de origem, e que esta condição tende a ser permanente.

+ +

Se você não sabe se a ausência do recurso é temporária ou permanente, o código de status {{HTTPStatus(404)}} deverá ser utilizado.

+ +
+

Nota: Uma resposta 410 response é armazenada em cache por default.

+
+ +

Status

+ +
410 Gone
+ +

Especificações

+ + + + + + + + + + + + +
EspecificaçãoTítulo
{{RFC("7231", "410 Gone" , "6.5.9")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

Compatibilidade dos navegadores

+ +

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

+ + + +

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

+ +

Veja também

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