Lama2 icon indicating copy to clipboard operation
Lama2 copied to clipboard

Easy way to URL encode parameters

Open shrsv opened this issue 2 years ago • 0 comments

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

shrsv avatar Jan 11 '23 14:01 shrsv