Simple proxy for a cloudflare worker
Find a file
William Oldham 3678522e20
Merge pull request #15 from movie-web/dev
Simple proxy v2.0.0
2023-10-16 19:11:24 +01:00
.github/workflows update pnpm actions 2023-09-15 19:10:59 +02:00
.vscode refactor: Bring back deleted changes 2023-09-09 23:00:56 -05:00
src blacklist more headers 2023-10-16 20:03:57 +02:00
.dockerignore add CI stuff 2023-09-13 23:08:44 +02:00
.editorconfig Initial setup 2023-09-08 22:59:05 -05:00
.eslintignore Initiate repository 2023-09-06 16:34:21 -05:00
.eslintrc.js fix linter + make proxy work + remove temp files + fix typescript types 2023-09-13 22:54:28 +02:00
.gitignore Initiate repository 2023-09-06 16:34:21 -05:00
.prettierrc.js refactor: Bring back deleted changes 2023-09-09 23:00:56 -05:00
Dockerfile switch to pnpm and add import aliasing 2023-09-14 20:19:07 +02:00
nitro.config.ts switch to pnpm and add import aliasing 2023-09-14 20:19:07 +02:00
package.json switch to pnpm and add import aliasing 2023-09-14 20:19:07 +02:00
pnpm-lock.yaml switch to pnpm and add import aliasing 2023-09-14 20:19:07 +02:00
README.md fix deploy button 2023-09-14 20:01:04 +02:00
tsconfig.json fix linter + make proxy work + remove temp files + fix typescript types 2023-09-13 22:54:28 +02:00
wrangler.toml refactor: Bring back deleted changes 2023-09-09 23:00:56 -05:00

simple-proxy

Simple reverse proxy to bypass CORS, used by movie-web.

Deploy to Cloudflare Workers


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

supported platforms:

  • cloudflare workers
  • AWS lambda
  • nodejs