aboutsummaryrefslogtreecommitdiff
path: root/files/tr/web/http/status/400/index.html
blob: 2d6f8ea50a24f113c2b8d29e558c9c8aac1d73cf (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
---
title: 400 Kötü İstek
slug: Web/HTTP/Status/400
translation_of: Web/HTTP/Status/400
---
<p>{{HTTPSidebar}}</p>

<p>The HyperText Transfer Protocol (HTTP) <code><strong>400 Bad Request</strong></code> response status code indicates that the server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).</p>

<div class="warning">
<p>The client should not repeat this request without modification.</p>
</div>

<h2 id="Status">Status</h2>

<pre class="syntaxbox notranslate">400 Bad Request </pre>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Title</th>
  </tr>
  <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>

<h2 id="See_Also">See Also</h2>

<ul>
 <li><a href="https://www.exai.com/blog/400-bad-request-error">400 Bad Request </a></li>
</ul>