Hi, I’ve heard about Cloudflare for SaaS, but I am still confused about how it works.
I have a SaaS app, let’s say “myapp.com”. In this app, each user can create a page under their name on a subdomain, for example, “customer1.myapp.com”.
I want the users to set their custom domain pointing to their page on my SaaS subdomain, and display their content, like this:
customdomain.com → customer1.myapp.com
I don’t want this to be a redirect, but I want it to work like an A record.
How can I do this with Cloudflare service? Is there a documentation or articles that similar to this issue?