Is it possible to host a Mendix Application on your own URL?

2
A customer of us would like to publish a webservice to their dealers. Currently the URL is constructed as CompanyX.mendixcloud.com. If i then construct a REST call it would look something like CompanyX.Mendixcloud.com/GetStock/?SKU=1234. They would like this URL to be more along the lines of: Webservice.CompanyX.com/GetStock/?SKU=1234 or DealerPortal.CompanyX.com/GetSTock/?SKU=1234 Is something like this possible? Or would we have to form some kind of redirects on these URL's such that they call the actual Mendix webservice in the background?
asked
2 answers
2

If you provide certificate and you register a domain then you are able request additional url's.

answered
2

You can request a Certificate Signing Request through the Mendix support portal. HTTPS is mandatory.

answered