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

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -