gladiator
11 years agoNew Contributor
Issue with ReadyAPI 1.4.0 onwards
Hi,
I am facing a weird issue in Ready API 1.4.0 onwards.
What happens is in a PUT request whatever parameter I pass, if it has '/' then it encodes the parameter value '%2F'.
So if my parameter is 'author/ccp-1566' then it goes like 'author%2Fccp-1566' or 'pub-date=05/02/12' interprets as 'pub-date=05%2F02%2F12'
I have tried with 'Pre-Encoded Endpoints' option, Transfer-Encoding header but there is no luck.
This is not happening in 'Ready API 1.1.0 version. But this version takes lot of memory compare to the newer version. Please help me with this issue.
Thanks in advance.