Skip to content

Instantly share code, notes, and snippets.

@hugsbrugs
Created December 19, 2015 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugsbrugs/71269bc6273823720387 to your computer and use it in GitHub Desktop.
Save hugsbrugs/71269bc6273823720387 to your computer and use it in GitHub Desktop.
curl "http://www.website-to-visit.com"
-H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
-H "User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36"
-H "Host:www.google.de"
--compressed
--proxy PROXY_IP_ADDRESS:PROXY_IP_PORT
-u/U PROXY_USERNAME:PROXY_PASSWORD
--proxy-anyauth
--proxy-digest
--proxy-ntlm
-k
curl -x PROXY_IP_ADDRESS:PROXY_IP_PORT -U PROXY_USERNAME:PROXY_PASSWORD "http://www.website-to-visit.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment