The form here works fine in the browser, but for some reason I cannot submit it programmatically.
If I do not enter anything in the form in the browser then when I submit I get a ‘Log-In Error’. But If I try sending a POST request to the form action url (with and without parameters) the response is the same page. Why is this?
You probably aren’t accounting for all of the
<input />fields. When serializing the form, I get this list of parameters:Make sure you set all of them (or guess and check which ones don’t mean anything).