Endpoint Analysis
Reverse Engineering
Proxy
Create a new Postman collection and enable proxy (postman interceptor extension).

Browse through the site, manually discard the non-API endpoints, and then save the remaining requests under the desired collection.

Mitmweb
Launch mitmiweb, proxy traffic to 8080, and use the web application as intented.
From mitiweb's interface (8081) save the file.
Using APIs and Excessive Data Exposure

Last updated