- From: vanupam <notifications@github.com>
- Date: Tue, 03 Apr 2018 16:47:43 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 April 2018 16:48:44 UTC
vanupam commented on this pull request. > @@ -3237,6 +3566,31 @@ in addition to <a>HTTP fetch</a> above. nullity has already been checked. The <a lt=extract for=BodyInit>extracting</a> operation cannot throw as it was called for the same <a for=body>source</a> before. + <li><p>Let <var>useReferredTokenBinding</var> be the result of + <a for=header>parsing</a> `<a http-header><code>Include-Referred-Token-Binding-ID</code></a>` + in <var>actualResponse</var>'s <a for=response>header list</a>. + + <li><p>Set the <var>request</var>'s <a for=request>referred-token-binding origin</a> to null. + + <li><p>If <var>useReferredTokenBinding</var> is `<code>true</code>` + and the <var>request</var>'s <a for=request>use-token-binding flag</a> is set, + then set the <var>request</var>'s <a for=request>referred-token-binding origin</a> to + <var>request</var>'s <a for=request>origin</a>. Updated to use request's current URL. No changes wrt sandbox. Reasonable? -- 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#discussion_r178890098
Received on Tuesday, 3 April 2018 16:48:44 UTC