Forum Discussion

demosoapuser's avatar
demosoapuser
Occasional Contributor
7 years ago

Symbols or special characters are not recognized as string and is converted to ascii code

I'm tying to send a  request using an email in the parameter template. "@" sign is converted to %40. Is there any way to send it as a string? All my data is in email format

4 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Is it that first API response has @ or ascii? And you only have problem in the second API? Also in the second API, is it part of query parameter or template parameter? Details would help.
    • demosoapuser's avatar
      demosoapuser
      Occasional Contributor

      The usual data in the response is like "abcde" but now all data is in email format. I'm using that data on parameter template for the 2nd api call

      • demosoapuser's avatar
        demosoapuser
        Occasional Contributor

        I wasn't able to find solution for this. Again, data returned on the 1st api is in email format with "@" sign and when I use this value on the 2nd api, "@" sign is being sent as Ascii and not as string.