docker - Cross Origin Resource Sharing error on Google Cloud project -


i have website hosted in virtual machine on gcloud compute engine. have, through ssh of vm image, installed docker , set container listening requests on port (same ip website).

the problem requests made website docker container end causing cors error below. tried enabling cors through environment variables of docker container, didn't work.

no 'access-control-allow-origin' header present on requested resource.

any ideas on how solve issue?


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -