Worker fetch will not use the system proxy

Describe the solution When I run wrangler dev for local development, I have configured the environment variables as follows:
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
However, I found that the program does not use the system proxy. I hope that worker fetch will use the specified HTTP proxy to make API requests. Because some content requires using http_proxy to access.
1 Reply
Chaika
Chaika4mo ago
Interesting, it should be saying Proxy environment variables detected. We'll use your proxy for fetch requests if it picked it up. You're using local mode and not remote right? ahh looks like you already opened a issue on workers-sdk
Want results from more Discord servers?
Add your server