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

After use fiddlercore i can't use internet

4 Answers 115 Views
FiddlerCore
This is a migrated thread and some comments may be shown as answers.
zhang
Top achievements
Rank 1
zhang asked on 31 Aug 2017, 06:00 AM

I use fiddlercore in my wpf aplication,which used to capture http/https request.

I use startup() to start the api:

            FiddlerCoreStartupFlags oFCSF = FiddlerCoreStartupFlags.Default;
            int iPort = 8877;
            Fiddler.FiddlerApplication.Startup(iPort, oFCSF);

and at the end ,i use Shutdown() to stop it.

          if (null != oSecureEndpoint) oSecureEndpoint.Dispose();
            oAllSessions.Clear();
            Fiddler.FiddlerApplication.Shutdown();
            oAllSessions.Clear();
            Thread.Sleep(1000);

the result is that: I can capture http/https request,but after using it ,i can't use webbrowser to reach internet.

and this only appears when i use my application via VPN .

i found ProxyEnable in regedit ,it values 1 

I doubt depply that Fiddler.FiddlerApplication.Shutdown(); can't work out?

How can i do to resolve this problem?help!

Thanks!

4 Answers, 1 is accepted

Sort by
0
Simeon
Telerik team
answered on 05 Sep 2017, 05:42 PM
Hello,

Sorry for the late reply.

In order to reproduce the problem, I would need some more information. Could you please, provide me with the following details:
* the version of FiddlerCore you are using in your application;
* the Windows version and build number
* the VPN you use and its setup

Also, could you, please, elaborate some more on what kind of application you are using FiddlerCore with? That will help us better understand your licensing needs  since FiddlerCore comes under different licenses for public and internal use.

Regards,

Progress Telerik
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
jack
Top achievements
Rank 1
answered on 12 Sep 2017, 04:27 AM

Thanks for your response!

My version of Fiddlercore is 4,and my os is windows7 ,the VPN is customer's Exclusive account  for developers.

My app is based on wpf+c# ,the version is .net 3.5 .which was want to detect the internet statues by capture website content,and then we caculate the speeds of internet .

so,i am feel confused about this question,only one computer this situation occurs.

 

 

0
Simeon
Telerik team
answered on 14 Sep 2017, 04:09 PM
Hello,

Thanks for the provided information.

Could you please, point to me which of these three licenses on our webpage http://www.telerik.com/purchase/fiddlercore for FiddlerCore you are using? 

Last but not least, could you, please, tell me the entire version number of FiddlerCore - the major, the minor, the revision and the build numbers. You can check this information by right-clicking on the FiddlerCore4.dll file and then click on Properties. In the Properties window open the Details tab. There you would see the Product version which should look like this: 4.x.x.x

Regards,
Simeon
Progress Telerik
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
jack
Top achievements
Rank 1
answered on 15 Sep 2017, 01:39 AM

Thanks for your reply.

I hava checked your questions.I have used the Personal & Educational Use fiddercore,which is free.

And the entire version number of FiddlerCore is 4.5.1.0

Best wishes!

Tags
FiddlerCore
Asked by
zhang
Top achievements
Rank 1
Answers by
Simeon
Telerik team
jack
Top achievements
Rank 1
Share this question
or