Add user password -u option to Curl

This commit is contained in:
Florent Guilleux
2014-03-11 10:01:45 -05:00
parent 4e3605be90
commit 01965fd3cf

View File

@@ -22,3 +22,7 @@
- head request - head request
`curl --head {{http://localhost}}` `curl --head {{http://localhost}}`
- pass a user name and password for server authentication
`curl -u myusername:mypassword {{http://localhost}}`