I am using API connector to do a GET API call
One of the paramaters i have is a weblink to a file.
The problem is that API connector is replacing special characters.
For example
I am sending a URL in the “url” parameter in the call
I am sending
url=https://subdomain.website.com/mvp.png
But on the server i am receiving:
url=https%3A%2F%2Fsubdomain.website.com%2Fmvp.png
I don’t have the fliexibility to add any extra logic on server to handle this.
How can i stop this encoding from API connector side ?