Telerik Forums
Fiddler Forum
5 answers
2.7K+ 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
135 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
761 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
256 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
427 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
182 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
1 answer
253 views

I use fiddler can capture most of the traffic , such as:

https://freetestdata.com/wp-content/uploads/2022/02/Free_Test_Data_7MB_MP4.mp4

in the console of the chrome, I can see the media size , and can capture it in fiddler;

but I can't capture the video in web.telegram.org/z/ or  web.telegram.org/k/ , in the console of chrome it shows serviceworker and I can't see the size of the media; The video can play , why can't capture it? How does the video stream send request and come back from the site?

Can I capture the video in telegram ? or save the video stream?

Nick Iliev
Telerik team
 answered on 16 Jan 2023
2 answers
282 views

Hello,

where can I find all the possible prefs for Fiddler? I found a lot in a random ebook, but is there a documentation or source code where a list of all of them can be found? E.g. I know there's fiddler.config.path.captures, but is there one for the  CustomRules.js or just the whole Documents folder in general?

Regards

Przemek
Top achievements
Rank 1
Iron
 updated answer on 13 Jan 2023
16 answers
3.6K+ views
Any plans to add HTTP/2 support to Fiddler?
Nick Iliev
Telerik team
 answered on 12 Jan 2023
1 answer
455 views

Hello,

I am using Fiddler Everywhere and would like to do automated testing. 

I found this on your blog:  https://www.telerik.com/blogs/api-testing-with-telerik-fiddler#disqus_thread 

 However, I do not have the "API Test" tab.  I would appreciate any help you can give me. 

 

Thank you

Nick Iliev
Telerik team
 answered on 11 Jan 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?