Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

how can i remove %2c from url, after inserted by ...AssignMessage?

Not applicable

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

0 3 4,717
3 REPLIES 3