Hi.
I have a C# application that uses FiddlerCore. When handling web (https) responses that have br (brotli) encoded content, calling utilDecodeResponse() on my session object does not decode the response using brotli.exe!
- Put brotli.exe into a Tools subfolder of my application.
- Ensured that the Environment.SpecialFolder.MyDocuments folder exists: in my case "D:\Users\iancl\Documents\FiddlerCore".
I can see that encoding is taking place because *.br files are being generated in my user documents folder (above) for recorded responses.
However, when it comes to the decoding of responses, as stated, the response body contents remain encoded (and unreadable) after each call to utilDecodeResponse().
Any help appreciated!
Thanks,
Ian C.