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