Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doesn't work correctly when "+" character is presented #204

Closed
lebed2045 opened this issue Aug 21, 2019 · 1 comment
Closed

doesn't work correctly when "+" character is presented #204

lebed2045 opened this issue Aug 21, 2019 · 1 comment

Comments

@lebed2045
Copy link

if you have a links with + inside (which is default behaviour encodeURI(JSON.Stringify)) it doesn't parce correctly because of this SamVerschueren/decode-uri-component#3
For example:
a=5c=%257B%2522ecp%2522:%2522U2FsdGVkX189YRLMmgSS+lQjlhr9eR38t4KGRg1giASV1FC1
will be parsed into {"ecp":"U2FsdGVkX189YRLMmgSS lQjlhr9eR38t4KGRg1giASV1FC1}

@sindresorhus
Copy link
Owner

Duplicate of #119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants