Re: [whatwg/fetch] Mark Accept-* request headers as simple / safe (#326)

No application _has_ to handle `Accept-Encoding` by itself, as they are not obliged to set it. Furthermore, decoding is handled by the browser currently, so there is no need to change that.

What could happen is that the server sends a response in an encoding the browser does not support. This can be caused by the application using an unsupported value in `Accept-Encoding`, or by the server ignoring the `Accept-Encoding` value. In those cases, the request fails (as it would anyway).

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/326#issuecomment-238919995

Received on Wednesday, 10 August 2016 16:19:42 UTC