multiple custom domains to a single Mendix App

0
I have an application on Mendix Cloud. It’s URL is https://example.mendixcloud.com Can I configure two custom domains in DNS to the same Mendix App? dom1.mycompany.com. IN CNAME dom1.mycompany.com.com.mendix.net. dom2.mycompany.com. IN CNAME dom2.mycompany.com.com.mendix.net. If yes – how can I get the host name of the http request ? so that I can offer different behavior based on request domain name.    
asked
1 answers
0

You can set separate domains up in the sprintr. Go to your application, to menu option Environments, to tab Custom domains. More info including the steps how to set it up: https://docs.mendix.com/developerportal/deploy/custom-domains

answered