- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 28 Jun 2016 02:32:11 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc:
- Message-ID: <whatwg/fetch/pull/325/r68725701@github.com>
> + The value of this header is specified in > + <a href="https://tools.ietf.org/id/draft-ietf-tokbind-https-03.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-Referer-Token-Binding-ID</code> > + header to <var>true</var>, the origin that sends a redirect response tells the User Agent to > + disclose the Token Binding Id used by the User Agent with that origin to the target origin. > + > + <li><p>Clear the request's <var>use-referred-token-binding</var> flag. > + <li><p>If <var>useReferredTokenBinding</var> is <var>true</var>, and the request's > + <var>use-token-binding</var> flag is <var>true</var>, then perform the following substeps: > + > + <ol> > + <li><p>Set the request's <var>use-referred-token-binding</var> flag to <var>true</var> > + <li><p>Set the request's <var>referred-token-binding-origin</var> to the request's > + <var>origin</var> > + </ol> Same comments as above. These steps also need to end in dots. --- 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/files/3c6e385c02263aa186eef6eb4243f51ea5c706cc#r68725701
Received on Tuesday, 28 June 2016 09:32:49 UTC