jquery-deparam icon indicating copy to clipboard operation
jquery-deparam copied to clipboard

Support when value includes '=' character

Open sihyeonn opened this issue 4 years ago • 0 comments

Since param is splitted by '=' at first, deparam couldn't support base64 encoded value which could have '=' character in it. To solve this problem, when we deal with 'name=value' type, join param with '=' again except the first one, which is a key, and treat them as a value.

Signed-off-by: Sihyeon Jang [email protected]

sihyeonn avatar Mar 22 '21 06:03 sihyeonn