VIP Enterprise Gateway integration Citrix JavaScript Code Integration label will change to [object, object].
search cancel

VIP Enterprise Gateway integration Citrix JavaScript Code Integration label will change to [object, object].

book

Article ID: 176559

calendar_today

Updated On:

Products

VIP Service

Issue/Introduction

When integrating the JavaScript IA code before the Citrix function gets loaded in the login page, the Citrix login page password label will change to [object, object].

 

Cause

Citrix Netscaler 10.5 has not been fully certified due to underlying compatibility issues.

Resolution

The following workaround will let you integrate VIP Enterprise Gateway Plugin | IA JavaScript Code Integration with Citrix Netscaler 10.5. 

For proper function invocation within Citrix Netscaler Version 10.5 only with Java Script integration, the JavaScript code has to be placed before the </BODY> tag to avoid the issue.

Here are the detailed steps to perform:

1. Open the Citrix Netscaler Index.html file
2. Go the end of the file
3. Paste the VIP JavaScript code just before  </BODY> tag
4. Save the file changes

Please refer attached sample index.html file for exact JavaScript location details.