quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

proxy-negotiate.md (535B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: proxy-negotiate
      5 Help: HTTP Negotiate (SPNEGO) auth with the proxy
      6 Added: 7.17.1
      7 Category: proxy auth
      8 Multi: mutex
      9 See-also:
     10   - proxy-anyauth
     11   - proxy-basic
     12   - proxy-service-name
     13 Example:
     14   - --proxy-negotiate --proxy-user user:passwd -x proxy $URL
     15 ---
     16 
     17 # `--proxy-negotiate`
     18 
     19 Use HTTP Negotiate (SPNEGO) authentication when communicating with the given
     20 proxy. Use --negotiate for enabling HTTP Negotiate (SPNEGO) with a remote
     21 host.