blob: eb2ef6e2d8b30ba7716169207d6f586129b08402 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
---
title: 400 Petición mala
slug: Web/HTTP/Status/400
tags:
- Codigo de Estado
- Error del cliente
- HTTP
- Referencia
translation_of: Web/HTTP/Status/400
---
<div>{{HTTPSidebar}}</div>
<p>La respuesta de código de estado del Protocolo de Transferencia de Hipertexto (HTTP) <code><strong>400 Bad Request</strong></code> indica que el servidor no puede o no procesará la petición debido a algo que es percibido como un error del cliente (p. ej., sintaxis de petición malformada, solicitud inválida de enmarcado de mensajes, o enrutamiento engañoso de peticiones).</p>
<div class="warning">
<p>El cliente no debería repetir esta petición sin modificarla.</p>
</div>
<h2 id="Estado">Estado</h2>
<pre class="syntaxbox">400 Petición mala</pre>
<h2 id="Specifications">Specifications</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Specification</th>
<th scope="col">Title</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{RFC("7231", "400 Bad Request" , "6.5.1")}}</td>
<td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
</tr>
</tbody>
</table>
|