Telerik Forums
Fiddler Forum
1 answer
197 views

hi all,

 

hoping to understand why i cant seem to install Fiddlercap on the directory i want, it seems that using /D= its possible but i cant seem to get it working.

 

i tried without the /S option with /D=E:\apps\Fiddlercap and i always get the installer showing my desktop path.

Appreciate any help, thanks in advance!

Daniel

 

Nick Iliev
Telerik team
 answered on 08 Jun 2020
2 answers
562 views

Hi,

I want to automate the uninstall of Fiddler by using the "uninst.exe /S".

When we uninstall Fiddler double-clicking uninst.exe in UI mode we have the question asking if we would like to keep Fiddler's configuration.

How can I keep such configuration by the command line, without UI, with the /S switch?

 

Thank you,

Kind Regards,

Gustavo

Nick Iliev
Telerik team
 answered on 08 Jun 2020
3 answers
501 views

Hi

Is it possible to create FiddlerCoreStartupSettings to intercept requests for a specific host only? Or alternatively a specific program.exe?

I recognise there is a bypassHost options, but its not clear how to add multiple hostnames to that string?

Thanks

Methe

Nick Iliev
Telerik team
 answered on 08 Jun 2020
1 answer
203 views

Hi,

In the HTTPS tab in Fiddler, I have Fiddler set up to 'ignore server certificate errors' and have the following protocols listed: <client>;ssl2;ssl3;tls1.0;tls1.1;tls1.2

 

When looking at the inspector tab in Fiddler for www.skybet.com, any url related to login (launched when LogIn in the top bar is selected) fails with a 403 i.e. https://www.skybet.com/secure/identity/m/login/mskybet?urlconsumer=https://m.skybet.com&dl=1. 

The only setting in .Net that will return a response for such urls is ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11. Is there some other setting in Fiddler (or in CustomRules.cs) I should change to return a response from such urls?

Thanks!

 

 

 

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 04 Jun 2020
3 answers
1.0K+ views

Hi,

I try to capture my traffic from my App running on an android device (VPN necessary) using Fiddler on Windows 10. The App is using netstandard2.0. So I follow the instruction of this:

   https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/DecryptHTTPS

   https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigureForAndroid

   https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigureDotNETApp

 

It works all fine without using VPN. But when I activate VPN Fiddler doesn't capture anything of my android device. Any idea?

 

 

Nick Iliev
Telerik team
 answered on 03 Jun 2020
2 answers
3.4K+ views

Hello

Is it possible to save the captured data to one file named "output.txt" and keep overwriting that file for every subsequent write.

So I will always have just one file which will be over-written each time.

Below is my code which generates different files with different filenames.

 

    if (oSession.PathAndQuery.ToLower().Contains("iva/subscriptions"))
        {
            if(oSession.responseCode == 200)
            {
                var directory2 = "C:\\aos";
                var filename2 = oSession.oRequest.headers['SOAPAction'].ToString().Replace('"','') + "_" + Guid.NewGuid();
                var path2: String = System.IO.Path.Combine(directory2, filename2);

                //oSession.SaveRequestBody(path2 + "_request.txt");
                oSession.SaveResponseBody(path2 + "_response.txt");
               
            }
        }

 

Thank you

a
Top achievements
Rank 1
 answered on 02 Jun 2020
3 answers
1.4K+ views

Hello,

 

I'm trying to capture HTTPS traffic made by a command line application I run on the cmd terminal.

I'm using Windows 10, proxy is defined and I capture all communication done from browsers or other applications, but don't see anything when I run this app (which I know for a fact does HTTPS communication).

Am I missing something? Should I define the proxy differently? Please assist.

 

Best,

Segev.

Nick Iliev
Telerik team
 answered on 02 Jun 2020
4 answers
261 views

I download Fiddler from fiddler-everywhere-osx. But I found no trust root certificate button in HTTPS tab in Settings.

Then I manually trust the fiddler root cert in KeyChain, but still can't capture any traffic from Safari.

Any one can help on this problem?

Yong
Top achievements
Rank 1
 answered on 02 Jun 2020
2 answers
869 views

Hey,

In fiddler Option-Gateway, we can configure "Manual Proxy Configuration" which fiddler will redirect the traffict to,

I need to create an extension to specify different gateway proxy for different host name, could anyone give me any lead?

For instance, in the extension, If the request host is google.com, I will set Proxy as 192.168.0.1:8000,

if request host is yahoo.com, I will set set Proxy as 192.168.0.1:8001 ...

I can't find any api change the proxy, any help will be appreciated.

Best wishes,

Jessie

Jessie
Top achievements
Rank 1
 answered on 02 Jun 2020
10 answers
732 views

Hi all,
I tried to start app but every time nothing happens except short appearing a splash screen. Bellow detail from terminal:

====

17:18:06.659 › Initializing splash screen.
17:18:06.821 › Attempting to run server - 5 attempts left.
17:18:06.822 › Generating random port.
17:18:06.823 › Trying to start server at port [23393].
17:18:08.446 › Fetching .NET Core server status.
17:18:08.586 › Error occurred while fetching .NET Core server [23393] status. Error message: connect ECONNREFUSED 127.0.0.1:23393
17:18:08.586 › Attempting to run server - 4 attempts left.
17:18:08.587 › Generating random port.
17:18:08.587 › Trying to start server at port [65187].
17:18:09.161 › Fetching .NET Core server status.
17:18:09.284 › Error occurred while fetching .NET Core server [65187] status. Error message: connect ECONNREFUSED 127.0.0.1:65187
17:18:09.285 › Attempting to run server - 3 attempts left.
17:18:09.285 › Generating random port.
17:18:09.286 › Trying to start server at port [27060].
17:18:09.882 › Fetching .NET Core server status.
17:18:10.017 › Error occurred while fetching .NET Core server [27060] status. Error message: connect ECONNREFUSED 127.0.0.1:27060
17:18:10.017 › Attempting to run server - 2 attempts left.
17:18:10.018 › Generating random port.
17:18:10.018 › Trying to start server at port [2140].
17:18:10.622 › Fetching .NET Core server status.
17:18:10.764 › Error occurred while fetching .NET Core server [2140] status. Error message: connect ECONNREFUSED 127.0.0.1:2140
17:18:10.765 › Attempting to run server - 1 attempts left.
17:18:10.766 › Generating random port.
17:18:10.767 › Trying to start server at port [6535].
17:18:11.363 › Fetching .NET Core server status.
17:18:11.493 › Error occurred while fetching .NET Core server [6535] status. Error message: connect ECONNREFUSED 127.0.0.1:6535
17:18:11.493 › Attempting to run server - 0 attempts left.
17:18:11.494 › Maximum number of attempts reached - quitting application.
17:18:11.509 › Generating random port.
17:18:11.509 › Trying to start server at port [1608].

Nick Iliev
Telerik team
 answered on 01 Jun 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?