Re: [ServiceWorker] Support modifying cookies on an intercepted fetch (#837)

@owencm that would work if we had a way to read cookies, but I can't quite get my head around the use-case. If the server knows that cookies need updating, why is there a problem?

Eg:

1. Request made to server with cookie `foo=bar`
1. Server realises that's out of date, and treats it as the correct `foo=world`
1. Sends response along with set-cookie `foo=world`

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/837#issuecomment-187714493

Received on Tuesday, 23 February 2016 14:12:39 UTC