digest.md (554B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: digest 5 Help: HTTP Digest Authentication 6 Protocols: HTTP 7 Mutexed: basic ntlm negotiate 8 Category: proxy auth http 9 Added: 7.10.6 10 Multi: boolean 11 See-also: 12 - user 13 - proxy-digest 14 - anyauth 15 Example: 16 - -u name:password --digest $URL 17 --- 18 19 # `--digest` 20 21 Enable HTTP Digest authentication. This authentication scheme avoids sending 22 the password over the wire in clear text. Use this in combination with the 23 normal --user option to set username and password.