On Tue, 28 Apr 2009, AMBROSINI Marco wrote:
curl -u DOMAIN\USER -x myproxy:Port http://www.google.comto get Google page testing the proxy configuration, I get the error "Error code: 407 proxy authentication required
Add -v too, and check the response headers. I'm sure it says it wants some other authorization method than plain Basic, which curl defaults to.
-- / daniel.haxx.se
