Question

Problems with Javascript String functions (split, indexOf, charAt)


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. 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.