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