Using Context Path instead of Application URL

0
We have the following application url  https://test.etccapp.com/ configured on-premises server with Mendix runtime server. Can we use application url with context path to access our application ? Eg. https://test.etccapp.com/mycontext   I want to access the index.html through the context path.  https://test.etccapp.com/mycontext/index.html   Thanks and Regards, Ha    
asked
1 answers
0

If you are using a custom login page which expects a single object in a dataview, you could potentially add a page URL see https://docs.mendix.com/refguide/page-properties for more information. In this case you will need the object guid.

Another possibility is to use the deep link module with guest user access. 

answered