05-01-2018 06:28 AM - edited 03-20-2019 10:06 PM
We saw the same error quite often in our network as well on some Android phones, firefox or IE, however the internal web auth works. I am also interested in workarounds with minimum business impact. Maybe using external web service is another option? Any knows the root cause of this incompatibility issue?
05-02-2018 10:32 AM - edited 05-02-2018 10:40 AM
Hi Ping,
No business impact option: Verify that your login.html has the onload="loadAction();" present in your body tag. Whatever is there already can stay, just add the onload like below.
<body onload="loadAction();>
05-04-2018 01:36 AM
Hi Wes,
Checked your advise, but it dont fix it for us.
Regards,
Marco
07-27-2018 09:01 AM - edited 07-27-2018 09:05 AM
@Wes Young wrote:
Hi Ping,
No business impact option: Verify that your login.html has the onload="loadAction();" present in your body tag. Whatever is there already can stay, just add the onload like below.
<body onload="loadAction();>
This fixed my problem. Thanks!
05-28-2018 06:09 AM
hey there,
i made a reply on another post. maybe the same solution?
cheers
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide