CORS dev tool allows you to customize the rules to the HTTP response header. You can add the Access-Control-Allow-Origin:http://localhost:3000
rule to the response header to allow CORS to be developed locally. Avoid cross-domain request interception by the browser.
After installing the plugin, click the icon in the upper right corner to enable "cross-source resource sharing".
After installing the plugin, click the icon in the upper right corner and click "Customize" to enter the configuration page.
- The "HTTP Response Header" page allows you to add custom
Access-Control-*
header information to the HTTP response header - "Url Mode" page allows you to customize the website for applying rules
download and run $ npm install
Open browser development mode, load the extension directory
[Anti-996 License] (LICENSE)