How to correctly trace all outboud Node.js request on server apps with Express

1 Answer 19 Views
Fiddler Classic Windows
Viacheslav
Top achievements
Rank 1
Viacheslav asked on 30 Apr 2024, 08:13 AM | edited on 30 Apr 2024, 08:14 AM

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. 'localhost' and '127.0.0.1' as ProxyURL also don't working. What I doing wrong?

1 Answer, 1 is accepted

Sort by
0
Nick Iliev
Telerik team
answered on 30 Apr 2024, 09:39 AM

Hello Viacheslav,

 

Closing this thread, as the issue was already logged and discussed in the following public thread:

https://www.telerik.com/forums/how-to-correctly-trace-all-outboud-node-js-request-on-server-apps-with-express

 

Regards,
Nick Iliev
Progress Telerik

A brand new ThemeBuilder course was just added to the Virtual Classroom. The training course was designed to help you get started with ThemeBuilder for styling Telerik and Kendo UI components for your applications. You can check it out at https://learn.telerik.com
Tags
Fiddler Classic Windows
Asked by
Viacheslav
Top achievements
Rank 1
Answers by
Nick Iliev
Telerik team
Share this question
or