aboutsummaryrefslogtreecommitdiff
path: root/files/tr/web/http/status/400/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/tr/web/http/status/400/index.html')
-rw-r--r--files/tr/web/http/status/400/index.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/files/tr/web/http/status/400/index.html b/files/tr/web/http/status/400/index.html
new file mode 100644
index 0000000000..2d6f8ea50a
--- /dev/null
+++ b/files/tr/web/http/status/400/index.html
@@ -0,0 +1,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>