![]() |
|||||||||
|
An example successful login HTML file<html> <head> <title>You have successfully been authenticated</title> <meta http-equiv="REFRESH" content="2;URL=$WEBSEC_REQUESTED_PAGE?websec_token=$ISC_WEBSEC_TOKEN"> </head> <body bgcolor="#FFFFFF"> <h3>You have successfully authenticated yourself. Please wait a few seconds until your page is automatically redirected to the requested page, or, alternatively, <a href="$WEBSEC_REQUESTED_PAGE?websec_token=$ISC_WEBSEC_TOKEN">follow this link</a>.</h3> </body> </html> |
![]() |