xref: /aosp_15_r20/external/curl/docs/cmdline-opts/proxy-negotiate.md (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1---
2c: Copyright (C) Daniel Stenberg, <[email protected]>, 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
12  - proxy-service-name
13Example:
14  - --proxy-negotiate --proxy-user user:passwd -x proxy $URL
15---
16
17# `--proxy-negotiate`
18
19Use HTTP Negotiate (SPNEGO) authentication when communicating with the given
20proxy. Use --negotiate for enabling HTTP Negotiate (SPNEGO) with a remote
21host.
22