Re: [xhr] Make setRequestHeader() normalize header values just like Fetch does and update HTTP references. Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=27797 (90c79d0)

There have been reports of the implementation of this change breaking some applications in iOS9 (as opposed to iOS8 and everywhere else) --- caused by https://github.com/WebKit/webkit/commit/52807831aa6d02414054dfc90569b6c7e2a93783

Just FYI, it may not have been totally safe, because authors are doing things like `"Bearer " + <some user defined value>` for authorization headers.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/commit/90c79d0c0a5dff16266c4b6673eca8bb512343f6#commitcomment-13302776

Received on Friday, 18 September 2015 04:32:31 UTC