https://github.com/itskavin/simple-proxy
https://github.com/itskavin/simple-proxy
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itskavin/simple-proxy
- Owner: itskavin
- License: mit
- Created: 2025-05-04T17:46:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-12T15:02:01.000Z (about 1 year ago)
- Last Synced: 2025-07-21T17:16:38.261Z (11 months ago)
- Language: TypeScript
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-proxy
Simple reverse proxy to bypass CORS
---
### features:
- Deployable on many platforms - thanks to nitro
- header rewrites - read and write protected headers
- bypass CORS - always allows browser to send requests through it
- secure it with turnstile - prevent bots from using your proxy
> [!WARNING]
> Turnstile integration only works properly with cloudflare workers as platform
### supported platforms:
- cloudflare workers
- AWS lambda
- nodejs
- netlify edge functions