which means the -u of a in the curl

0

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

    
asked by anonymous 10.04.2018 / 02:52

1 answer

0

O -u is an alias for --user If you simply specify the user name, curl prompts for a password.

Command manual with examples: link

    
10.04.2018 / 03:46