For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

NN_210021's avatar
NN_210021
Icon for Nimbostratus rankNimbostratus
Aug 04, 2015

TypeError: __f5action.indexOf is not a function

Hi, all

 

I get the following error during a form based client initiated sso:

 

TypeError: __f5action.indexOf is not a function

 

F5_Inflate_onevent(document.body,[0x6f,0x6e,0x6b,0x65,0x79,0x64,0x6f,0x77,0x6e],0,function(e){return false;}); document.body.style.visibility='hidden'; document.body.style.display='none'; function __f5submit() { var __f5form = document.forms[2]; F5_Invoke_setAttribute(__f5form,'autocomplete', 'off'); F5_Inflate_value(__f5form.username,[0x76,0x61,0x6c,0x75,0x65],0,'PeteXY'); F5_Inflate_value(__f5form.password,[0x76,0x61,0x6c,0x75,0x65],0,'f5-sso-token'); ; var __f5action = F5_Deflate_action(__f5form); var __f5qsep = (__f5action.indexOf('?') == -1) ? '?' : '&'; F5_Inflate_action(__f5form,0,__f5action + __f5qsep + 'f5-sso-form=user_login'); F5_Invoke_submit(__f5form); } if (window.addEventListener) { F5_Invoke_addEventListener(window,'load',__f5submit,false); } else if (window.attachEvent) { F5_Invoke_attachEvent(window,'onload',__f5submit); } else { F5_Inflate_onload(window,0,__f5submit);

 

The debug log does not mention anything.

 

Anyone got a hint on why this error occurs ?

 

Regards

 

No RepliesBe the first to reply