in reply to ISA Proxy and LWP

So im getting past the proxy, as it doesnt require auth with:
$proxy = 'http://isapxy.bcbsfl.com:8080'; $ua->proxy(['http'], $proxy);
But im still getting a 401 back from the URL.