Forum Discussion
niherbreteau
7 years agoNew Contributor
Hi,
Did you found a solution, I know it's an old problem, but I still have it.
I switch from SOAPUI 5.4.0 to ReadyApi 2.4.0. I run a HTTP request
https://toto.com/query?coco=["tata"."titi"]
On SOAP UI I have this raw
GET https://toto.com/query?coco=%5B%22tata%22.%22titi%22%5D HTTP/1.1 Accept-Encoding: gzip,deflate User-Agent: Apache-HttpClient/4.1.1 Authorization: Token 64xQimpBfVWirqSnK2J7 Host:toto.com
Connection: Keep-Alive
Now with ReadyAPI I have
GET https://toto.com/query?coco=%5B%2522tata%2522.%2522titi%2522%5D HTTP/1.1 Accept-Encoding: gzip,deflate User-Agent: Apache-HttpClient/4.1.1 Authorization: Token 64xQimpBfVWirqSnK2J7 Content-Length: 0 Host:toto.com
Connection: Keep-Alive
It seems that we have a double encoding of the double quote.
I try to encode manually the request and click on "Preferences" > "HTTP" > "Pre-encoded endpoints : URL contains encoded endpoints ,....." to don't have a double encoding. With Ready API this option works. With SOAP UI this option doesn' t work.
So my question is there a solution to make my script works with SOAPUI and ReadyApi?
Thank you
- nmrao7 years agoChampion Level 3Can you please clarify what happens when you hit the pre-encoded url from SoapUI CE? Does it throw any error? Is the request sent out is correct? Does it reach to the server?
Related Content
- 5 years ago
Recent Discussions
- 22 days ago