Monday, April 11, 2011

Curl Using Proxy in Linux Console

Going crazy using Linux console? Here is how to use curl in console behind proxy.
curl -x proxy_ip_address:port -U username:password http://example.com

Enjoy!

No comments: