This is a migrated thread and some comments may be shown as answers.

FiddlerCore listen to different address

1 Answer 97 Views
FiddlerCore
This is a migrated thread and some comments may be shown as answers.
JK Jon
Top achievements
Rank 1
JK Jon asked on 16 Feb 2017, 08:41 PM

Hi, 

I use fiddlercore C# dll frequently,

Is it possible to get FiddlerCore to listen to a unique localhost address? I know it normally listens to 127.0.0.1, but I want it to listen specifically to address 127.0.0.2 or 127.0.0.3 and NOT 127.0.0.1

How can I enter this information into the C# program code? 

Thanks

1 Answer, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 22 Feb 2017, 05:47 PM
Hi,

Well 127.0.0.1 is a shortcut for localhost and works fine if you run FiddlerCore on the same machine which traffic you want to monitor. Of course you can run FiddlerCore on a different machine and then you have to manually set the IP address of that different machine as the address of your proxy.

 So all you have to do is run FiddlerCore on a machine which IP address is 127.0.0.2. That might prove really hard to do, however. Wouldn't running FiddlerCore on a different port get the job done for you?

Regards,
Tsviatko Yovtchev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
FiddlerCore
Asked by
JK Jon
Top achievements
Rank 1
Answers by
Tsviatko Yovtchev
Telerik team
Share this question
or