blob: c42486f040f3e557a8014d4dae78bd5b00c5000e [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: digest
4Help: Use HTTP Digest Authentication
5Protocols: HTTP
6Mutexed: basic ntlm negotiate
7See-also: user proxy-digest anyauth
8Category: proxy auth http
9Example: -u name:password --digest $URL
10Added: 7.10.6
11Multi: boolean
12---
13Enables HTTP Digest authentication. This is an authentication scheme that
14prevents the password from being sent over the wire in clear text. Use this in
15combination with the normal --user option to set user name and password.