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 use your proxy to parse a specific request and then add the X-Frame-Options header to the response page, which contains a form.
The problem I'm having is that when I try to submit tha form via Ajax to the same URL the proxy parses the request again removing the POST paramenters, or maybe it doesn't recognise that that's a ajax request at all. This causes loads to errors to appear in the console.
Is there a way to solve this problem?
Thanks,
Salvo
The text was updated successfully, but these errors were encountered:
Hi,
I use your proxy to parse a specific request and then add the X-Frame-Options header to the response page, which contains a form.
The problem I'm having is that when I try to submit tha form via Ajax to the same URL the proxy parses the request again removing the POST paramenters, or maybe it doesn't recognise that that's a ajax request at all. This causes loads to errors to appear in the console.
Is there a way to solve this problem?
Thanks,
Salvo
The text was updated successfully, but these errors were encountered: