Good evening, I would like to know what -u
means in the curl
request. I know that -h
means header
and -d
informs if I will POST GET ou PUT
Good evening, I would like to know what -u
means in the curl
request. I know that -h
means header
and -d
informs if I will POST GET ou PUT
O -u is an alias for --user If you simply specify the user name, curl prompts for a password.
Command manual with examples: link