Oops.  yeah that is a problem, but it still fails.<br><br>Failed: 500 Can&#39;t connect to qualys_user::443 (Bad hostname &#39;qualys_user:&#39;)<br> <br>or uncomment $ua-&gt;proxy and I still get:<br><br>Failed: 400 Bad Request<br>
<br><br><div class="gmail_quote">On Wed, Mar 25, 2009 at 12:33 PM, Andrew Moore <span dir="ltr">&lt;<a href="mailto:amoore@mooresystems.com">amoore@mooresystems.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2009/3/25 Daryl Fallin &lt;<a href="mailto:darylvf@gmail.com">darylvf@gmail.com</a>&gt;:<br>
<div class="im">&gt; my $req = HTTP::Request-&gt;new(GET =&gt;<br>
&gt; &#39;https://$username:$password\@<a href="http://qualysguard.qualys.com/msp/scan_report_list.php%27" target="_blank">qualysguard.qualys.com/msp/scan_report_list.php&#39;</a>);<br>
<br>
</div>This may or may not be the only problem, but I notice that you&#39;re<br>
using single quotes here with variables and escaped &quot;@&quot; in them.<br>
Single quotes do not allow any interpolation in them, so those<br>
variables aren&#39;t being replaced by their values, and the &quot;@&quot; sign will<br>
still have a backslash in front of it. Perhaps you want to use double<br>
quotes there. They allow variables to be interpolated inside them.<br>
<br>
Hope it helps!<br>
-Andy<br>
</blockquote></div><br>