curl/docs/cmdline-opts/digest.md
Daniel Stenberg e7219c2bdc
cmdline-opts: language cleanups
Use imperative mood consistently for the first sentence describing an
option.

"Set this" instead "tell curl to set" or "this sets..."

Plus some extra cleanups and rephrasing.

Closes #13106
2024-03-12 15:42:33 +01:00

559 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 Use HTTP Digest Authentication HTTP basic ntlm negotiate proxy auth http 7.10.6 boolean
user
proxy-digest
anyauth
-u name:password --digest $URL

--digest

Enables 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.