Torben

Results 4 comments of Torben

I took a look at the rewe app which uses these two endpoints: https://mobile-api.rewe.de/api/v3/market/search?search="zipcode" for getting market ids in the area. https://mobile-clients-api.rewe.de/api/stationary-app-offers/"market-id" for getting all offers for a market. You...

@modelD-svg Was a bit messy. Basically I decompiled the apk with [jadx](https://github.com/skylot/jadx) and looked around in the code (with jadx-gui). Searching for "Request", "GET" and so on. Renaming a lot...

Added a python script that gets the key and certificate. But I haven't done extensive testing yet.

"ruleVersion": "2" gets me from a 400 response to a 404. And I think you need to set some specific market id, zipcode and service type. As well as some...