Comment 10 for bug 446552

Revision history for this message
Muelli (ubuntu-bugs-auftrags-killer) wrote : Re: [Bug 446552] Re: url_downloadable ignores proxy settings

Heya,

On 30.10.2009 14:08, Henning Moll wrote:
> Well, it is just simple authentication.
Well, if urllib was used, it doesn't support Proxies with
authentication: http://docs.python.org/library/urllib.html#index-699

One has to patch it in manually, using e.g. this method:
http://bytes.com/topic/python/answers/22918-proxy-authentication-using-urllib2