Local-CORS

#1.17 / 6 rate

Local-CORS

2,000 users

2019-08-06

Of cors

Extension Information

5 star
0%
4 star
0%
3 star
0%
2 star
25%
1 star
75%

Supported Languages

Permissions

Description

Allows CORS requests from your localhost to any API by setting 'Access-Control-Allow-Origin: *' header

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 doesn't 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.