docs/content/2.proxy/0.introduction.md
mrjvs 042023dd11 Write a lot, like an actual lot. of documentation
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-12-12 21:44:28 +01:00

559 B

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 which supports building the proxy to work on multiple providers including Cloudflare Workers, AWS Lambda and more...

Our recommended provider is Cloudflare due to its generous free plan.