From 95f0026f5a85ea2ea94df3360eb34eee68a6dfc4 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Wed, 13 Sep 2023 22:58:05 +0200 Subject: [PATCH] update readme --- README.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4889e73..8bdc37b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,12 @@ -# CORS proxy +# simple-proxy -A CORS proxy used to bypass the CORS policy within the [movie-web](https://movie-web.app) app. +Simple reverse proxy to bypass CORS, used by [movie-web](https://movie-web.app). -## Deployment +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 -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. - -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). - -[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/movie-web/simple-proxy) - -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmovie-web%2Fsimple-proxy) - -[![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) +supported platforms: + - cloudflare workers + - nodejs