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

Der HTTP-Statuscode 304 Not Modified  gibt an, dass die angeforderten Ressourcen nicht erneut übertragen werden müssen. Es handelt sich um eine implizite Weiterleitung zu einer zwischengespeicherten Ressource. Dies geschieht, wenn die Anforderungsmethode {{glossary("safe")}} ist, wie eine {{HTTPMethod("GET")}}- oder {{HTTPMethod("HEAD")}}-Anfrage oder wenn die Anfrage bedingt ist und einen {{HTTPHeader("If-None-Match")}}- oder {{HTTPHeader("If-Modified-Since")}}-Header verwendet.

+ +

Eine entsprechende Antwort mit {{HTTPStatus("200")}} OK hätte die Header {{HTTPHeader("Cache-Control")}}, {{HTTPHeader("Content-Location")}}, {{HTTPHeader("Date")}}, {{HTTPHeader("ETag")}}, {{HTTPHeader("Expires")}}, und {{HTTPHeader("Vary")}} enthalten.

+
+ +
+ +
+

Many developer tools' network panels of browsers create extraneous requests leading to 304 responses, so that access to the local cache is visible to developers.

+
+ +

Status

+ +
304 Not Modified
+ +

Spezifikationen

+ + + + + + + + + + + + +
SpezifikationTitel
{{RFC("7232", "304 Not Modified" , "4.1")}}Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests
+ +

Browserkompatibilität

+ + + +

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

+ +

Anmerkungen zur Kompatibilität

+ + + +

Siehe auch

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