aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/http/status/400/index.html
blob: c4b5ce6b8924fcaa6aaad7b7b4bf7f4efcbb4d93 (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
---
title: 400 Bad Request
slug: Web/HTTP/Status/400
tags:
  - Clientfehler
  - HTTP
  - HTTP-Statuscode
  - Statuscode
translation_of: Web/HTTP/Status/400
---
<p>{{HTTPSidebar}}</p>

<p>Der <a href="/de/docs/Web/HTTP">HTTP</a>-Statuscode <code><strong>400 Bad Request</strong></code> gibt an, dass der Server die Anfrage nicht verarbeiten kann, weil anscheinend ein clientseitiger Fehler geschehen ist (z.B. eine syntaktisch falsche Anfrage).</p>

<div class="warning">
<p>Der Client sollte diese Anfrage nicht unmodifiziert wiederholen.</p>
</div>

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

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

<h2 id="Spezifikationen">Spezifikationen</h2>

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