From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/pt-pt/web/http/status/405/index.html | 46 ------------------------------ 1 file changed, 46 deletions(-) delete mode 100644 files/pt-pt/web/http/status/405/index.html (limited to 'files/pt-pt/web/http/status/405') diff --git a/files/pt-pt/web/http/status/405/index.html b/files/pt-pt/web/http/status/405/index.html deleted file mode 100644 index abe104da6b..0000000000 --- a/files/pt-pt/web/http/status/405/index.html +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: 405 Method Not Allowed -slug: Web/HTTP/Status/405 -tags: - - Código de resposta HTTP - - Erro de cliente - - HTTP - - Referencia - - Status code -translation_of: Web/HTTP/Status/405 ---- -
{{HTTPSidebar}}
- -

O código de resposta HTTP (HyperText Transfer Protocol) 405 Method Not Allowed indica que o método do pedido é conhecido pelo servidor, mas não é suportado pelo recurso alvo.

- -

O servidor PRECISA gerar um campo de cabeçalho chamado Allow numa resposta 405 contendo uma lista dos métodos que o recurso alvo atualmente suporta.

- -

Status

- -
405 Method Not Allowed
- -

Especificações

- - - - - - - - - - - - - - -
EspecificaçãoTitulo
{{RFC("7231", "405 Method Not Allowed", "6.5.5")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
- -

Ver também

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