How wget and Curl under Linux use HTTP Proxy

Source: Internet
Author: User
Simply remember how wget and curl under Linux use HTTP Proxy
Wget-e "Http_proxy=porxyhost:port" www.baidu.com
Curl-x Proxyhost:port www.baidu.com
If a user name password is required, the format
Curl-x "Http://user:[email protected]:p ort" www.baidu.com

At the bottom of the Linux command line, the general program uses the Http_proxy and FTP_PROXY environment variables to obtain proxy settings.
So as long as you use export http_proxy=proxy_addr:port you can use the proxy.
Yum's words can be set separately, adding Proxy=proxy_addr:port to the/etc/yum.conf.

How wget and Curl under Linux use HTTP Proxy

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.