ozanyurt / simple-proxy

Simple proxy for a cloudflare worker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-proxy

Simple reverse proxy to bypass CORS, used by movie-web. Read the docs at https://docs.movie-web.app/proxy


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

About

Simple proxy for a cloudflare worker

License:MIT License


Languages

Language:TypeScript 79.2%Language:JavaScript 16.6%Language:Dockerfile 4.2%