[scheme]_proxy
to hold the proxy host name (the same way you would specify the host with -x
). So if you want to tell curl to use a proxy when access an HTTP server, you set the 'http_proxy' environment variable. Like this:--noproxy
command line option that serves the same purpose and works the same way.http_proxy
in lower case onlyHTTP_
!Proxy: yada
will therefore create the environment variable HTTP_PROXY
set to contain yada
before the CGI script is started. If that CGI script runs curl…