Hi,
I have run a Nodejs application on localhost, which receives requests from an external DNS and do some actions as a result. In order to be able to capture the incoming traffic from the Internet to my localhost server, I have set a reverse proxy using Fiddler classic docs, which works fine and I can see any request that is going to my server. However, inside my application, there are some API calls, which are not local and they are accessible through the Internet. The problem is that Fiddler doesn't capture any outgoing traffic from my app to the Internet. All of those API calls work fine and are successful. I have checked whole the Internet and unfortunately couldn't find any useful solution. I have also added some screenshots from important configs of Fiddler. I also run my server on 127.0.0.1:3000. I hope you can address my problem. Thanks!