mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 12:55:32 +02:00
Add user password -u option to Curl
This commit is contained in:
parent
4e3605be90
commit
01965fd3cf
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
|||
- head request
|
||||
|
||||
`curl --head {{http://localhost}}`
|
||||
|
||||
- pass a user name and password for server authentication
|
||||
|
||||
`curl -u myusername:mypassword {{http://localhost}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue