Basic Authentication

$ curl --user username:password http://example.com/
$ curl -u username:password http://example.com/
Comments