Is it possible to modify the entire URL to access the application with our custom URL like "http://azurevm/OrgName"?
Actually we don't want to have "Thingworx" mentioned in the application URL.
Thanks in advance.
Hello @ranjank ,
For the form login page you might be able to replace its URL by using a reverse proxy or configuring URL rewriting in Tomcat, but once the user logs in, ThingWorx will redirect him to the /Thingworx/...., so you won't be able to hide "/Thingworx" for logged in users.
Here's a similar question: https://community.ptc.com/t5/ThingWorx-Developers/How-to-set-up-a-reverse-proxy-with-organization-structure/m-p/510451
You can also hide "/Thingworx" for selected REST services using the same approach: https://community.ptc.com/t5/ThingWorx-Developers/URL-Masking-for-ThingWorx-REST-Service/m-p/518053
...but not for mashups.
Regards,
Constantine