Hi friends i am new to Apigee development.
I am making an API call with query parameters.
<Add> <QueryParams> <QueryParam name="GEOBOUNDS">29,-100,28,-111</QueryParam> </QueryParams> </Add>
But after the call my commas got replaced by %2c i am getting this 29%2c-100%2c28%2c-111
how can i replace %2c with ','
i already tried replace method of javascript, but no success.
Please help