The problem I encountered is "HTML":
<form> <form action='http://other.domain.com'> <input type="text" name="test" value="something" /> <button type="submit">Submit</button> </form> </form>
And the fact is that when you click the submit button, it takes the first form. Very strange.
source share