Closed Magicloud closed 10 years ago
CurlUserName ""
and CurlUserPwd ":"
are different?
@Magicloud I know it was over a year ago, but I have similar problem (failed: Success) and solution is nowhere to be found. Maybe you remember what was the root cause / solution to this?
Hi, @joozek78 . The reason was that I used wrong parameters. CurlUserPwd ":"
should be used.
But of course, you need to confirm everything should work with curl command. Then use the exactly same parameters in Haskell.
Thanks for help! Unfortunately I figured out my problem is with git using curl, not curl itself :( Back to debugging git
An internal website that requires auth. I could do
curl --negotiate -v -u : -k 'https://www.company.com/'
.But with Network.Curl, I got: