<html><body>
<p>QGIS doesn't use username and password inserted in the &quot;options dialog&quot; for proxy connections, to use with WMS connections.<br>
<br>
This problem affects 1.6.0 and trunk versions, on Linux and Windows.<br>
<br>
In the SQUID log, I see this when I try to connect to NASA WMS with Qgis:<br>
<br>
  1306326384.090      1 192.168.11.118 TCP_DENIED/407 1987 GET <a href="http://onearth.jpl.nasa.gov/browse.cgi?">http://onearth.jpl.nasa.gov/browse.cgi?</a> - NONE/- text/html<br>
<br>
as you see, the username is not sent.<br>
<br>
If I use the browser (Firefox 3.6) with the same url:<br>
<br>
  1306326543.606    446 192.168.11.118 TCP_MISS/200 1385 GET <a href="http://onearth.jpl.nasa.gov/browse.cgi?">http://onearth.jpl.nasa.gov/browse.cgi?</a> manganelll DIRECT/onearth.jpl.nasa.gov text/html<br>
<br>
this is correct (manganelll is my username).<br>
<br>
<br>
I remember that in previous versions of QGIS this was working.</body></html>