RESTED
RESTED copied to clipboard
escape character url
Hello
Why characters is not escaped when we use URL encoded form data ? As you can see when I escape the '+' and the '=' my query is working perfectly.
Maybe we can add a checkbox next to the type list to allow user to choice to escape characters or not.

This same issue killed about an hour of my time. The dropdown type "URLencoded form data" isn't clear whether the value input should be raw and then will be url encoded (sensible default, Postman does this), or should encoded beforehand.
I'll probably stick to postman for this reason.