You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to send a file using this plugin, but the server side checking confirms if it's a valid ajax call, detecting if HTTP_X_REQUESTED_WITH is set in the header. This is an iframe submit, not an ajax call, so the header is not set.
How can I set the header to validate against the server side checking?
The text was updated successfully, but these errors were encountered:
On Thu, Aug 6, 2015 at 7:51 PM, Stuardo -StR- Rodríguez < [email protected]> wrote:
I'm trying to send a file using this plugin, but the server side checking
confirms if it's a valid ajax call, detecting if HTTP_X_REQUESTED_WITH is
set in the header. This is an iframe submit, not an ajax call, so the
header is not set.
How can I set the header to validate against the server side checking?
—
Reply to this email directly or view it on GitHub #46.
I'm trying to send a file using this plugin, but the server side checking confirms if it's a valid ajax call, detecting if HTTP_X_REQUESTED_WITH is set in the header. This is an iframe submit, not an ajax call, so the header is not set.
How can I set the header to validate against the server side checking?
The text was updated successfully, but these errors were encountered: