This is a migrated thread and some comments may be shown as answers.

Wanting to write custom rules for Fiddler...

1 Answer 1259 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Clio
Top achievements
Rank 1
Clio asked on 10 Nov 2020, 08:09 PM

Hello, first time poster. 

I work for a mobile games company, and in my previous job we used Fiddler and custom rules for creating quite extensive QA debugging tools. 

However, the company I now work for severely underutilized 3rd party tooling in their processes so i'd like to work on writing custom rules in Fiddler for my team to use. 

Here's the kicker- While I understand the fundamentals of how Fiddler and web debugging works I have no prior knowledge of writing code languages in any context. 

I'm hoping someone here will be able to provide advice on where I should start in order to understand how I can achieve what I want. 

Thank you!

 

1 Answer, 1 is accepted

Sort by
0
Nick Iliev
Telerik team
answered on 11 Nov 2020, 10:40 AM

Hello Clio Adams,

 

With Fiddler, you have multiple options to add additional debugging functionalities through the UI and programmatically while using FiddlerScript. For example, via the UI, you can create your own Auto Responder MATCH rules and ACTIONS. This is a built-in tool that will allow you to use regex, external files, or the predefined templates.

 

You could also create custom rules (Rules > Custom Rules) to extend the core Fiddler functionality while using FiddlerScript programmatically. If you want to deep dive into that possibility, then I would suggest going through the following links:

 

Creating Custom Rules KB article - https://docs.telerik.com/fiddler/Extend-Fiddler/AddRules

Understanding FiddlerScript - https://www.telerik.com/blogs/understanding-fiddlerscript

FiddlerScript Cookbook - https://www.fiddlerbook.com/fiddler/dev/scriptsamples.asp

 

Given that FiddlerScript is based on JScript.NET, it would be good to have some knowledge about JScript.NET.

 

 

Regards,
Nick Iliev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Fiddler Classic
Asked by
Clio
Top achievements
Rank 1
Answers by
Nick Iliev
Telerik team
Share this question
or