I’m running windows 8.1 with node.js, and express.js on top of it.
Fiddler captures all the traffic from browser > nodejs, but when nodejs makes an external call to another server it will not show up in fiddler.
I’ve tried the httpsys module for node (which produces errors, presumably because of express.js?), I’ve tried many other things including configuring winhttp proxy with netsh. Nothing works.
Any help is appreciated.
Unfortunately, that doesn’t work at all. I’ve tried everything including the link you provided, proxifiers, the nodejs tunnel module, the httpsys module, and everything else found in thousands of google results. None of it is working.
I’m a very long-time fiddler user, at least 10 years - I have an entire LCD monitor dedicated to fiddler. Fiddler is that important to me. I’m starting a new project with nodejs and it is proving incredibly troublesome getting nodejs working with fiddler. It’s turning into a nightmare.
Is anyone else out there able to view https server-to-server requests from nodjs in fiddler?