There are many Chrome extension to monitor HTTP requests from AJAX calls, but many would capture only the request and not the response. Even though Chrome DevTools has the network tab, it is hard to get a consolidated view of all the requests and also the filtering capability there is limited to the URI end points, but it is often required to search based on the request body or the API response. To Address this, we have developed a Chrome extension. The data displayed can also serve as a high-level documentation for your API I had fun creating this Chrome Extension, so I hope you enjoy using it. As always, for any feature requests or issues when using the extension, just let me know by emailing me parmesh20120@gmail.com.
You can Follow the below Step By Step procedure to install the API Trace Chrome Extension to your Chrome Web browser.
It is the API Trace Chrome extension download link you can download and install Chrome Browser.
This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process.
RESTMan is a browser extension to work on http requests.
Inspect HTTP request headers, cookies, data, response Headers, cookies and add/modify request headers before sending requests
Inspect API calls extension
Intercept Requests and add custom rules to modify request/response headers, block/redirect requests, modify query params.
Simple tool to monitor network calls across all windows and tabs of your browser.