A SERVICE OF

logo

3-39
Web and MAC Authentication
Customizing Web Authentication HTML Files (Optional)
Figure 11. HTML Code for Access Granted Page Template
<!--
ProCurve Web Authentication Template
accept.html
-->
<html>
<head>
<title>Access Granted</title>
<!-- The following line is required to automatically redirect -->
<meta http-equiv="refresh"content="<!- ESI(WAUTHREDIRECTTIMEGET, 1) ->;URL=<!
ESI(WAUTHREDIRECTURLGET, 1) ->"/>
</head>
<body>
<h1>Access Granted</h1>
<!--
The ESI tag below will be replaced with the time in seconds until
the page redirects.
-->
<p>You have been authenticated. Please wait <!- ESI(WAUTHREDIRECTTIMEGET, 1
-> seconds while network connection refreshes itself.</p>
</body>
</html>