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

Decode URL parameters passed to application #1364

Closed
ascobie opened this issue May 23, 2018 · 0 comments
Closed

Decode URL parameters passed to application #1364

ascobie opened this issue May 23, 2018 · 0 comments

Comments

@ascobie
Copy link
Member

ascobie commented May 23, 2018

When passing encoded parameters to Labs we need to handle spaces that have been encoded with '+'. This package handles the conversion:

https://www.npmjs.com/package/decode-uri-component

The built in decodeURIComponent and decodeURI do not handle + encoding for spaces.

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

No branches or pull requests

1 participant