"Why isn't curl no proxy working for my requests?"
Hey folks,
So I’m trying to bypass my system’s proxy settings using curl no proxy, but it’s just... not working? Like, I’ve tried `--noproxy '*'` and even `--noproxy` (lol, typo, fixed it), but curl still seems to use the proxy.
Am I missing something?
Also, does curl no proxy override *all* proxy configs, or just some? My env vars are set, but idk if that’s messing with it.
Thanks for any tips!
---
*(ps: if this is a dumb question, pls be gentle haha)*
Hey folks,
So I’m trying to bypass my system’s proxy settings using curl no proxy, but it’s just... not working? Like, I’ve tried `--noproxy '*'` and even `--noproxy` (lol, typo, fixed it), but curl still seems to use the proxy.
Am I missing something?
Also, does curl no proxy override *all* proxy configs, or just some? My env vars are set, but idk if that’s messing with it.
Thanks for any tips!
---
*(ps: if this is a dumb question, pls be gentle haha)*
