Re: retrieving https pages

2005-07-19 Thread ncf
It might be checking the browser's User-agent. My best bet for you would to be to use something to record the headers your browser sends out, and mimic those in Python. If you look at the source code for urlopener (I think you can press Alt+M and type in urlopener), under the FancyURLopener

Re: retrieving https pages

2005-07-19 Thread Mike Meyer
Eric [EMAIL PROTECTED] writes: I'm using Linux - Manriva LE2005, python 2.3 (or i can also use python 2.4 on my other system just as well). Anyways... I want to get a web page containing my stock grants. The initial page is an https and there is a form on it to fill in your username and

retrieving https pages

2005-07-18 Thread Eric
I'm using Linux - Manriva LE2005, python 2.3 (or i can also use python 2.4 on my other system just as well). Anyways... I want to get a web page containing my stock grants. The initial page is an https and there is a form on it to fill in your username and password and then click login I played