aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/status/400/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/http/status/400/index.html')
-rw-r--r--files/pt-br/web/http/status/400/index.html46
1 files changed, 46 insertions, 0 deletions
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
+---
+<div>{{HTTPSidebar}}</div>
+
+<p>O código de status de resposta HTTP <code><strong>400 Bad Request</strong></code> 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).</p>
+
+<div class="blockIndicator warning">
+<p>O cliente não deve repetir essa requisição sem modificá-la.</p>
+</div>
+
+<h2 id="Status">Status</h2>
+
+<pre class="syntaxbox notranslate">400 Bad Request </pre>
+
+<h2 id="Especificações">Especificações</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Especificação</th>
+ <th scope="col">Título</th>
+ </tr>
+ <tr>
+ <td>{{RFC("7231", "400 Bad Request" , "6.5.1")}}</td>
+ <td>Hypertext Transfer Protocol (HTTP/1.1): Semânticas e conteúdo</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Veja_também">Veja também</h2>
+
+<ul>
+ <li><a href="https://www.exai.com/blog/400-bad-request-error">400 Bad Request</a></li>
+</ul>