blob: 57cb9945dd846bdce14cb73611e23d50313aae17 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: proxy-ntlm
4Help: Use NTLM authentication on the proxy
5See-also: proxy-negotiate proxy-anyauth
6Category: proxy auth
7Example: --proxy-ntlm --proxy-user user:passwd -x http://proxy $URL
8Added: 7.10.7
9Multi: mutex
10---
11Tells curl to use HTTP NTLM authentication when communicating with the given
12proxy. Use --ntlm for enabling NTLM with a remote host.