digest.d 611 B

12345678910111213141516
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: digest
  4. Help: Use HTTP Digest Authentication
  5. Protocols: HTTP
  6. Mutexed: basic ntlm negotiate
  7. See-also: user proxy-digest anyauth
  8. Category: proxy auth http
  9. Example: -u name:password --digest $URL
  10. Added: 7.10.6
  11. ---
  12. Enables HTTP Digest authentication. This is an authentication scheme that
  13. prevents the password from being sent over the wire in clear text. Use this in
  14. combination with the normal --user option to set user name and password.
  15. If this option is used several times, only the first one is used.