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/200/index.html | 57 +++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 files/de/web/http/status/200/index.html (limited to 'files/de/web/http/status/200/index.html') diff --git a/files/de/web/http/status/200/index.html b/files/de/web/http/status/200/index.html new file mode 100644 index 0000000000..55b7cb9c81 --- /dev/null +++ b/files/de/web/http/status/200/index.html @@ -0,0 +1,57 @@ +--- +title: 200 OK +slug: Web/HTTP/Status/200 +tags: + - '200' + - Erfolg + - HTTP + - HTTP-Statuscode + - Statuscode + - ok +translation_of: Web/HTTP/Status/200 +--- +
{{HTTPSidebar}}
+ +

Der HTTP-Statuscode 200 OK gibt an, dass eine Anfrage erfolgreich verlaufen ist. Eine 200-Antwort ist standardmäßig im Cache speicherbar.

+ +

Die Bedeutung eines Erfolgs hängt von der Art der Anfragemethode ab:

+ + + +

Der Erfolg eines {{HTTPMethod("PUT")}} oder eines {{HTTPMethod("DELETE")}} ist oft kein 200 OK sondern ein {{HTTPStatus("204")}} No Content (oder ein {{HTTPStatus("201")}} Created, wenn die Datei das erste mal hochgeladen wird.).

+ +

Status

+ +
200 OK
+ +

Spezifikationen

+ + + + + + + + + + + + +
SpezifikationTitel
{{RFC("7231", "200 OK" , "6.3.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semantik und Inhalt
+ +

Browser-Kompatibilität

+ + + +

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

+ +

Siehe auch

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