Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getResponseHeader should work case-insensitive #21

Closed
edwinvanderham opened this issue Jun 1, 2015 · 1 comment
Closed

getResponseHeader should work case-insensitive #21

edwinvanderham opened this issue Jun 1, 2015 · 1 comment

Comments

@edwinvanderham
Copy link

Currently, the spec does not state anything about case-sensitivity with respect to response header names. In the W3C version of the spec (http://www.w3.org/TR/XMLHttpRequest/#the-getresponseheader()-method) it is stated that a header is a case-insensitive match for a response header.

To me it makes more sense to ignore the case in matching response headers.

@Ms2ger
Copy link
Member

Ms2ger commented Jun 1, 2015

This is covered in Fetch: https://fetch.spec.whatwg.org/#concept-header

@Ms2ger Ms2ger closed this as completed Jun 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants