Lama2
Lama2 copied to clipboard
Easy way to URL encode parameters
Example file:
GET
${LOCAL_COORD}/api/request-pwd/[email protected]
In this case +
is a special character which is part of the email value. It is not being interpreted correctly at backend.
However, if I URL encode the +
character as follows, it works as expected:
${LOCAL_COORD}/api/request-pwd/?email=qp0co2%2Bc5yyclrbbhrt3e%40sharklasers.com