Hi,<br>I'm currently using google layers behind a proxy network that requires user authentication. Many QGIS' plugins already connect through authenticated proxies but googleLayers can't. I've looked at the code and found out that the urllib use doesn't support authenticated proxies. I've also found out that urllib2 supports.<br clear="all">
I'd be glad if the dev could change the used library. I've made a few tests and the proxyhandler class of the urllib2 can handle the authentication but it would need to be read from qgis' settings.<br><br><br>
As far as a workaround I've told the proxy to ignore <b>mt*.<a href="http://google.com">google.com</a></b> and <b><a href="http://maps.google.com">maps.google.com</a></b> to make the plugin work throught the proxy.<br>
<br>Best regards,<br>Mauricio<br>