Curl

From Dave's wiki
Jump to navigation Jump to search

Linux curl command with proxy: http://stackoverflow.com/questions/9445489/linux-curl-command-with-proxy

#http
export http_proxy=http://your.proxy.server:port/
#https
export HTTPS_PROXY=127.0.0.1:8080