Bug 13861

Summary: wget reads HTTP(S)_PROXY, but ignores NO_PROXY
Product: Busybox Reporter: godevilove
Component: OtherAssignee: unassigned
Status: NEW ---    
Severity: major CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description godevilove 2021-06-19 00:34:19 UTC
STR:
1. Configure HTTP_PROXY, HTTPS_PROXY and NO_PROXY envs.
2. Use wget to download anything from a host that is mentioned in NO_PROXY env.

ER: wget should NOT use proxy for that connection.
AR: wget uses proxy specified either in HTTP_PROXY or in HTTPS_PROXY (based on the resource's schema) for that connection.