[Tutor] Accessing a secured webpage

Karim karim.liateni at free.fr
Fri Jan 28 23:28:46 CET 2011


Vince I saw your answer on the related subject fron October 2010 : *Re: 
[Tutor] Requesting restricted URL (further authentication requested)*.

Thanks
Karim

On 01/28/2011 11:05 PM, Vince Spicer wrote:
> You may want to look at httplib2
>
> http://code.google.com/p/httplib2/
>
> This great module makes auth very simple
>
> Vince
>
> On Fri, Jan 28, 2011 at 3:54 PM, Karim <karim.liateni at free.fr 
> <mailto:karim.liateni at free.fr>> wrote:
>
>
>     Hello,
>
>     I want to create a client to access a webpage. But when I access
>     it interactively  there is a dialog box
>     which ask for login and password.
>     I want to access it in batch via python but I could only found a
>     basic example:
>
>     ||#||!/bin/env||  ||python|
>     |#||  ||-*-||  ||coding:||  ||utf-8||  ||-*-|
>
>     |import|  urllib2
>     reponse|=|  urllib2.|urlopen|(|'||http||:||/||/||www||.||kernel||.||org||/||'|)
>     xhtmldata|=|  reponse.|read|()
>     |for|  num,ligne|in|  |enumerate|(xhtmldata.|splitlines|()) :
>          |print|  |"||%04d||  ||-||  ||%s||"||%|(num,ligne)
>     |
>
>     I want to provide login and password via python code. The web
>     adress is like http://website.com:8081/ddts/ddts_main.
>     If you have link it is welcome!
>
>     Regards
>     Karim
>
>     _______________________________________________
>     Tutor maillist  - Tutor at python.org <mailto:Tutor at python.org>
>     To unsubscribe or change subscription options:
>     http://mail.python.org/mailman/listinfo/tutor
>
>
>
>
> -- 
> Vince Spicer
> Developer
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110128/77d28780/attachment-0001.html>


More information about the Tutor mailing list