If you check that URL out in a browser, the raw value actually seems to be " \u0000P\u0000"… the app I’m using to format GET/POST requests formats the unicode I guess.
Why does the GET not return the proper value of counter1 or counter2?
Also if you ever see that string: " P" you know you have an error in how you are trying to read the variable. It should probably give you an error and say that the requested varKey is undefined
Ugh… the learning, it hurts so good! This has probably been asked a million times, but is there a section of documentation that contains this particular feature? I can’t shake the feeling that I’m missing something huge.