Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfonsobries/simple-proxy
https://github.com/alfonsobries/simple-proxy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alfonsobries/simple-proxy
- Owner: alfonsobries
- License: mit
- Created: 2024-01-24T02:42:18.000Z (10 months ago)
- Default Branch: dev
- Last Pushed: 2024-01-24T02:43:35.000Z (10 months ago)
- Last Synced: 2024-05-22T23:24:10.241Z (6 months ago)
- Language: TypeScript
- Size: 212 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-proxy
Simple reverse proxy to bypass CORS, used by [movie-web](https://movie-web.app).
Read the docs at https://docs.movie-web.app/proxy/introduction---
### 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