blob: f0ca0b08a1ba5fc0eb9c5ac910cff5d486fa1c67 [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-negotiate
4Help: Use HTTP Negotiate (SPNEGO) authentication on the proxy
5Added: 7.17.1
6See-also: proxy-anyauth proxy-basic
7Category: proxy auth
8Example: --proxy-negotiate --proxy-user user:passwd -x proxy $URL
9Multi: mutex
10---
11Tells curl to use HTTP Negotiate (SPNEGO) authentication when communicating
12with the given proxy. Use --negotiate for enabling HTTP Negotiate (SPNEGO)
13with a remote host.