I am trying to access a service that is behind Windows Authentication. I thought I could pass the credentials the way HTTP Basic Authentication credentials are passed, but it\'s
If you are using Windows Authentication, you need to use NTLM:
curl --ntlm --user username:password http://example.com