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

Headers not sending on IE9 with flash #175

Open
irbian opened this issue Aug 12, 2017 · 5 comments
Open

Headers not sending on IE9 with flash #175

irbian opened this issue Aug 12, 2017 · 5 comments

Comments

@irbian
Copy link

irbian commented Aug 12, 2017

I made a test. There are no custom headers on the request on IE9 emulated via IE11

http://play.plupload.com/v__J_/4

@jayarjo
Copy link
Contributor

jayarjo commented Aug 13, 2017

Try this: http://play.plupload.com/v__J_/6. To send HTTP headers flash has to be switched to a special mode, notice send_custom_headers capability, that does that.

We used to have all capabilities outlined here, but it seems that GitHub has dropped support for HTML tables in Wiki Markdown, so it looks a bit unreadable now.

@jayarjo
Copy link
Contributor

jayarjo commented Aug 13, 2017

Still readable on our site though: http://www.plupload.com/docs/v2/Required-Features

@irbian
Copy link
Author

irbian commented Aug 13, 2017

Cool! I will try that 🗡️
The docs on plupload looks wonderful, when I started with the library they would have been helpful :D I had to investigate more (I arrived via this repo, not via plupload, so that docs are new to me)

@irbian
Copy link
Author

irbian commented Aug 14, 2017

Doesn´t work with GET
http://play.plupload.com/v__J_/7

@jayarjo
Copy link
Contributor

jayarjo commented Aug 15, 2017

Seems like Flash limitation.

Due to browser limitations, custom HTTP request headers are only supported for POST requests, not for GET requests.

Wasn't aware of it. I guess I will have to update the table of capabilities.

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

No branches or pull requests

2 participants