With all these custom Firewall rules we can create, does the unit have the ability then to redirect to another companies login page like airpath instead of its own Hotspot Login Page??
straight from the manual:
<html>
<head>
<title>...</title>
</head>
<body>
<form name="redirect" action="https://my.login.server..com/login.php" method="post">
<input type="hidden"name="mac" value="%mac%">
<input type="hidden" name="ip" value="%ip%">
<input type="hidden" name="user" value="%user%">
<input type="hidden" name="link-login" value="%link-login%">
<input type="hidden" name="link-orig" value="%link-orig%">
<input type="hidden" name="error" value="%error%">
</form>
<script language="JavaScript"> <!-- document.redirect.submit(); //--> </script>
</body>
</html>
Hi,
Where in the manual did you find this?
I want to transparently Redirect ANY login request to HotSpot to External website login page. I use airpath as the login / accounting provider and I need this to be totally transparent to user. So the airpath page should be the login page, not the MikroTik login page. (I have radius with airpath working)