FiddlerApplication.Shutdown Problem (Proxy is not responding)

2 Answers 197 Views
Fiddler Classic FiddlerCore Windows
Dream
Top achievements
Rank 1
Iron
Dream asked on 18 Jul 2021, 11:31 PM | edited on 18 Jul 2021, 11:32 PM

I am working on fiddler core with C#. But FiddlerApplication.Shutdown(); I don't think your command works. FiddlerApplication.Shutdown(); After the application, the internet access of the current computer is turned off. When the fiddler core application is closed, as in the picture I shared, internet access is cut off when the fiddlerapplication.shutdown command is applied.

How can I solve this problem?

 

For example, we cannot access any websites or internet when the internet is disconnect ;

 

Note: This problem happens when I close and open the program 3 or 5 times.

2 Answers, 1 is accepted

Sort by
0
Dream
Top achievements
Rank 1
Iron
answered on 18 Jul 2021, 11:32 PM
Note: This problem happens when I close and open the program 3 or 5 times.
0
Lini
Telerik team
answered on 21 Jul 2021, 07:54 AM

Hello,

The problem you is caused by improper shutdown of the Fiddler application. Your proxy settings are still set to point to Fiddler, but the app is no longer running so other applications trying to use the internet will not work because they cannot reach the proxy. To fix this open the proxy settings page in windows and disable the proxy manually (see attached screenshot). You also need to make sure that when you stop the application, FiddlerApplication.Shutdown();  is always called. This call stops the proxy and updates the system settings. If you stop the app before it is called (e.g. with Shift-F5 while debugging, or with the X button on the app window) the proxy settings will not be updated.

 

Regards,
Lini
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Fiddler Classic FiddlerCore Windows
Asked by
Dream
Top achievements
Rank 1
Iron
Answers by
Dream
Top achievements
Rank 1
Iron
Lini
Telerik team
Share this question
or