Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

ncronquist/local-cors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local-CORS

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.

Installation

From the Chrome App Store:

Chrome extension: https://chrome.google.com/webstore/detail/local-cors/bhachhlaofmplbfnefenmlnflolelkff

Thanks!

Thank you to Vitvad for the original repo, Access-Control-Allow-Origin that this code was forked from.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.4%
  • HTML 23.8%
  • CSS 7.8%