Windows10 can't read HTTP_PROXY environment variable #9637
-
I have asked the same question at Stackflow. Not sure if it's my code wrong, or it's a Windows related bug. I set the Proxy url like In face the manual doesn't say how shall I set the environment variables. These are googled from somewhere. yet the fetch() still fetches without the proxy. Instead, if I set up a proxy in the Windows system setting, the fetch() does use the system set proxy. Which doesn't solve the problem though as I am trying to read the proxy list from an API. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You have to see these environment variables before you start Deno, not from within the runtime. |
Beta Was this translation helpful? Give feedback.
You have to see these environment variables before you start Deno, not from within the runtime.