An open API service indexing awesome lists of open source software.

https://github.com/shinosaki/cors-proxy-worker

Simple CORS Proxy
https://github.com/shinosaki/cors-proxy-worker

cors-proxy

Last synced: about 1 year ago
JSON representation

Simple CORS Proxy

Awesome Lists containing this project

README

          

# cors-proxy-worker
Simple CORS Proxy.

## How to Use
```bash
$ TARGET_URL=https://example.com
$ curl -s https:///$TARGET_URL
```

## Deploy
```bash
$ wrangler deploy --minify ./index.js
```

## Author
[shinosaki](https://shinosaki.com/)

## LICENSE
[MIT](./LICENSE)