Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
If you are hitting bug id CSCvj17640 and seeing "405 method not allowed" please edit your login.html page to make sure your body tag contains the following:
<body onload="loadAction();>
You can keep whatever is already there but you need to add the o...
Workaround: 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 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();>