- From: vanupam <notifications@github.com>
- Date: Fri, 16 Sep 2016 12:57:11 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/325/review/417880@github.com>
vanupam commented on this pull request. > + <span title=concept-header-parse>parsing</span> + `<code title>Include-Referred-Token-Binding-ID</code>` in <var>actualResponse</var>'s + <span title=concept-response-header-list>header list</span>. + The value of this <span title=concept-header>header</span> is specified in + <a href="https://tools.ietf.org/id/draft-ietf-tokbind-https-05.xml#rfc.section.3.3">section 3.3</a> + of the Token Binding over HTTP spec. + <p class="note no-backref">By setting the <code title>Include-Referred-Token-Binding-ID</code> + <span title=concept-header>header</span> to "<code title>true</code>", + the <span title=concept-request-origin>origin</span> that sends the + redirect <span title=concept-response>response</span> tells the user agent to disclose the + <span title=concept-token-binding-id>Token Binding Id</span> used by the user agent with that + <span title=concept-request-origin>origin</span> to the target origin. + + <li><p>Unset the <var>request</var>'s + <span title=concept-request-use-referred-token-binding>use-referred-token-binding</span> flag. + <li><p>If <var>useReferredTokenBinding</var> is "<code title>true</code>", Updated to use back-ticks and do a case-insensitive match, per the RFC. -- 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 Friday, 16 September 2016 19:57:45 UTC