On 2/18/08, Adrian Chadd <adrian@xxxxxxxxxxxxxxx> wrote: > Well, I'll be stuffed: > > violet:~ adrian$ curl --help | grep ntlm > --ntlm Enable HTTP NTLM authentication (H) > --proxy-ntlm Enable NTLM authentication on the proxy (H) > > I wonder how well it'll work. Oh well, time to have a play! Thanks! It does seem to work with the following options: curl -v -x 192.168.1.97:800 --proxy-ntlm --proxy-user "DOMAINNAME\\username:password" http://www.google.com/ The -v reveals the details of the NTLM authentication headers. I'll let you know if I get any further. -RichardW.