diff options
Diffstat (limited to 'files/de/web/http')
-rw-r--r-- | files/de/web/http/headers/set-cookie/index.html | 4 | ||||
-rw-r--r-- | files/de/web/http/status/index.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/files/de/web/http/headers/set-cookie/index.html b/files/de/web/http/headers/set-cookie/index.html index 529d57a83c..d82bd2a816 100644 --- a/files/de/web/http/headers/set-cookie/index.html +++ b/files/de/web/http/headers/set-cookie/index.html @@ -95,7 +95,7 @@ Set-Cookie: <cookie-name>=<cookie-value>; Domain=<domain-value> <dd>A path that must exist in the requested URL, or the browser won't send the <code>Cookie</code> header.</dd> <dd>The forward slash (<code>/</code>) character is interpreted as a directory separator, and subdirectories will be matched as well: for <code>Path=/docs</code>, <code>/docs</code>, <code>/docs/Web/</code>, and <code>/docs/Web/HTTP</code> will all match.</dd> <dt id="Secure"><code>Secure</code> {{optional_inline}}</dt> - <dd>Cookie is only sent to the server when a request is made with the <code>https:</code> scheme (except on localhost), and therefore is more resistent to <a href="https://wiki.developer.mozilla.org/en-US/docs/Glossary/MitM">man-in-the-middle</a> attacks. + <dd>Cookie is only sent to the server when a request is made with the <code>https:</code> scheme (except on localhost), and therefore is more resistent to <a href="/en-US/docs/Glossary/MitM">man-in-the-middle</a> attacks. <p class="note"><strong>Note:</strong> Do not assume that <code>Secure</code> prevents all access to sensitive information in cookies (session keys, login details, etc.). Cookies with this attribute can still be read/modified with access to the client's hard disk, or from JavaScript if the <code>HttpOnly</code> cookie attribute is not set.</p> <p class="note"><strong>Note:</strong> Insecure sites (<code>http:</code>) can't set cookies with the <code>Secure</code> attribute (since Chrome 52 and Firefox 52). For Firefox, the <code>https:</code> requirements are ignored when the <code>Secure</code> attribute is set by localhost (since Firefox 75).</p> @@ -114,7 +114,7 @@ Set-Cookie: <cookie-name>=<cookie-value>; Domain=<domain-value> also specify the <code>Secure</code> attribute (i.e. they require a secure context).</li> </ol> - <p>The options below covers the new behaviour. See the <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite#Browser_compatibility">Browser compatibility</a> table for information about specific browser implementation (rows: "<code>SameSite</code>: Defaults to <code>Lax</code>" and "<code>SameSite</code>: Secure context required").</p> + <p>The options below covers the new behaviour. See the <a href="/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite#Browser_compatibility">Browser compatibility</a> table for information about specific browser implementation (rows: "<code>SameSite</code>: Defaults to <code>Lax</code>" and "<code>SameSite</code>: Secure context required").</p> </div> Inline options are: diff --git a/files/de/web/http/status/index.html b/files/de/web/http/status/index.html index 91ae3cda58..677b3d112b 100644 --- a/files/de/web/http/status/index.html +++ b/files/de/web/http/status/index.html @@ -32,7 +32,7 @@ translation_of: Web/HTTP/Status <dt>{{HTTPStatus(102, "102 Processing")}} ({{Glossary("WebDAV")}})</dt> <dd>Dieser Code zeigt an, dass der Server die Anfrage erhalten hat und bearbeitet, aber noch keine Antwort verfügbar ist.</dd> <dt>{{HTTPStatus(103, "103 Early Hints")}}</dt> - <dd>Dieser Statuscode ist in erster Linie für die Verwendung mit dem {{HTTPHeader("Link")}} Header vorgesehen, damit der Benutzeragent mit dem <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content">Vorladen</a> von Ressourcen beginnen kann, während der Server eine Antwort vorbereitet.</dd> + <dd>Dieser Statuscode ist in erster Linie für die Verwendung mit dem {{HTTPHeader("Link")}} Header vorgesehen, damit der Benutzeragent mit dem <a href="/en-US/docs/Web/HTML/Preloading_content">Vorladen</a> von Ressourcen beginnen kann, während der Server eine Antwort vorbereitet.</dd> </dl> <h2 id="Erfolgreiche_Antworten">Erfolgreiche Antworten</h2> |