Re: [w3c/ServiceWorker] Add cookie accessor/setter methods? (#707)

Currently our end-users are sending cookies for static files because our asset origin is a subdomain and we can't specify a list of allowed subdomains in the `Set-Cookie` header. Now the idea was, instead of using a new cookie-free domain, to use a service-worker to intercept the outgoing request, and strip the cookies.

So I'd like to be able to modify/drop cookies on outgoing requests in service workers.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/707#issuecomment-453584658

Received on Friday, 11 January 2019 16:58:58 UTC