Skip to content

Instantly share code, notes, and snippets.

@rusco
Created April 4, 2017 14:22
Show Gist options
  • Save rusco/7cf5fe41ef70bd61b9df9839955b2c46 to your computer and use it in GitHub Desktop.
Save rusco/7cf5fe41ef70bd61b9df9839955b2c46 to your computer and use it in GitHub Desktop.
Curl under Win10
#rem https://skanthak.homepage.t-online.de/curl.html (built with SChannel/WinSSL and zlib)
curl --ntlm -u : -H "Content-Length:0" -H "Content-Type:application/json; charset=utf-8" -X POST https://somedomain/some.asmx/somemethod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment