You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
no_proxy (user) environment variable on my machine is 966 characters long [1] and http_proxy and https_proxy variables set. I've observed that as long as I keep no_proxy length above 258 characters, cURL requests are always passed to proxy on my system.
cURL calls with 258 and 259 characters long `no_proxy` environment variable in my CMD:
System settings GUI for (user) environment variable allows 2047 characters on my system.
[1] don't ask why; just copied what was in the Network settings GUI (inetcpl.cpl) in Exceptions field, replaced semicolons and added it to my CMDer user_profile.cmd script an/or User Environment Variables settings panel as no_proxy entry.
The text was updated successfully, but these errors were encountered:
I did this
no_proxy
(user) environment variable on my machine is 966 characters long [1] andhttp_proxy
andhttps_proxy
variables set. I've observed that as long as I keepno_proxy
length above 258 characters, cURL requests are always passed to proxy on my system.cURL calls with 258 and 259 characters long `no_proxy` environment variable in my CMD:
I expected
Both cURL calls had the same outcome.
curl -V
7.65.3
Operating system
Windows 10, 10.0.16299, build 1709
Notes
System settings GUI for (user) environment variable allows 2047 characters on my system.
[1] don't ask why; just copied what was in the Network settings GUI (inetcpl.cpl) in Exceptions field, replaced semicolons and added it to my CMDer user_profile.cmd script an/or User Environment Variables settings panel as
no_proxy
entry.The text was updated successfully, but these errors were encountered: