sudo-proxy/README.md

16 lines
1.1 KiB
Markdown
Raw Normal View History

2023-09-09 03:59:05 +00:00
# CORS proxy
2022-12-26 20:27:42 +00:00
2023-09-09 03:59:05 +00:00
A CORS proxy used to bypass the CORS policy within the [movie-web](https://movie-web.app) app.
2023-09-06 21:34:21 +00:00
2023-09-09 03:59:05 +00:00
## Deployment
2023-09-06 21:34:21 +00:00
2023-09-09 03:59:05 +00:00
Because [Nitro](https://nitro.unjs.io/) 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](https://workers.cloudflare.com/) remain the recommended option because of their large IP range and generous free tier.
2023-09-06 21:34:21 +00:00
2023-09-09 03:59:05 +00:00
For more information on how to deploy this example to your provider of choice, please refer to the [Nitro documentation](https://nitro.unjs.io/docs/deployment).
2023-09-06 21:34:21 +00:00
2023-09-09 03:59:05 +00:00
[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/movie-web/simple-proxy)
2023-09-06 21:34:21 +00:00
2023-09-09 03:59:05 +00:00
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmovie-web%2Fsimple-proxy)
2023-09-06 21:34:21 +00:00
2023-09-09 03:59:05 +00:00
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/movie-web/simple-proxy)