En Wed, 17 Mar 2010 15:43:00 -0300, Anthra Norell <anthra.nor...@bluewin.ch> escribió:

I understand that I can access password protected sites with urllib2. [...] a site I am dealing with, because the opening page does not require a password. It presents an id/password entry template and I have no clue how to respond in python. The page source is chock full of java script.

Use an HTTP sniffer (there are plenty) to see the actual request that is sent to the server. Then emulate it using urllib2.

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to