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.
Lightweight CORS web development tool allows developers to modify Ajax responses Access-Control-Allow-Origin:*.
Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.
A Simple tool to help test WebSocket Service
Disable Content-Security-Policy for web application testing. When the icon is colored, CSP headers are disabled.
显式允许来自Origin的请求 / Modify cros option response into `Access-Control-Allow-Origin: origin-host`
This plugin allows you to send cross-domain requests. You can also override Request Origin and CORS headers.
Add cors headers to response header.
Redux DevTools for debugging application's state changes.
Easily add (Access-Control-Allow-Origin: *) rule to the response header.
No more CORS error by appending 'Access-Control-Allow-Origin: *' header to local and remote web requests when enabled