Hotspot - Location/Location ID

Hello,

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 tag:
radius - show the attribute identified with in text string form

Is this correct? If so, what’s the correct format?

"$(radius-WISPr-Location-ID)"

?

Thanks.

Any other advice on how to send back the location-id of the hotspot to the remote login site?

Variables
$(location-id)
$(location-name)
are available in all hotspot html pages. It was added in version 2.9.36.

Excellent! Thanks.