proxy-ntlm.md (476B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: proxy-ntlm 5 Help: NTLM authentication with the proxy 6 Category: proxy auth 7 Added: 7.10.7 8 Multi: mutex 9 See-also: 10 - proxy-negotiate 11 - proxy-anyauth 12 - proxy-user 13 Example: 14 - --proxy-ntlm --proxy-user user:passwd -x http://proxy $URL 15 --- 16 17 # `--proxy-ntlm` 18 19 Use HTTP NTLM authentication when communicating with the given proxy. Use 20 --ntlm for enabling NTLM with a remote host.