CoreLibs icon indicating copy to clipboard operation
CoreLibs copied to clipboard

How to process with base64 encoded JSON data?

Open cxplay opened this issue 2 years ago • 2 comments

I'm analyzing an Android app and noticed that its server returns a base64-encoded JSON response to it. Is there a way to handle this encoded JSON data via AdGuard? I was using jsonprune to process regular JSON, and now the situation seems to be getting more complicated.

cxplay avatar Oct 11 '23 17:10 cxplay

I actually don't think there's any option to do that at the moment.

ameshkov avatar Oct 12 '23 18:10 ameshkov

I actually don't think there's any option to do that at the moment.

Indeed. I think if AdGuard had modifier rules that could pre-decode the response body in some kind of encoding it might be possible to solve this problem.

cxplay avatar Oct 12 '23 20:10 cxplay