Form post to external URL hijacked?
-
I’ve run into an interesting problem.
I’m creating a form which should POST to an external URL, ie:
<form method=”post” path=”https://secure.mydomain.com/somewhere/else.html”>
where mydomain.com is NOT the WP domain. It appears that the POST is being hijacked by something in WP as whenever I enter a value in the form field “name”
<input type=”text” name=”name” value=””>
as I end up back on the originating page with the error:
“Sorry, no posts matched your criteria.”
Obviously, I can do a workaround by changing the name of the field as all the other field names in the form work fine, but I’m wondering what’s causing the unexpected redirection and if there are any other field names which are off limits.
Thanks
- The topic ‘Form post to external URL hijacked?’ is closed to new replies.