This extension is meant to be used by web developers who need to test UI changes from their local machines against a remote API that doesnt allow localhost CORS requests. Make sure you understand how CORS works (https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) before enabling this extension. As a best practice, you should lock down the intercepted URL pattern to only the API you are actually trying to test.
You can Follow the below Step By Step procedure to install the Local-CORS Chrome Extension to your Chrome Web browser.
It is the Local-CORS Chrome extension download link you can download and install Chrome Browser.
This plugin allows you to send cross-domain requests. You can also override Request Origin and CORS headers.
A Simple tool to help test WebSocket Service
显式允许来自Origin的请求 / Modify cros option response into `Access-Control-Allow-Origin: origin-host`
Add cors headers to response header.
Disable Content-Security-Policy for web application testing. When the icon is colored, CSP headers are disabled.
Manages necessary CORS headers for usage with Jakcodex/Muledump.
Lightweight CORS web development tool allows developers to modify Ajax responses Access-Control-Allow-Origin:*.
No more CORS error by appending 'Access-Control-Allow-Origin: *' header to local and remote web requests when enabled
Easily add (Access-Control-Allow-Origin: *) rule to the response header.
Redux DevTools for debugging application's state changes.