-u / --user
. It accepts an argument that is the user name and password, colon separated. Like when alice
wants to request a page requiring HTTP authentication and her password is 12345
:-u
option without specifying the password, and then curl will instead prompt the user for it when it runs.--digest
), Negotiate (--negotiate.
) and NTLM (--ntlm
).