moxie
moxie copied to clipboard
Headers not sending on IE9 with flash
I made a test. There are no custom headers on the request on IE9 emulated via IE11
http://play.plupload.com/v__J_/4
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.
Still readable on our site though: http://www.plupload.com/docs/v2/Required-Features
Cool! I will try that :dagger: 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)
Doesn´t work with GET http://play.plupload.com/v__J_/7
Seems like Flash limitation.
Wasn't aware of it. I guess I will have to update the table of capabilities.