I think my timestamp needs to be at the end of the string. But when I move it there - I get an odd output of the × turns into an x. Is there a fix for this? At the front it works fine.
<cfset usem = "timestamp=#unixdatetimeNow.getTime()#&symbol=#pair#&side=#side#&type=#type#&quantity=#size#">
Outputs :
timestamp=1645552579468&symbol=SHIBUSDT&side=sell&type=market&quantity=9005
<cfset usem = "symbol=#pair#&side=#side#&type=#type#&quantity=#size#×tamp=#unixdatetimeNow.getTime()#">
Outputs with the x :
symbol=SHIBUSDT&side=sell&type=market&quantity=9005×tamp=1645552579468
How do I fix this x replacement? Does it in both cfset and in script