When I launch tomcat in local and access it with wget, it doesn't connect. If you try accessing with curl, you will be connected. Why is it the same access destination?
It seems that wget has a setting to access via a proxy, which was enabled.
[File]
/etc/wgetrc
[Applicable settings]
http_proxy=http://proxy.xxx.xxx:pp/
https_proxy=http://proxy.xxx.xxx:pp/
I used to use wget as I like, but when I look it up, there are quite a few differences between curl and wget. I will omit it because there are other people who have summarized it.
Recommended Posts