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

Location header is downcased from response in OSX Chrome Version 60.0.3112.90 (Official Build) (64-bit) #118

Open
trampos opened this issue Aug 10, 2017 · 4 comments

Comments

@trampos
Copy link

trampos commented Aug 10, 2017

Iv just tested in this version. After the upload, the response.headers object comes with the Location attribute lowercased.

I dont know if its a ember-plupload bug, and started happening after the last Chrome update.

@tim-evans
Copy link
Collaborator

Hi there, I don't have time to look at this, and don't really maintain this too much anymore. If you provide more details, community members may be able to help you.

As a courtesy, describing your ticket as "URGENT" is less helpful than saying "Location header missing from response in Chrome X.X.X"

@trampos trampos changed the title URGENT, response.headers.Location error Location header is downcased from response in OSX Chrome Version 60.0.3112.90 (Official Build) (64-bit) Aug 10, 2017
@MZein1292
Copy link

@trampos did you find a solution to this issue ?

@trampos
Copy link
Author

trampos commented Nov 7, 2017

@MZein1292, iv fixed my app changing the way i get the location

from:
let docurl = response.headers.Location

to:
let docurl = response.headers.Location || response.headers.location

@MZein1292
Copy link

MZein1292 commented Nov 7, 2017

@trampos I ended up doing the same 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants