Hacker News new | ask | show | jobs
by kyleblarson 178 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.
1 comments

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