Simple proxy for a cloudflare worker
Go to file
mrjvs 5a070b4a15 fix linter + make proxy work + remove temp files + fix typescript types 2023-09-13 22:54:28 +02:00
.vscode refactor: Bring back deleted changes 2023-09-09 23:00:56 -05:00
src fix linter + make proxy work + remove temp files + fix typescript types 2023-09-13 22:54:28 +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
README.md Initial setup 2023-09-08 22:59:05 -05: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 fix linter + make proxy work + remove temp files + fix typescript types 2023-09-13 22:54:28 +02:00
package.json fix linter + make proxy work + remove temp files + fix typescript types 2023-09-13 22:54:28 +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

CORS proxy

A CORS proxy used to bypass the CORS policy within the movie-web app.

Deployment

Because Nitro allows users to servers on multiple runtimes, we have provided a few buttons to help you deploy this example to your favorite provider. However, Cloudflare workers remain the recommended option because of their large IP range and generous free tier.

For more information on how to deploy this example to your provider of choice, please refer to the Nitro documentation.

Deploy to Cloudflare Workers

Deploy with Vercel

Deploy to Netlify