Hi everyone, I start by saying that radiusdesk is fantastic. I use it as a management interface for radius and I love it. Today I tried to use it as a hotspot with a mikrotik with the dynamic login page and I noticed a small problem. If in the login.html in the mikrotik I put the link of the redirect
<form action="https://mydomain.com/cake3/rd_cake/dynamic-details/mikrotik-browser-detect" name="redirect" method="post"> in SSL HTTPS radiusdesk gives me this error: "the hotspot is not responding to the status queries" while if I use the redirect in normal HTTP it works perfectly. I have already tried to insert $ (if http-header == "Access-Control-Allow-Origin") https: //mydomain.com$ (endif) in login.html but without solving the problem. How can I solve this problem? Thanks a lot to everyone !</form>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone, I start by saying that radiusdesk is fantastic. I use it as a management interface for radius and I love it. Today I tried to use it as a hotspot with a mikrotik with the dynamic login page and I noticed a small problem. If in the login.html in the mikrotik I put the link of the redirect
<form action="https://mydomain.com/cake3/rd_cake/dynamic-details/mikrotik-browser-detect" name="redirect" method="post"> in SSL HTTPS radiusdesk gives me this error: "the hotspot is not responding to the status queries" while if I use the redirect in normal HTTP it works perfectly. I have already tried to insert $ (if http-header == "Access-Control-Allow-Origin") https: //mydomain.com$ (endif) in login.html but without solving the problem. How can I solve this problem? Thanks a lot to everyone !</form>hi, can you dedcibe how to get the http part woking ? I've an error 404.