How to change a URL in locally or Mendix cloud without license?

0
Hi Experts, Can any one please tell me that how change the default URL (Example: http://localhost:8081/index.html?profile=Responsive ) into a Custom URL(Example: http://localhost:8081/UserName/) without any license in locally or cloud? NOTE: UserName in the sense logged user’s Name.     Thanks in Advance!
asked
3 answers
1

Think you need this one: https://appstore.home.mendix.com/link/app/65083/

answered
0

Are you looking for something like this? https://docs.mendix.com/appstore/modules/deep-link 

answered
0

Few pointers

- Mendix is a single page application. 

- Even if you try to achieve this, please understand you need to change the entire application page redirection to work with deep link or other modules referred above. Because you must maintain the URL for the entire session.

- I am thinking out loud about use case where would you need such thing in a single page application and what you want to do with that URL. And probably any logic you have to do inside the application, you must restrict it with the current logged in User which you have to do with Access rules any way. 

answered