
Manuel Lemos - 2006-08-15 02:32:21 -
In reply to message 10 from Jose E. Curiel
This form submit method is POST, not GET. So, you need to set the class to submit a POST request.
Take a look at the test_http_post.php example to see how to emulate the form submission so you can login successfully.