An open API service indexing awesome lists of open source software.

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

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.