How to fill a form

Tom Brown tom at nextstate.net
Mon Aug 14 23:57:54 EDT 2006


On Monday 14 August 2006 20:43, Sulsa wrote:
> On Tue, 15 Aug 2006 03:37:02 -0000
>
> Grant Edwards <grante at visi.com> wrote:
> > On 2006-08-15, Sulsa <sulsa at gazeta.pl> wrote:
> > > I want to fill only one smiple form so i would like not to use
> > > any non standard libraries.
> >
> > Then just send the HTTP "POST" request containing the fields
> > and data you want to submit.
>
> but i don't know how to post these data if i knew there there would
> be no topic.

When I need to learn the POST method for a form, I use wireshark 
(www.wireshark.org) to capture the POST I do manually the first time. 
However, I think I'm going to look into mechanize/clientform now that I 
know about it.

Hope this helps,
Tom



More information about the Python-list mailing list