.net - Includes and persistent storage in CustomRules.js of Fiddler -
I am using the filer for a few days, extending CustomRules.js with my own logic. However, the file is getting very heavy (it's heavy at the very beginning). I am not very familiar with .NET or JScript, but I want to be able to split CustomRules.js into several smaller files, which I can include in CustomRules.js. Is this possible?
I also need some kind of continuous storage in the requests. Is there any easier way to store values in CustomRules.js for later use in requests?
Enter the method to split any direct rules into other files (I could possibly add one Should think about what you can do. Compile the NET libraries and call them with the script file, as described here:
I would be interested to know more about your rules, because a large rule file suggests that I Can I bake more useful functionality straight into Fildler?
"Continuous storage on all requests" - What kind of storage? If you add JavaScript Global Variables to Fiddler script, then it will be placed on all requests - it is essential that most of the rules menu options work, for example, if you mean "Fiddler" instead of "All Requests" In Startup / Shutdowns ", you have to type the code to store values in a file or registry.
Comments
Post a Comment