Community discussions

MikroTik App
 
jroy
newbie
Topic Author
Posts: 33
Joined: Fri May 28, 2004 9:41 pm
Location: Orange/LA county California
Contact:

hotspot login page http redirect????

Wed Jul 07, 2004 1:36 am

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??
 
bketelsen
just joined
Posts: 3
Joined: Mon May 31, 2004 9:16 am

Wed Jul 07, 2004 8:27 am

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>
 
jroy
newbie
Topic Author
Posts: 33
Joined: Fri May 28, 2004 9:41 pm
Location: Orange/LA county California
Contact:

where in the manual?

Fri Jul 09, 2004 9:41 am

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)
 
User avatar
lastguru
Member
Member
Posts: 432
Joined: Fri May 28, 2004 9:04 pm
Location: Certified Trainer/Consultant in Riga, Latvia
Contact:

Fri Jul 09, 2004 12:33 pm