Passing a URL parameter WITHOUT ENCODING

Nevermind, I just realized that the cursor I was receiving had already been encoded, and passing it as a parameter led to it being encoded twice basically. I think I can work around this by decoding it first, then passing it as URL parameter.

1 Like