- From: Ben Kelly <notifications@github.com>
- Date: Fri, 05 Aug 2016 10:46:19 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 5 August 2016 17:46:55 UTC
Are you doing a pass through in your service worker? Something like: ``` e.respondWith(fetch(e.request))` ``` If so, then I think the original request header should be preserved. Is that not happening for you? --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/945#issuecomment-237916125
Received on Friday, 5 August 2016 17:46:55 UTC