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.1 Reply
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