Postman – Interceptor Chrome Extension
Postman has an alternate to fiddler to capture and replay the HTTP requests sent by browser. It is called Postman Interceptor. There is a number of steps you need to follow in order to get request interception. You can start with Postman and enable interceptor from the header. If Interceptor is not installed, it would direct you to Chrome Store where it can be installed from.
This would launch chrome store with the plugin loaded. You can install the plugin from here:
Just make sure that you still have the interceptor enabled from Postman. Yes, this installs a chrome plugin, and you can enable / disable the recording right from the browser.
As it is enabled, the requests are displayed in the Postman. Here you can evaluate the request details.