Re: [whatwg/xhr] Web compat implications of making getAllResponseHeaders lowercase (#146)

I think the main lesson is that you don't want to expose case-insensitive identifiers without normalization or randomization. Otherwise you effectively end up making it case-sensitive (as is the case for H/1 requests where we could not normalize to lowercase).

-- 
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/xhr/issues/146#issuecomment-319943479

Received on Thursday, 3 August 2017 11:32:08 UTC