- From: vanupam <notifications@github.com>
- Date: Tue, 03 Apr 2018 09:45:43 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 April 2018 16:46:06 UTC
vanupam commented on this pull request. > @@ -1034,6 +1057,35 @@ for other values. If <cite>HTML</cite> changes here, this standard will need cor <dfn export for=request id=concept-request-use-url-credentials-flag>use-URL-credentials flag</dfn>. Unless stated otherwise, it is unset. +<p>A <a for=/>request</a> has an associated +<dfn export for=request id=concept-request-use-token-binding>use-token-binding flag</dfn>. +Unless stated otherwise, it is unset. + +<p class="note no-backref"><a for=/>Request</a>'s <a for=request>use-token-binding flag</a> +controls whether the user agent will send the <a for=/>token binding ID</a> for the +<a for=request>origin</a> of the <a for=/>request</a>'s url when it transmits the +<a for=/>request</a> to the server. The <a for=/>token binding ID</a> can be used by the server to, +e.g., bind HTTP cookies or OAuth tokens that it issues to the user agent. + +<p>A <a for=/>request</a> has an associated +<dfn export for=request id=concept-request-referred-token-binding-origin>referred-token-binding origin</dfn>, +which is an <a for=/>origin</a>. Fixed. -- 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_r178889459
Received on Tuesday, 3 April 2018 16:46:06 UTC