mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
ce6e3e5320
Since "too old" versions are no longer included in the generated man page, this field is now mandatory so that it won't be forgotten and then not included in the documentation. Closes #7786
15 lines
452 B
Makefile
15 lines
452 B
Makefile
Long: basic
|
|
Help: Use HTTP Basic Authentication
|
|
See-also: proxy-basic
|
|
Protocols: HTTP
|
|
Category: auth
|
|
Example: -u name:password --basic $URL
|
|
Added: 7.10.6
|
|
---
|
|
Tells curl to use HTTP Basic authentication with the remote host. This is the
|
|
default and this option is usually pointless, unless you use it to override a
|
|
previously set option that sets a different authentication method (such as
|
|
--ntlm, --digest, or --negotiate).
|
|
|
|
Used together with --user.
|