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.
↧