Re: [slightlyoff/ServiceWorker] Send correct Accept header with fetch() request (#945)

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