cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1261
Views
10
Helpful
4
Replies

CSCvj17640 - Local webauth getting 405 not allowed error after Chrome and Firefox update - 1

Ping Yu
Level 1
Level 1

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?

4 Replies 4

Wes Young
Level 1
Level 1

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();>

 

Hi Wes,

 

Checked your advise, but it dont fix it for us.

 

Regards,

Marco

@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!

Bell26
Level 1
Level 1