diff options
Diffstat (limited to 'files/de/web/http/status/304/index.html')
-rw-r--r-- | files/de/web/http/status/304/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/de/web/http/status/304/index.html b/files/de/web/http/status/304/index.html index f12a73df98..aa05754163 100644 --- a/files/de/web/http/status/304/index.html +++ b/files/de/web/http/status/304/index.html @@ -16,7 +16,7 @@ translation_of: Web/HTTP/Status/304 <p>Eine entsprechende Antwort mit {{HTTPStatus("200")}} <code>OK</code> hätte die Header {{HTTPHeader("Cache-Control")}}, {{HTTPHeader("Content-Location")}}, {{HTTPHeader("Date")}}, {{HTTPHeader("ETag")}}, {{HTTPHeader("Expires")}}, und {{HTTPHeader("Vary")}} enthalten.</p> </div> -<div></div> + <div class="note"> <p>Many <a href="/en-US/docs/Tools/Network_Monitor">developer tools' network panels</a> of browsers create extraneous requests leading to <code>304</code> responses, so that access to the local cache is visible to developers.</p> |