By   May 27, 2017

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.

interceptor

interceptor

This would launch chrome store with the plugin loaded. You can install the plugin from here:

install_chrome

install_chrome

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.

enable interception in chrome

enable interception in chrome

As it is enabled, the requests are displayed in the Postman. Here you can evaluate the request details.

postman capture

postman capture