Re: not able to HTTPS page from python

2005-11-09 Thread Larry Bates
It is possible that the links have been obscured (something I do on my own web pages) by inserting Javascript that creates the links on the fly using document.write(). That way web spiders can't go through the web pages and easily pick up email addresses to send spam to all my employees. Just a t

Re: not able to HTTPS page from python

2005-11-09 Thread Steve Holden
Fredrik Lundh wrote: > <[EMAIL PROTECTED]> wrote: > > >>AM NOT GETTING ANY ERRORS EITHER BUT ITS NOT READING THE LINKS, THAT >>ARE PRESENT IN THE GIVEN HTTPS PAGE > > > HAVE YOU TRIED ADDING A PRINT STATEMENT TO THE FEED LOOP SO > YOU CAN SEE WHAT YOU'RE GETTING BACK FROM THE SERVER ? > COULD

Re: not able to HTTPS page from python

2005-11-09 Thread Fredrik Lundh
<[EMAIL PROTECTED]> wrote: > AM NOT GETTING ANY ERRORS EITHER BUT ITS NOT READING THE LINKS, THAT > ARE PRESENT IN THE GIVEN HTTPS PAGE HAVE YOU TRIED ADDING A PRINT STATEMENT TO THE FEED LOOP SO YOU CAN SEE WHAT YOU'RE GETTING BACK FROM THE SERVER ? -- http://mail.python.org/mailman/listin

not able to HTTPS page from python

2005-11-09 Thread muttu2244
Hi all, Am trying to read a email ids which will be in the form of links ( on which if we click, they will redirect to outlook with their respective email ids). And these links are in the HTTPS page, a secured http page. The point is that am able to read some links with HTTP page, but am not abl