[EMAIL PROTECTED] wrote:
> Hi,
>Can anyone help me out here. I would like to authenticate myself to a
> website which uses HTTPS and then after authentication, I would like to
> get the contents of the webpage. How can this be done using python.
> I have tried urllib and urllib2 but it has no
On Apr 21, 11:38 am, [EMAIL PROTECTED] wrote:
> Hi,
> Can anyone help me out here. I would like to authenticate myself to
> a website which uses HTTPS and then after authentication, I would like
> to get the contents of the webpage. How can this be done using python.
> I have tried urllib and u