Referring to the Location ID and Location Name RADIUS values in the Hotspot Server Profiles.
Are these values available as a var in the hotspot login page?
I want the location passed back to the backend server, and it would be better if I could avoid statically setting this in the login redirect page (means I can use one page for all hotspot instances on the one MT).
I'm guessing it can be done using the Radius<id> tag:
radius<id> - show the attribute identified with <id> in text string form
Is this correct? If so, what's the correct format?
Code: Select all
"$(radius-WISPr-Location-ID)"
Thanks.