I have an app engine instance running with *.mydomain.com
as whitelisted domain.
Each user of my site has a subdomain e.g. foo.mydomain.com
or bar.mydomain.com
. (I have done this by pointing a CNAME
record to ghs.googlehosted.com.
I want my users to be able to host my page on their domains e.g. hello.foo.com
pointing to foo.mydomain.com
.
Is this possible with GAE due to the whitelist domains and if not is this possible in google-cloud in general?