Using curl with NTLM auth to make a post is failing
You try this If you have a page hosted in IIS and that work with NTLM then you should put: (for example at Sharepoint page) curl http://enterprisesharepoint -v –ntlm –negotiate -u USER123:PASSWORD123 It’s work fine for me and you can see the headers message –Edit– if you put negotiate, this give the local account and … Read more