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

querystring values get transformed which breaks parts of the application #28

Open
xblabs opened this issue Aug 29, 2018 · 1 comment
Open

Comments

@xblabs
Copy link

xblabs commented Aug 29, 2018

?k=38JVI|0|0|3|1|0|a|1

gets transformed to

?k=38JVI%7C0%7C0%7C3%7C1%7C0%7Ca%7C1 which breaks the "pipe" check in the JS parts of the webapp.

How to selectively bypass src and other attributes?

@ashucg
Copy link

ashucg commented Aug 30, 2018

URL decode: %7C = |
you can simply use decodeURIComponent() to decode it if you are getting issues because of encoded string

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