mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 08:03:28 +00:00
Port all documents to MDX
This commit is contained in:
11
pages/proxy/introduction.mdx
Normal file
11
pages/proxy/introduction.mdx
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: 'Introduction'
|
||||
---
|
||||
|
||||
# Introduction to the proxy
|
||||
|
||||
Our proxy is used to bypass CORS-protected URLs on the client side, allowing users to make requests to CORS protected endpoints without a backend server.
|
||||
|
||||
The proxy is made using [Nitro by UnJS](https://nitro.unjs.io/) which supports building the proxy to work on multiple providers including Cloudflare Workers, AWS Lambda and [more...](https://nitro.unjs.io/deploy)
|
||||
|
||||
Our recommended provider is Netlify due to its [generous free plan](https://www.netlify.com/pricing/#core-pricing-table).
|
Reference in New Issue
Block a user