Open
Description
The Regex used to to parse the process.env.http_proxy
only works when the env variable is in the http://proxyurl:port
format.
For those of us stuck behind the corporate firewall: http://username:password@proxyurl:port
, the regex does not parse the url correctly.
The line in question being:
var proxyVars = proxyServer.match(/^([^:/]*:[/]{2})?([^:/]+)(:([0-9]+))?/i);
This is really unfortunate for those of us on windows, because we have no place like "/usr/share/unicode/
to put the file either.
Metadata
Metadata
Assignees
Labels
No labels