Re: Proxy authentication required

2011-03-22 Thread gervaz
: 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 = urllib.request.ProxyHandler({http: 10.242.38.251:80, username: domain\username

Re: Proxy authentication required

2011-03-22 Thread gervaz
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 denied.  ): hc = urllib.request.HTTPCookieProcessor() hp

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 orization to fulfill the request. Access to the Web Proxy filter is denied.  ): hc

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 request. Access

Re: Proxy authentication required

2011-03-21 Thread Chris Rebert
On Mon, Mar 21, 2011 at 2:38 AM, gervaz ger...@gmail.com 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 Authentication Required ( The ISA

Re: Proxy authentication required

2011-03-21 Thread python
: 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 = urllib.request.ProxyHandler({http: 10.242.38.251:80, username: domain