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
{{ message }}
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
I have an issue with localhost requests. My node.js app needs to get data from both outside (Internet) and localhost. Internet requests are working fine through the proxy but even localhost requests are also sent to the proxy which is not normal.
Is there any parameter to ignore localhost requests?
Here's my config :
var globalTunnel = require('global-tunnel');
globalTunnel.initialize({
host:'ProxyIP',
port:3128,
protocol:'http:',
tunnel:'both'
});
Many thanks in advance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi all,
I have an issue with localhost requests. My node.js app needs to get data from both outside (Internet) and localhost. Internet requests are working fine through the proxy but even localhost requests are also sent to the proxy which is not normal.
Is there any parameter to ignore localhost requests?
Here's my config :
Many thanks in advance.
The text was updated successfully, but these errors were encountered: