Telerik Forums
Fiddler Forum
1 answer
200 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
928 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
349 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
535 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
314 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
329 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
368 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.9K+ views
Any plans to add HTTP/2 support to Fiddler?
Nick Iliev
Telerik team
 answered on 12 Jan 2023
1 answer
544 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
1 answer
791 views
Is there any way possible to get your Public IP address within Fiddler Scripts (ScriptEditor in Customize Rules)? I attempted to use certain methods that you could do using C# (translated to Script language). I also thought that maybe It was possible to execute another script file (like powershell file) that could return a value within Fiddler Scripts... but so far could not find any way of retrieving public IP
Nick Iliev
Telerik team
 answered on 11 Jan 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?