proxy-negotiate.d 396 B

12345678910
  1. Long: proxy-negotiate
  2. Help: Use HTTP Negotiate (SPNEGO) authentication on the proxy
  3. Added: 7.17.1
  4. See-also: proxy-anyauth proxy-basic
  5. Category: proxy auth
  6. Example: --proxy-negotiate --proxy-user user:passwd -x proxy $URL
  7. ---
  8. Tells curl to use HTTP Negotiate (SPNEGO) authentication when communicating
  9. with the given proxy. Use --negotiate for enabling HTTP Negotiate (SPNEGO)
  10. with a remote host.