xref: /curl/docs/cmdline-opts/proxy-negotiate.md (revision fe9f68fa)
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: proxy-negotiate
5Help: HTTP Negotiate (SPNEGO) auth with 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
18Use HTTP Negotiate (SPNEGO) authentication when communicating with the given
19proxy. Use --negotiate for enabling HTTP Negotiate (SPNEGO) with a remote
20host.
21