Postman will be at Infobip Shift , the largest developer conference in Southeastern Europe
SEPTEMBER 18 - 19, 2023
ZADAR, CROATIA
Use discount codePOSTMAN25
for 25% off on ticket purchase to register here
Enjoy the Mediterranean sun, listen to the panel discussions on the hottest IT topics of the day, and expand your knowledge in workshops held by international tech experts. Don’t miss this technical talk by @jetison
Reverse engineering a web API
Sometimes web APIs are poorly documented or you need to gather data from a website that doesn’t provide an official public API. In this talk, I’ll show you how to reverse engineer a private web API. Learn how to record and inspect network calls more closely. Set up a web proxy to listen to a stream of network traffic and filter for specific API calls. Explore undocumented authentication methods and debug unexpected behavior. Once you understand what’s happening behind the scenes, you can incorporate those API calls into your own applications.