Skip to content

Instantly share code, notes, and snippets.

@botaor
Created March 10, 2013 17:35
Show Gist options
  • Save botaor/5129580 to your computer and use it in GitHub Desktop.
Save botaor/5129580 to your computer and use it in GitHub Desktop.
Call curl with a proxy in windows using windows authentication
alias curlp="curl -U : --proxy-ntlm --proxy http://<proxy address>:<proxy port>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment