A SERVICE OF

logo

120
Enhancements
Release K.13.19 Enhancements
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 17. HTML Code for Authenticating Page Template
Invalid Credentials Page (reject_unauthvlan.html)
Figure 18. Invalid Credentials Page
<!--
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>