blob: 053f2182429f45d2f089d7703773c1c360b5dc59 (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
|
---
title: 410 Gone
slug: Web/HTTP/Status/410
tags:
- Client-Fehler
- HTTP
- HTTP-Statuscode
- Referenz
- Statuscode
translation_of: Web/HTTP/Status/410
---
<div>{{HTTPSidebar}}</div>
<p>Der HTTP-Statuscode <code><strong>410</strong></code><strong><code> Gone</code></strong> zeigt an, dass der Zugriff auf die Zielressource über den Server nicht länger möglich ist und dieser Zustand wahrscheinlich permanent sein wird.</p>
<p>Wenn Sie sich nicht sicher sind, ob es sich um einen temporären oder permanenten Zustand handeln wird, sollte ein {{HTTPStatus(404)}}-Statuscode verwendet werden.</p>
<p>Das Englische "Gone" lässt sich in diesem Zusammenhang am besten mit "weg" oder "verschwunden" übersetzen, im vergleich zum "nicht gefunden" von {{HTTPStatus(404)}}</p>
<div class="note">
<p>Anmerkung: Eine Antwort mit Statuscode 410 ist standardmäßig im Cache speicherbar.</p>
</div>
<h2 id="Status">Status</h2>
<pre class="syntaxbox">410 Gone</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", "410 Gone" , "6.5.9")}}</td>
<td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
</tr>
</tbody>
</table>
<h2 id="Browser-Kompatibilität">Browser-Kompatibilität</h2>
<p>{{Compat("http.status.410")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
<ul>
<li>{{HTTPStatus(404)}}</li>
</ul>
|