- From: Owen Campbell-Moore <notifications@github.com>
- Date: Thu, 03 Mar 2016 17:01:31 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 4 March 2016 01:02:03 UTC
@mkruisselbrink I just tried the following in a service worker: 1) Intercept a fetch request 2) Make a new request to an endpoint that includes Set-Cookie with a new cookie 3) Once that request comes back, wait 1 second and then let the original fetch request go to the server I've noticed that the second request that goes to the server doesn't include the cookie set by the first request. Is that as expected? Any thoughts about other ways to do this today without setCookie? --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/837#issuecomment-192042964
Received on Friday, 4 March 2016 01:02:03 UTC