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 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