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

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.
Was this page helpful?