1.4.3 • Published 2 years ago

@mikespub/gcf-cors-proxy v1.4.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Google Cloud Functions - Basic CORS Proxy

This cloud function provides a basic CORS proxy to a predefined HTTPS backend server.

See:

Deploy and run the sample

See the Cloud Functions Hello World tutorial.

Deploy using the gcloud tool

See Deploying Cloud Functions using the gcloud tool from your filesystem or repository

$ gcloud functions deploy corsAgent --trigger-http --runtime nodejs16 --allow-unauthenticated