14 years ago
SoapUI 4.0.1 - URL encode issue -
Hi Support Team,
I am having some problems on configuring a request regarding the URL encoding.
What I have is a Rest service with a Template parameter. This parameter is a URL that I want to be encoded. On the Full Path of my rest I can see that the entered argument is correctly encoded. The problem is that on the raw Request that SoapUI is sending the URL is not encoded any more.....
What I have done to trouble shoout until now:
1. Disable the encoding for this parameter and manually encoded it:
i) Not working because evend disabin the checkbox for encoding the parameter is encoded. As a result I have my argument double encoded;
2. User a groovyScript for the encoding:
ii) No success. I have the same result as initially described.
3. Change the style of my parameter but no lucky.
I am attaching an example project. If you run he request you can see that the full path shows: "/variable/user%3A%2F%2Fuser.help" but on the Raw request: "GET http://www.google.com/variable/user://user.help". No encoding send.
NOTE: Please take into consideration this is an example project just to show the encoding of the paramenter.
I would appreciate some help on this topic.
Thanks a lot.
I am having some problems on configuring a request regarding the URL encoding.
What I have is a Rest service with a Template parameter. This parameter is a URL that I want to be encoded. On the Full Path of my rest I can see that the entered argument is correctly encoded. The problem is that on the raw Request that SoapUI is sending the URL is not encoded any more.....
What I have done to trouble shoout until now:
1. Disable the encoding for this parameter and manually encoded it:
i) Not working because evend disabin the checkbox for encoding the parameter is encoded. As a result I have my argument double encoded;
2. User a groovyScript for the encoding:
ii) No success. I have the same result as initially described.
3. Change the style of my parameter but no lucky.
I am attaching an example project. If you run he request you can see that the full path shows: "/variable/user%3A%2F%2Fuser.help" but on the Raw request: "GET http://www.google.com/variable/user://user.help". No encoding send.
NOTE: Please take into consideration this is an example project just to show the encoding of the paramenter.
I would appreciate some help on this topic.
Thanks a lot.