curl-w32/docs/cmdline-opts/proxy-ntlm.md

20 lines
477 B
Markdown

---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: proxy-ntlm
Help: Use NTLM authentication on the proxy
Category: proxy auth
Added: 7.10.7
Multi: mutex
See-also:
- proxy-negotiate
- proxy-anyauth
Example:
- --proxy-ntlm --proxy-user user:passwd -x http://proxy $URL
---
# `--proxy-ntlm`
Tells curl to use HTTP NTLM authentication when communicating with the given
proxy. Use --ntlm for enabling NTLM with a remote host.