IE9
Hello!
Maybe anyone has any pointers of where to look.
Basically, when doing IE9 upload, it uses IFRAME method and upload does not work. I tracked that it calls form[0].submit, but nothing actually goes to server (using IE9 compatiblity mode, will try normal IE9 when i have chance).
UPDATE: Hmm, seems that i was blind, it is actually sending with no problems, and this is CSRF token issue, seems that i have find a way to append CSRF header to IFRAME method.
Hi wutgit,
How to append token header to IFRAME method?
A form field?
Any update on how to append CSRF token??
Same problem to me, any update there?
I managed to get around the issue by appending the authorisation token to the url and read it in on my api server.
Look at the following article for a different approach: https://leastprivilege.com/2013/10/31/retrieving-bearer-tokens-from-alternative-locations-in-katanaowin/