1 c: Copyright (C) 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 Multi: boolean 12 --- 13 Enables HTTP Digest authentication. This is an authentication scheme that 14 prevents the password from being sent over the wire in clear text. Use this in 15 combination with the normal --user option to set user name and password. 16