simple-corsproxy

Proxy to access resources that lack the Access-Control-Allow-Origin * header

Usage no npm install needed!

<script type="module">
  import simpleCorsproxy from 'https://cdn.skypack.dev/simple-corsproxy';
</script>

README

simple-corsproxy

Proxy to access resources that lack the Access-Control-Allow-Origin * header

Deploy

Install

$ npm install simple-corsproxy -g

Usage

$ simple-corsproxy
=> Listening on port: 8080 # or environment variable PORT

Add the url to the proxy path, like:

http://localhost:8080/https://google.com

License

MIT