We need to access an external site from an Aurena lobby element, adding variables to the URL-path (not as parameters).
Ex. https://externalsite.com/page/sessionguid/ABCDEF0123456789/
The external site does not support the more traditional syntax:
https://externalsite.com/page?sessionguid=ABCDEF0123456789
We have tested by adding the following to the Aurena Lobby Element (Web Access URL Address field):
https://externalsite.com/page/sessionguid/$dsessionguid]/ but the link is output as is, including brackets, dollar sign and variable name.
Any solutions?