xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Long: proxy-negotiate |
| 4 | Help: Use HTTP Negotiate (SPNEGO) authentication on the proxy |
| 5 | Added: 7.17.1 |
| 6 | See-also: proxy-anyauth proxy-basic |
| 7 | Category: proxy auth |
| 8 | Example: --proxy-negotiate --proxy-user user:passwd -x proxy $URL |
| 9 | Multi: mutex |
| 10 | --- |
| 11 | Tells curl to use HTTP Negotiate (SPNEGO) authentication when communicating |
| 12 | with the given proxy. Use --negotiate for enabling HTTP Negotiate (SPNEGO) |
| 13 | with a remote host. |