sudo-proxy/README.md

18 lines
461 B
Markdown
Raw Normal View History

2023-09-13 20:58:05 +00:00
# simple-proxy
2022-12-26 20:27:42 +00:00
2023-09-13 20:58:05 +00:00
Simple reverse proxy to bypass CORS, used by [movie-web](https://movie-web.app).
2023-09-06 21:34:21 +00:00
2023-09-13 20:58:05 +00:00
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
2023-09-06 21:34:21 +00:00
2023-09-13 20:58:05 +00:00
supported platforms:
- cloudflare workers
- nodejs
2023-09-13 21:08:44 +00:00
## Todos:
- [ ] release with multi platform
- [ ] Easy deploy to cloudflare button (just needs CI)
- [ ] Test on cloudflare