Re: [whatwg/fetch] Update Fetch to support Token Binding. (#325)

vanupam commented on this pull request.



> +     <li><p>Set the <var>request</var>'s
+       <span title=concept-request-use-referred-token-binding>use-referred-token-binding</span>
+       flag.
+       <li><p>Set the <var>request</var>'s
+         <span title=concept-request-referred-token-binding-origin>referred-token-binding-origin</span>
+         to <var>request</var>'s <span title=concept-request-origin>origin</span>.
+   </ol>
+
+   <p class="note no-backref">By causing the
+   <span title=concept-request-use-referred-token-binding>use-referred-token-binding flag</span>
+   to be set for the subsequent <span title=concept-request>request</span> via the
+   <code title>Include-Referred-Token-Binding-ID</code> <span title=concept-header>header</span>
+   in its <span title=concept-response>response</span>, the referring
+   <span title=concept-request-origin>origin</span> tells the user agent to disclose to the target
+   server the <span title=concept-token-binding-id>Token Binding Id</span> used by the user agent
+   with the referring <span title=concept-request-origin>origin</span>.

I moved most of the content out.
Does this work?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/325

Received on Tuesday, 7 February 2017 03:14:41 UTC