Hi,
I use for showing login page an external web server. it normally works fine.
I have an issue because after a user write his username/password in login page and he clicks in submit button, appears a NOT FOUNT page (error 404), instead of the alogin.html page. However, the user is authenticated, and if the user see a NOT FOUND page, thenhe can think that my Internet service does not work.
I do not know why it sometimes happens.
But I analyze the MT log and when this issue happens, I can see several entries such as:
12:16:02 hotspot,info,debug 22108 (10.5.50.253): trying to log in by https
12:16:03 hotspot,account,info,debug 22108 (10.5.50.253): logged in
12:16:03 hotspot,info,debug 22108 (10.5.50.253): trying to log in by https
12:16:03 hotspot,info,debug 22108 (10.5.50.253): login failed: IP 10.5.50.253 i
s already logged in
12:16:03 hotspot,info,debug 22108 (10.5.50.253): trying to log in by https
12:16:03 hotspot,info,debug 22108 (10.5.50.253): login failed: IP 10.5.50.253 i
s already logged in
I do not know why mikrotik OS authenticates THREE times the 22108 user. It is a mistery for me. I am sure that I only click once in submit button.
Is there any solution for this MT behavior?
Thanks, Santiago