In our URL request we have a Query parameter that looks like GEOBOUNDS=0,0,0,0
Problem we have is Apigee converts the URL to GEOBOUNDS=0%2C0%2C0%2C0
After running successful JS changing the variable back to 0,0,0,0 - when we put into the Assign Message, it converts it back to 0%2C0%2C0%2C0 when sending the request to the target endpoint.... they can't accept this format, we need it to be 0,0,0,0.
How do we ensure that we can keep the QueryPara GEOBOUNDS=0,0,0,0