Skip to main content

I am trying to add some custom handling to the Authentication step of my integration. Specifically I need  to parse a suffix that is part of the API Key. However, the string operation functions are behaving oddly. The charAt() function always returns code 108, "|". The split() and indexOf() functions do not find the character specified. 

 

Is this some sort of security thing or am I missing something.