curl-curl/docs/cmdline-opts/digest.md
Daniel Stenberg 083da46c60
docs/cmdline-opts: use imperative form
Use 'set', not 'sets' etc. For consistency.

Closes #16879
2025-03-31 08:18:31 +02:00

554 B

c SPDX-License-Identifier Long Help Protocols Mutexed Category Added Multi See-also Example
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. curl digest HTTP Digest Authentication HTTP basic ntlm negotiate proxy auth http 7.10.6 boolean
user
proxy-digest
anyauth
-u name:password --digest $URL

--digest

Enable HTTP Digest authentication. This authentication scheme avoids sending the password over the wire in clear text. Use this in combination with the normal --user option to set username and password.