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: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.