Simple proxy for a cloudflare worker
Go to file
mrjvs 56e84a2a3a better error handling 2023-09-14 19:55:50 +02:00
.github/workflows Releases for all supported platforms 2023-09-14 19:40:47 +02:00
.vscode refactor: Bring back deleted changes 2023-09-09 23:00:56 -05:00
src better error handling 2023-09-14 19:55:50 +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 add CI stuff 2023-09-13 23:08:44 +02:00
README.md remove todos 2023-09-14 19:41:08 +02:00
nitro.config.ts fix linter + make proxy work + remove temp files + fix typescript types 2023-09-13 22:54:28 +02:00
package-lock.json add CI stuff 2023-09-13 23:08:44 +02:00
package.json cloudflare deploy button 2023-09-14 19:27:34 +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

README.md

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