Fiddler should decode response encoded with br (Brotli) so that I would be able to read them.
Actual behaviour:
Fiddler displays the raw encoded response which a human cannot read.
Workaround:
I can edit the request and remove 'br' from 'Accept-Encoding' header and send it again. Given it's possible to make the same request twice and the server handles other encodings, it may work.
It would be even better if I could automatically do that using a rule.
Adrien.pierre.horgnies
The encoding br is not supported.
Desired behaviour:
Fiddler should decode response encoded with br (Brotli) so that I would be able to read them.
Actual behaviour:
Fiddler displays the raw encoded response which a human cannot read.
Workaround: