docs/content/2.proxy/0.introduction.md

12 lines
561 B
Markdown
Raw Normal View History

2023-12-12 18:36:07 +00:00
---
title: 'Introduction'
---
2023-12-31 14:39:55 +00:00
2023-12-12 18:25:35 +00:00
# Introduction to the proxy
2023-12-31 14:39:55 +00:00
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.
2023-12-12 18:25:35 +00:00
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 Cloudflare due to its [generous free plan](https://www.cloudflare.com/en-gb/plans/developer-platform/).