Simple proxy for a cloudflare worker
Go to file
Isra 883078fdbc Initial setup 2023-09-08 22:59:05 -05:00
.github/workflows Initial setup 2023-09-08 22:59:05 -05:00
routes Initial setup 2023-09-08 22:59:05 -05: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 Initial setup 2023-09-08 22:59:05 -05:00
.gitignore Initiate repository 2023-09-06 16:34:21 -05:00
.prettierrc.js Initial setup 2023-09-08 22:59:05 -05:00
README.md Initial setup 2023-09-08 22:59:05 -05:00
nitro.config.ts Initial setup 2023-09-08 22:59:05 -05:00
package-lock.json Initial setup 2023-09-08 22:59:05 -05:00
package.json Initial setup 2023-09-08 22:59:05 -05:00
tsconfig.json Initial setup 2023-09-08 22:59:05 -05:00
wrangler.toml Initial setup 2023-09-08 22:59:05 -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