Remix.run Logo
kyleblarson 2 days ago

The combination of Charles + Postman is great for reverse engineering mobile API's. Inspect traffic w/ Charles, export request to cUrl, import cUrl into Postman, play around with request headers / params / etc, export to py, use Cursor to create reusable library.

oxedom 2 days ago | parent [-]

Out of curiosity, what would the setup for reverse enginering a iOS/Android app look like using Charles Proxy?