Over the last few years we have seen the focus move drastically from desktop devices to mobile devices. With reports suggesting that 70 percent of all the web traffic is coming from mobile devices, the need to understand the requests from a mobile device and perceive what is happening behind the scenes while performing operations is of utmost importance to developers.
At Postman, we believe in making lives simpler for developers. Keeping that in mind, Postman is designed to help you inspect the web traffic originating from your mobile device. In this segment, we’ll see how you can do this using a proxy server. All we need is a computer (Windows/Mac), a mobile device (iOS/Android) and Postman.
Simply put, a proxy server is a gateway between the client and the server. In our case, we will use the mobile device as a client, and make the computer act as a proxy between the client and the server. The flow is setup in a way that the internet traffic passes through the proxy server while attempting to reach the web address you requested.
You should have everything working!
Open a browser on the mobile device or any app and keep an eye on the Postman app. I entered www.mit.edu in my Chrome for Android browser. As the browser started contacting the server, all of the calls start appearing in the Postman sidebar.