Avatar

Community Advisor

Hi,

 

This is by design. Two workarounds:

  • Change your js to read the real query string instead of the pseudo query string
  • Create a page or jssp that re-redirects, transforming query string params to pseudo-qs params, then link to that instead

 

Thanks,

-Jon