Localhost outgoing traffic is not captured

1 Answer 1808 Views
Fiddler Classic Windows
Ehsan
Top achievements
Rank 1
Iron
Ehsan asked on 29 May 2022, 09:20 PM | edited on 29 May 2022, 09:22 PM

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!

 

Nick Iliev
Telerik team
commented on 30 May 2022, 05:25 AM

Have you configured the Nodejs library to use the Fiddler proxy (example here)?
Ehsan
Top achievements
Rank 1
Iron
commented on 30 May 2022, 04:34 PM

Thank you so much for your answer. It has fixed my problem.

1 Answer, 1 is accepted

Sort by
0
Ehsan
Top achievements
Rank 1
Iron
answered on 30 May 2022, 04:35 PM
Tags
Fiddler Classic Windows
Asked by
Ehsan
Top achievements
Rank 1
Iron
Answers by
Ehsan
Top achievements
Rank 1
Iron
Share this question
or