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
- Host: GitHub
- URL: https://github.com/shinosaki/cors-proxy-worker
- Owner: shinosaki
- License: mit
- Created: 2023-10-28T02:20:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T10:52:13.000Z (over 2 years ago)
- Last Synced: 2025-02-06T05:43:37.095Z (over 1 year ago)
- Topics: cors-proxy
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)