Telerik Forums
Fiddler Forum
1 answer
103 views

 

Hello,

There seems to be a UI bug (running the latest version of FiddlerEverywhere) where it always says (Paused) no matter it's in on or off:

Mac OS version 10.15.7

Nick Iliev
Telerik team
 answered on 16 Feb 2023
1 answer
1.7K+ views
I am following the below documentation in order to view the traffic from an Android device. However, my traffic is not being captured in Fiddler and when I have the manual proxy settings enabled then my device appears to block any traffic. Could you help please? Are there any other instructions that I can follow?

https://docs.telerik.com/fiddler/configure-fiddler/tasks/configureforandroid#configure-android-device

Thanks. 
Nick Iliev
Telerik team
 answered on 15 Feb 2023
1 answer
121 views

Hi i'm using fiddler classic to analize performace of a client/server application (client winform and server on Azure .Net 4.8).

Comparing fiddler trace on 2 different PC (home pc and work pc) i notice a very long delay beetween GotRequestHeaders and ClientDoneRequest on work pc.

For example:

Home PC (equal time):

GotRequestHeaders 21:39:55.294
ClientDoneRequest 21:39:55.294

 

Work PC (0.4 difference):

GotRequestHeaders:    12:46:54.730
ClientDoneRequest:    12:46:55.109

 

Do you have any idea what could be causing this problem?
Could be an antivirus/Firewall/some software?

 

Thanks

 

Nick Iliev
Telerik team
 answered on 08 Feb 2023
1 answer
734 views
I'm trying to set up environment where I can display HTTP/HTTPS traffic coming from/to the android device on my Windows 10 machine. I followed this manual for Fiddler Everywhere https://docs.telerik.com/fiddler-everywhere/traffic/configure-android However I can't seem to be able to access the Proxy from my phone.

Root certificate has been installed/trusted.

I enabled the proxy in "Settings"

Live Traffic is enabled and shows all requests for that Win10 machine.

IP address of the wireless interface of the Windows device is 192.168.8.110

I'm using Samsung S21 with Android 13.
I then set up this IP and 8866 port as proxy for my WiFi connection on the Android phone and navigated to ipv4.fiddler:8866 But it constantly responds with ERR_TIMED_OUT and keeps reloading. Also nothing from the mobile device is visible in Fiddler Live Traffic on Windows machine. I wasn't able to find a related topic on the forum. Any help would be greatly appreciated.


Nick Iliev
Telerik team
 answered on 07 Feb 2023
5 answers
2.6K+ views

 

Great, I installed the fiddler update. Now I can no longer decrypt https client traffic while debugging.... 

"The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel"

 

 I had the fiddler cert trusted before and didn't get a prompt to trust it when enabling https decryption.

 

So I uninstalled Fiddler and removed the certs.  Then reinstalled and I get the prompt but my apps are still faiing....

The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel

 

  

 

 

deadlydog-DanSchroeder
Top achievements
Rank 1
Iron
 answered on 03 Feb 2023
1 answer
126 views

HI team.

we are using Fiddler core and wanted to have a small UI for it. wanted to check if Fiddler Core works with MAUI for mac and if there is some documentation. currently we are able to run it is net 6 but not in MAUI

also if there is any other technology that can be used apart from MAUI then it would also help

 

Thanks

Chetan

Adobe

Nick Iliev
Telerik team
 answered on 02 Feb 2023
2 answers
705 views
I searched the web and found the .NET 'File.Open' instruction, but I have not been able to successfully use it in my script.

I am looking for something like this...

var content = File.Open('path/filename.txt');

This code is just an example, it does not work.

Thank you!

Alex
Alex
Top achievements
Rank 1
Iron
Iron
 answered on 24 Jan 2023
1 answer
237 views

Hi everyone ! Can please somebody help me with a fiddler - script , to compile me a fiddler script from zero to replace 2 Json values on a website before-request ! i tryed with this : 

 

  static function OnBeforeRequest(oSession: Session)

 if(oSession.HostnameIs("mywebsite") && oSession.HTTPMethodIs("POST") && oSession.uriContains("/some.web/data/Entry/Validate"))           
    
        {  
  oSession.utilDecodeResponse();  
  var body = oSession.GetResponseBodyAsString();



 try {
                var dataJson = Fiddler.WebFormats.JSON.JsonDecode(body).JSONObject;
            
            
                var Co = (null);   // HERE I MUST REPLACE WITH (null)
                var Cap = MY-VALUE-HERE-LETTERS-AND-NUMBERS;  //EXAMPLE: FATH45786544565342U7  
            
                dataJson["Dispo"]["{}"]["Ben"]["Co"] = Co;
                dataJson["Dispo"]["{}"]["Ben"]["Cap"] = Cap;
          
            }
            catch(e) {
                FiddlerObject.log(e);
            }
        
                    
            body = Fiddler.WebFormats.JSON.JsonEncode(dataJson);       
          

}


///// i want to place the code in fiddler-script JS ////  please help me with a solution ! i am also ready to pay in btc for who want to help me ! thank you in advice !

Nick Iliev
Telerik team
 answered on 23 Jan 2023
2 answers
402 views
I am using the following code to serve a local HTML file when the URL of a web request contains a certain keyword.

if (oSession.uriContains("keyword")) {
  oSession["x-replywithfile"] = "D:/content.html";
}

Instead of a local file, is it possible for Fiddler to reply with a web page hosted on a remote server? Something like this...

if (oSession.uriContains("keyword")) {
  oSession["x-replywithfile"] = "https://www.domain.com/content.html";
}

Thank you!

Alex
Alex
Top achievements
Rank 1
Iron
Iron
 answered on 20 Jan 2023
1 answer
164 views

The live traffic pane is showing a spinning animation as if it is loading something. It keeps going like this in a loop.

Please see attached image.

Nick Iliev
Telerik team
 answered on 16 Jan 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?