Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cookie Layering] WIP Requests #1707

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix missing closing tag
  • Loading branch information
johannhof committed Apr 18, 2024
commit ca6f442ee7f8e8f9f4d830c69e694fc80d5dabf1
4 changes: 3 additions & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5747,7 +5747,9 @@ run these steps:
<a>HTTP header layer division</a> for more details.

<li>
<p>If <var>includeCredentials</var> is true, <a>append a request `<code>Cookie</code>` header</a> for <var>httpRequest</var>.
<p>If <var>includeCredentials</var> is true, then:
<ol>
<li><p><a>Append a request `<code>Cookie</code>` header</a> for <var>httpRequest</var>.

<li>
<p>If <var>httpRequest</var>'s <a for=request>header list</a>
Expand Down
Loading