4-38
Web and MAC Authentication
Customizing Web Authentication HTML Files (Optional)
Authenticating Page (authen.html).  
Figure 4-18.    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 4-19. HTML Code for Authenticating Page Template
<!--
HP Switch 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>