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