Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Is there any way to block the non domain calls using cloud armor on external load balancer?

Is there any way to block the non-domain calls using cloud armor on an external load balancer?
I have tried request.headers['host'].lower() != "mycompany.com' but still there are calls coming 

I am looking for something like

request.URL.lower() != 'mycompany.com'

2 1 862