Forum Discussion
niherbreteau
New Contributor
Thank you for your response.
The 2 requests hit the server.
If I request https://toto.com/query?coco=["tata"."titi"] with SOAP UI all characters are well encoded and I have a the response I expect.
If I request https://toto.com/query?coco=["tata"."titi"] with ReadyApi the double quote is "double encoded" and my service responds an error (which is normal) . I guess the point is, the double quotes is encoded a first time (%22) and I don't know why but the percent is a second time encoded (%25) the result is the double quote is now encoded like %2522.
nmrao
7 years agoChampion Level 3
If I understand it right, SoapUI CE is working as desired, but not ReadyAPI. Correct?
Report the case with Customer support using https://support.smartbear.com
Mean while, may be you can give it a try if you have earlier version to see if that helps.
Otherwise, try the below workaround to see if that helps.
Create a test case level custom property, and provide that value as needed and use the Property expansion in the URL to see if that helps.
By the way, are you using both the softwares (CE and Pro)? or just trying it on CE as Pro did not work?
Report the case with Customer support using https://support.smartbear.com
Mean while, may be you can give it a try if you have earlier version to see if that helps.
Otherwise, try the below workaround to see if that helps.
Create a test case level custom property, and provide that value as needed and use the Property expansion in the URL to see if that helps.
By the way, are you using both the softwares (CE and Pro)? or just trying it on CE as Pro did not work?
Related Content
- 5 years ago
Recent Discussions
- 22 days ago