You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I set an environment variable for PORT I'm fine but doing the same for PROXIEDPORT breaks things because it expects a number instead of a string. Looks like node handles this in the net library with a handy toNumber function.
(Also, as an aside, it would be nice if the proxied host defaulted to 127.0.0.1 when missing that parameter.)
The text was updated successfully, but these errors were encountered:
I'd like to set up a proxy server like so:
If I set an environment variable for PORT I'm fine but doing the same for PROXIEDPORT breaks things because it expects a number instead of a string. Looks like node handles this in the net library with a handy toNumber function.
(Also, as an aside, it would be nice if the proxied host defaulted to 127.0.0.1 when missing that parameter.)
The text was updated successfully, but these errors were encountered: