Altair® Panopticon

 

Special Symbols to Pass Parameter Values Into the HTML5 Client

When trying to pass parameters to the new HTML5 Client, you need to use URL-encoded characters.

For example, for {“Type”:[Soft/Drinks”]}  to work, it should be changed to {“Type”:[Soft%252FDrinks”]}

Here is a list of double-encoded values you can use to replace their corresponding character.

Character

Double Encode Value

“<”

“%253C”

“/”

“%252F”

“>”

“%253E”