Why doesn’t cURL work with Windows Authentication on IIS7? December 9, 2023 by Tarik If you are using Windows Authentication, you need to use NTLM: curl --ntlm --user username:password http://example.com