Headers for Form Submision, and also HTTPrequests

Irmen de Jong irmen.NOSPAM at xs4all.nl
Mon Jul 10 03:04:32 EDT 2006


evanpmeth at gmail.com wrote:

> <form
> action="http://login.myspace.com/index.cfm?fuseaction=login.process"
> method="post" name="theForm" id="theForm">
> <input type="text" name="email" >
> <input type="password" name="password" >
> <input type="submit" value="Login"/>

What happens when you add the form param "submit" with value "Login"
to the request you're doing?
Perhaps the page needs this third parameter....

--Irmen



More information about the Python-list mailing list