curl-users
RE: Help
From: Roth, Kevin P. <KPRoth_at_MarathonOil.com>
Date: Fri, 24 Aug 2001 13:50:31 -0400
Date: Fri, 24 Aug 2001 13:50:31 -0400
If your proxy server is part of a different NT domain than your user
account, you may have to specify the user account like this:
NTDomain\UserName
instead of just UserName.
So, if your NT account is "sgibbs", in the NT domain "workgroup", and
your password was "test", this would look like:
curl -U "workgroup\sgibbs:test" http://.....
--Kevin
Received on 2001-08-24