Monday, 3 April 2017

how to read System's https_proxy variable in nodejs

I know how to read environment variabale from nodejs process.env.variable. I want to read system variable http_proxy which is set from windows environment variable. process.env doesn't show http_proxy variable.



via user7811987

No comments:

Post a Comment