Hello,
I'm trying to capture the traffic from an app which is refusing to connect to local proxy (127.0.0.1, 192.168.X.X), but accepts other proxies.
My goal is to create a local virtual interface, with an IP such as 10.0.0.1, and I would like to set my proxy to this IP.
It would be convenient for me if I could tell Fiddler to set the local proxy to this IP and listen on this interface instead of the usual 127.0.0.1. Is it possible ? How ?
As an other option, I could use the setting "Allow remote computers to connect" and set the proxy settings manually, but Fiddlers doesn't let me do that on the same computer as it stops listening when I manually change proxy settings.
Any help would be much appreciated.
Indeed, with the "Allow remote computers to connect" you will need Fiddler to run on another machine, and then you could use the machine name to set the proxy (as described here: https://docs.telerik.com/fiddler/configure-fiddler/tasks/monitorremotemachine )