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

O código de resposta HTTP 501 Not Implemented indica que o servidor não suporta a funcionalidade requerida para completar a requisição. Esta é a resposta apropriada para quando o servidor não reconhece o método requisitado e não tem capacidade de suporta-lo  para nenhum recurso. Os únicos métodos de requisição que os servidores suportam obrigatóriamente ( e, portanto, isso não deve retornar este código) são {{HTTPMethod("GET")}} e {{HTTPMethod("HEAD")}}.

+ +
+

Notas:

+ + +
+ +

Status

+ +
501 Not Implemented
+ +

Especificações

+ + + + + + + + + + + + + + +
EspecificaçãoTítulo
{{RFC("7231", "501 Not Implemented" , "6.6.2")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

Compatibilidade entre Navegadores

+ +

The information shown below has been pulled from MDN's GitHub (https://github.com/mdn/browser-compat-data).

+ + + +

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

-- cgit v1.2.3-54-g00ecf