--- title: 200 OK slug: Web/HTTP/Status/200 tags: - '200' - Erfolg - HTTP - HTTP-Statuscode - Statuscode - ok translation_of: Web/HTTP/Status/200 ---
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.).
200 OK
Spezifikation | Titel |
---|---|
{{RFC("7231", "200 OK" , "6.3.1")}} | Hypertext Transfer Protocol (HTTP/1.1): Semantik und Inhalt |
{{Compat("http.status.200")}}