Re: HTTPBasicAuthHandler doesn't work

2006-07-09 Thread John J. Lee
[EMAIL PROTECTED] writes: > Hi ! > I'm trying to add the HTTP basic authentification to my web spider but > it doesn't work... > The HTTPBasicAuthHandler don't send the headers for authentification > :-( Hi Several bugs were fixed with Basic auth in Python 2.5. I'd be most grateful if you can v

HTTPBasicAuthHandler doesn't work

2006-07-09 Thread nicolas . surribas
Hi ! I'm trying to add the HTTP basic authentification to my web spider but it doesn't work... The HTTPBasicAuthHandler don't send the headers for authentification :-( Here is the code : http://devloop.lyua.org/releases/lswww_urllib2.py def __init__(self,rooturl,firsturl=[],forbidden=[],proxy={},