henil_shah
6 years agoContributor
Ready API adds extra characters in query parameter
my request looks like https://abc.com/xyz?xyz=http://abcndsndjnd.com/djjd.jsp
But when I call via Ready API it looks like ${#Project#Endpoint}/xyz?xyz=url
not when I call this, Ready API encodes and adds extra params which breaks the URL. What should I do to prevent this?
The URL becomes http%3A%2F%2Ftest.....
Anyways its solved now.
Solution: When you create a resource and assign headers/parameters, there is an option to disable encoding. Just click on that and it works.