Browser addons — Google Chrome extensions

API console extension

An extension to be used with Mulesoft’s API Console to make CORS requests in Chrome browser.
No need for additional proxy services and complicated setups. Install the extension and read response data on any website hosting the API console.

Recent changes:
– Added support for proxying OAuth token requests

Permissions:
– Access to your data in all websites – it is required to actually make a HTTP request to the API endpoint.

How it works?
The extension will inject very small portion of JavaScript code into every webpage you visit. The API console fires specific event before making a request. The JavaScript code will recognize this event and handle the request.
This will not affect other web pages you visit.