proxy-ntlm.d 442 B

1234567891011
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: proxy-ntlm
  4. Help: Use NTLM authentication on the proxy
  5. See-also: proxy-negotiate proxy-anyauth
  6. Category: proxy auth
  7. Example: --proxy-ntlm --proxy-user user:passwd -x http://proxy $URL
  8. Added: 7.10.7
  9. ---
  10. Tells curl to use HTTP NTLM authentication when communicating with the given
  11. proxy. Use --ntlm for enabling NTLM with a remote host.