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

> +<dfn title=concept-request-use-token-binding>use-token-binding flag</dfn>.
> +Unless stated otherwise, it is unset.
> +<p class="note no-backref"> This flag indicates whether the User Agent will send its Token Binding
> +Id for the origin along with the request when it transmits the request to the server.
> +
> +<p>A <span title=concept-request>request</span> has an associated
> +<dfn title=concept-request-use-referred-token-binding>use-referred-token-binding flag</dfn>.
> +Unless stated otherwise, it is unset.
> +
> +<p class="note no-backref"> This flag controls whether the User Agent will send the Token Binding
> +Id used by the User Agent with the referring origin, in addition to the Token Binding Id used by
> +the User Agent with the origin, when it transmits the request to the server.
> +
> +<p>A <span title=concept-request>request</span> has an associated
> +<dfn title=concept-request-referred-token-binding-origin>referred-token-binding-origin</dfn>,
> +which is a URL. Unless stated otherwise, it is unset.

Shouldn't this be an origin?

---
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/d7d4fc3ce910d0f2cbc971678a5cae0cc9f4e7ca#r67809504

Received on Tuesday, 21 June 2016 05:21:43 UTC