@mikespub/gcf-cors-proxy
v1.4.3
Published
Basic CORS Proxy via Google Cloud Functions
Downloads
5
Readme
Google Cloud Functions - Basic CORS Proxy
This cloud function provides a basic CORS proxy to a predefined HTTPS backend server.
See:
- Cloud Functions Hello World tutorial
- Cloud Functions CORS Proxy sample source code
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