Working with RADIUS attributes
Public access interface ASP functions and variables
15-81
// When done
header($targetURL);
The target URL is built using the NAS IP and username and password. The form name is hard-
coded.
Page URLs
GetFailRetryUrl()
This feature has been deprecated.
Returns the URL of the next internal page to display as follows:
Returns the Fail page URL if a login or logout request is currently pending.
Returns the Transport page URL if the user is already logged in.
This function is designed to be used in conjunction with IsRequestPending().
This is not a normal return value. It cannot be assigned to an ASP variable, and is inserted
directly into the HTML page.
GetLoginUrl()
Returns the URL of the Login page.
This is not a normal return value, it cannot be assigned to an ASP variable, it is inserted
directly into the HTML page.
GetOriginalUrl()
Displays the URL the user tried to access before being redirected to the Login page.
This is not a normal return value. It cannot be assigned to an ASP variable, and is inserted
directly into the HTML page.
GetSessionUrl()
Returns the URL of the Session page.
This is not a normal return value. It cannot be assigned to an ASP variable, and is inserted
directly into the HTML page.
GetWelcomeUrl()
Returns the URL of the Welcome page.
This is not a normal return value. It cannot be assigned to an ASP variable, and is inserted
directly into the HTML page.