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

Miltiple Instance

3 Answers 87 Views
Extensions and Customization
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 05 Sep 2016, 12:26 PM

Hi,

 

Is it at all possible to run multiple instances of Fiddlercore for different ports?

 

Thanks

 

Steve

3 Answers, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 14 Sep 2016, 05:27 PM
Hello,

FiddlerCore is a library so it all depends on the app using it. FiddlerCore itself imposes no restrictions. If you can run multiple instances of the app using FiddlerCore then that should work.

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
0
Steve
Top achievements
Rank 1
answered on 14 Sep 2016, 07:00 PM

Thanks for your reply.

I am currently trying to run x instances of FiddlerCore within the same application but on different ports, something like this maybe:

                            For i as integer = 1 to 10
                                FiddlerApplication.Startup(i, Fiddler.FiddlerCoreStartupFlags.None, False, False)
                            Next

 

Am I on the right track? Is there any code I am missing out as I keep getting an error that FiddlerCore has already started.

Is there a way to start another instance of it?

 

Thanks in advance.

 

Steve

0
Tsviatko Yovtchev
Telerik team
answered on 22 Sep 2016, 04:50 PM
Hi,

I see now. Rather unfortunately what you are trying to do is not a supported scenario. You can't have multiple FiddlerCore proxies in the same application. 

As mentioned in my previous post you can have multiple apps setting a proxy via FiddlerCore. So you might want to start a new process for each port.

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
Extensions and Customization
Asked by
Steve
Top achievements
Rank 1
Answers by
Tsviatko Yovtchev
Telerik team
Steve
Top achievements
Rank 1
Share this question
or