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/400/index.html | 46 ++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 files/pt-br/web/http/status/400/index.html (limited to 'files/pt-br/web/http/status/400') diff --git a/files/pt-br/web/http/status/400/index.html b/files/pt-br/web/http/status/400/index.html new file mode 100644 index 0000000000..50c1163ae6 --- /dev/null +++ b/files/pt-br/web/http/status/400/index.html @@ -0,0 +1,46 @@ +--- +title: 400 Bad Request +slug: Web/HTTP/Status/400 +tags: + - Client error + - Código HTTP + - Erro chamada de cliente + - HTTP + - HTTP Status Code + - Reference + - Referencia + - Status code +translation_of: Web/HTTP/Status/400 +--- +
{{HTTPSidebar}}
+ +

O código de status de resposta HTTP 400 Bad Request indica que o servidor não pode ou não irá processar a requisição devido a alguma coisa que foi entendida como um erro do cliente (por exemplo, sintaxe de requisição mal formada, enquadramento de mensagem de requisição inválida ou requisição de roteamento enganosa).

+ +
+

O cliente não deve repetir essa requisição sem modificá-la.

+
+ +

Status

+ +
400 Bad Request 
+ +

Especificações

+ + + + + + + + + + + + +
EspecificaçãoTítulo
{{RFC("7231", "400 Bad Request" , "6.5.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semânticas e conteúdo
+ +

Veja também

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