[~] # telnet 192.168.1.101 80
GET / HTTP/1.1
HTTP/1.1 200 OK
Date: Tue, 15 Jan 2019 17:22:54 GMT
Server: App-webs/
ETag: "383-1e0-5784b16e"
Content-Length: 480
Content-Type: text/html
Connection: close
Last-Modified: Tue, 12 Jul 2016 08:59:26 GMT
<!doctype html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
<meta http-equiv="Expires" content="0" />
</head>
<body>
</body>
<script>
window.location.href = "/doc/page/login.asp?_" + (new Date()).getTime();
</script>
</html>Connection closed by foreign host
[~] # logout
Connection to 192.168.1.202 closed.
alastair@PC-I5 ~ $