I have a Debian VM instance that is working fine. It is a web server, thus I reserved a static IP which I am using to expose my services. I also did the necessary configuration in the firewall to allow inbound connections for some ports (80, 8080, 5432).
Today I open a terminal and issued the command : curl "https://www.ubereats.com" and got the return
Javascript disabled
Javascript is needed to run Uber Eats. You can try enabling it or visiting the website with a browser that supports Javascript.
It seems that GCP IP's are blacklisted or my outbound connections are not using my static IP and instead using a pool of dynamic IP's which in turn some external services do not accept.
Can someone point me to the correct direction? Do I have to do any other configuration?