if we pass "#" in the products variable, after "#' values are getting truncated. See below example.
products = ";abcd#uzzz;;";
Bootstrapper.imageRequest("//met2.hp.com/b/ss/hphqglobal,hpi-hphqelite1.0/1/JS-1.4.4/s"+a+ "?products="+products);
In the image beacon,we are seeing only values before #, nothing after #.
products = abcd.
Please help me here.