A SERVICE OF

logo

3-40
Web and MAC Authentication
Customizing Web Authentication HTML Files (Optional)
Authenticating Page (authen.html).
Figure 12. Authenticating Page
The authen.html file is the web page used to process a client login and is
refreshed while user credentials are checked and verified.
Figure 13. HTML Code for Authenticating Page Template
<!--
ProCurve Web Authentication Template
authen.html
-->
<html>
<head>
<title>Authenticating</title>
<!-- The following line is always required -->
<meta http-equiv="refresh" content="2;URL=/webauth/statusprocess">
</head>
<body>
<h1>Authenticating...</h1>
<p>Please wait while your credentials are verified.</p>
</body>
</html>