Re: Proxy authentication required

2011-03-22 Thread Chris Rebert
behind a proxy. So far >> > > this is what I've used without any successful result receiving the >> > > error: "urllib.error.HTTPError: HTTP Error 407: Proxy Authentication >> > > Required ( The ISA Server requires auth >>

Re: Proxy authentication required

2011-03-22 Thread gervaz
is what I've used without any successful result receiving the > > > error: "urllib.error.HTTPError: HTTP Error 407: Proxy Authentication > > > Required ( The ISA Server requires auth > > > orization to fulfill the request. Access to the Web Proxy filter is > >

Re: Proxy authentication required

2011-03-22 Thread gervaz
r: "urllib.error.HTTPError: HTTP Error 407: Proxy Authentication > > Required ( The ISA Server requires auth > > orization to fulfill the request. Access to the Web Proxy filter is > > denied.  )": > > > hc = urllib.request.HTTPCookieProcessor() > > hp = urll

Re: Proxy authentication required

2011-03-21 Thread python
r: "urllib.error.HTTPError: HTTP Error 407: Proxy Authentication > > Required ( The ISA Server requires auth > > orization to fulfill the request. Access to the Web Proxy filter is > > denied.  )": > > > hc = urllib.request.HTTPCookieProcessor() > > hp = urll

Re: Proxy authentication required

2011-03-21 Thread Chris Rebert
On Mon, Mar 21, 2011 at 2:38 AM, gervaz wrote: > Hi all, > I've got to download some web pages but I'm behind a proxy. So far > this is what I've used without any successful result receiving the > error: "urllib.error.HTTPError: HTTP Error 407: Proxy Authentica

Proxy authentication required

2011-03-21 Thread gervaz
Hi all, I've got to download some web pages but I'm behind a proxy. So far this is what I've used without any successful result receiving the error: "urllib.error.HTTPError: HTTP Error 407: Proxy Authentication Required ( The ISA Server requires auth orization to fulfill the re