How to modify a responsebody compressed with an unsupported algorithm with fiddler -
i want modify responsebody. however, data compressed brotli, fiddler not support. want set response breakpoint. when fiddler break on response. decompress data tool, modify , compress modified data. copy modified data fiddlerscript , save fiddlerscript.
but find response breakpoint breaks after response arrived. when resave fiddlerscript, script won't work on breaked response.
how can modify responsebody compressed unsupported algorithm?
you can install compressibility add on http://www.telerik.com/fiddler/add-ons. adds brotly support fiddler @ present.
Comments
Post a Comment