Hello everyone, I use the snapshot recording featu...
# help
p
Hello everyone, I use the snapshot recording feature of wiremock to record the traffic between my web browser (set wiremock as a proxy) and the application server when I play (to record) everything looked fine, the traffic goes to wiremock correctly , I can see the JSON content response of the API in web browser developer console correctly then when i stop record and let wiremock generate the mapping file for me , The response written in generated file seems to be unreadable, it seems to be encoding issue or something similar to encoding issue. Anyone has any ideas on how to fix this? appreciate all your help
I just found more info that it is because of brotli encoding (br) but not sure if we have a solution on this yet ? https://github.com/wiremock/wiremock/issues/1271