Re: Defining First and Third Party Cookies

On Wed, Jul 20, 2016 at 8:16 AM, Julian Reschke <julian.reschke@gmx.de> wrote:
> So, out of curiosity: what *exactly* should a spec cite now when it talks
> about origins (and is that actually compatible with RFC 6454)?

It really depends on which origin. Origin as a concept is defined by
HTML: https://html.spec.whatwg.org/multipage/browsers.html#origin.
Computing an origin from a URL is defined by URL:
https://url.spec.whatwg.org/#origin (you'll see it has a dependency on
HTML for that). Origin as an HTTP header is defined by Fetch:
https://fetch.spec.whatwg.org/#origin-header.


-- 
https://annevankesteren.nl/

Received on Wednesday, 20 July 2016 08:00:23 UTC