06-27-2017 04:06 AM
06-27-2017 04:09 AM
Hi.
I had the same issue. What I did was to first direct them to my custom HTML page and once they click accept it takes them back to the ZONE director login Portal.
The redirect function doesn't work for me.
So my HTML page has a redirect.
The easiest way for me to get it to work was to put my HTML page on a windows Server in IIS and first send users to that page. The acceptance button then redirects to:
form method=POST action="https://Your-ZoneDirectorURL/user/user_login_auth.jsp";
Hope this makes sense.
Regards,
Shaun
06-27-2017 04:19 AM
06-27-2017 04:23 AM
Ok that's very interesting. I found that the actual redirect page underneath doesn't function for me no matter what I do.
Try the normal hostpot service - not the 2.0 one and see how that goes.
Regards,
Shaun
06-27-2017 04:37 AM