how to track network request in mobile app …I am working on mobile app,I want to check http request and response in android app using postman and in postman how to connect
android app to postman…
My mobile network ip , laptop ip both are different ip adress …
Postman can’t directly “attach” to your app, but you can route traffic through it using a proxy.
Put your phone and laptop on the same Wi-Fi, use Postman/Charles/Fiddler proxy, and set the proxy IP on your Android.Then you’ll be able to see the requests and responses your app is making.