https://github.com/lslezak/cors-proxy
A trivial CORS proxy
https://github.com/lslezak/cors-proxy
Last synced: 10 months ago
JSON representation
A trivial CORS proxy
- Host: GitHub
- URL: https://github.com/lslezak/cors-proxy
- Owner: lslezak
- License: mit
- Created: 2025-07-28T12:40:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-28T12:52:47.000Z (11 months ago)
- Last Synced: 2025-07-28T14:43:39.141Z (11 months ago)
- Language: JavaScript
- Size: 123 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CORS Proxy
This is a trivial CORS proxy which can be deployed as a [Google Firebase](
https://console.firebase.google.com/) function.
It was inspired by [this](
https://medium.com/@kotharipujan123/how-i-cut-costs-for-cors-proxy-by-building-with-google-cloud-function-instead-of-using-a-paid-proxy-acc1995e373f)
and [this](
https://keepdeploying.com/how-to-create-a-cors-proxy-server-with-firebase-functions-f4be840026b5)
blog post article.
The main functionality is implemented in the [index.js](functions/index.js) file.