I try many library, last library I try was global-tunnel-ng, but still have no result. Usually I use fiddler to trace various request, my Fiddler listen port 8888, therefore I try to use
var globalTunnel = require('global-tunnel-ng');
globalTunnel.initialize({
host: 'ipv4.fiddler',
port: 8888,
});
// my various request to Google, to AWS and more
globalTunnel.end()
I expected to see all request on Fiddler, but there are nothing any request on Fiddler panel. What I doing wrong?
New contributor
Alex-1999 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.