Is it possible to send custom headers through regular html form submit and javascript?Ajax(xmlhttprequest) is not an option, I can use iframes and javascript but not xmlhttprequest. Is it possible to do?
-
what header do you need to modify? if it's a custom header, do you have access to modify the server-side code?eSniff– eSniff2011-11-13 03:14:25 +00:00Commented Nov 13, 2011 at 3:14
-
3Nope. See: stackoverflow.com/questions/3047711/… Also: stackoverflow.com/questions/2362295/set-form-submit-headerRob Flaherty– Rob Flaherty2011-11-13 03:19:26 +00:00Commented Nov 13, 2011 at 3:19
Add a comment
|