Your firewall is incompatible with the load balancer
To use the HTTPS load balancer, add the following firewall rule to allow traffic from the load balancer to the backend service wp-backend-service.
Source IP range
Allowed protocols and ports
tcp:80
I have created a Compute Engine - VM and have several website installed.
Also I have created Network services - Load balancing
- Backend configuration : Created Backend services and join the instance group with sames VM abvoe.
- Created Cloud CDN and config SSL certificate also done.
When I visit the website, the following CORS issue occured
I have read Cross-origin resource sharing (CORS), but not really sure how to config. My storage is in VM engine.
Anyone have idea?