Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi,
How to get the current mashup url at runtime? I tried adding location.href in an expression widget but it gives about:blank. Is there a way to get the whole thingworx url dynamically at runtime in a mashup or is there a way to get the current mashup name at runtime?
The following should work: location.hostname, location.port, location.host, location.protocol
location.href would not work from what I remember.
Thanks. I am able to get the host and port. Is there a way to get the mashup name as well or to get the complete url including mashup name?