I run a whitelabeled ecommerce app on GAE with hundreds of domains. It is
possible. It is a significant PITA.

We get away with it because we have a high-touch onboarding process.
There’s no easy way for this to become self-service. Your best bet would be
to build a proxy, but make sure you don’t run afoul of Google’s automated
fraud defenses; if your proxy gets blocked due to one bad actor, it will
take down the experience for everyone.

One thing you should be aware of: always verify all domains from a single
google *user* account. For some strange reason, verification is tied to a
user account and not the project. The custom domains screen will be very
confusing if you use multiple accounts.

Jeff

On Fri, Jun 24, 2016 at 8:30 AM, Gitted <[email protected]> wrote:

> Hello,
>
> How are you suppose to use app engine when it doesn't support custom
> domains?
>
> For example, say I build a CMS SaaS product where my customers (thousands
> and thousands of them) will want to use their own custom domain which will
> point to my backend service.
>
> In order for this to work, App Engine has to have an Domain API so I can
> tell app engine to allow this domain to connect to my service.
>
> Example:
>    www.customer1.com will create an A-record to point to my service which
> is hosted on app-engine.
>
> There will be tens of thousands of these domains since this is a SaaS
> application.
>
>
> This is currently not possible correct?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/bf7022a2-70be-4e89-b50d-b17e8117eb2f%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/bf7022a2-70be-4e89-b50d-b17e8117eb2f%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CADK-0uiefR-_p-prVVE47C-9TFZ3-MMafT0EdpeP6gnr4OHUBQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to