From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/de/web/http/status/410/index.html | 53 +++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 files/de/web/http/status/410/index.html (limited to 'files/de/web/http/status/410/index.html') diff --git a/files/de/web/http/status/410/index.html b/files/de/web/http/status/410/index.html new file mode 100644 index 0000000000..35524d6806 --- /dev/null +++ b/files/de/web/http/status/410/index.html @@ -0,0 +1,53 @@ +--- +title: 410 Gone +slug: Web/HTTP/Status/410 +tags: + - Client-Fehler + - HTTP + - HTTP-Statuscode + - Referenz + - Statuscode +translation_of: Web/HTTP/Status/410 +--- +
{{HTTPSidebar}}
+ +

Der HTTP-Statuscode 410 Gone zeigt an, dass der Zugriff auf die Zielressource über den Server nicht länger möglich ist und dieser Zustand wahrscheinlich permanent sein wird.

+ +

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.

+ +

Das Englische "Gone" lässt sich in diesem Zusammenhang am besten mit "weg" oder "verschwunden" übersetzen, im vergleich zum "nicht gefunden" von {{HTTPStatus(404)}}

+ +
+

Anmerkung: Eine Antwort mit Statuscode 410 ist standardmäßig im Cache speicherbar.

+
+ +

Status

+ +
410 Gone
+ +

Spezifikationen

+ + + + + + + + + + + + +
SpezifikationTitel
{{RFC("7231", "410 Gone" , "6.5.9")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

Browser-Kompatibilität

+ + + +

{{Compat("http.status.410")}}

+ +

Siehe auch

+ + -- cgit v1.2.3-54-g00ecf