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

Parsing cookie seems to change strings #82

Closed
PSPanesar opened this issue Jul 18, 2018 · 1 comment
Closed

Parsing cookie seems to change strings #82

PSPanesar opened this issue Jul 18, 2018 · 1 comment
Assignees
Labels

Comments

@PSPanesar
Copy link

Hi,

I've used the cookie.parse function to parse a cookie to extract a string. I've notice though that it has changed the % to a :. for example:

Original string in cookie: s%3AYICgq7xLgu5NOy

Parsed string: s:YICgq7xLgu5NOy

Could anyone help by letting me know what the start of the string is parsed incorrectly?

Bw

@dougwilson
Copy link
Contributor

@dougwilson dougwilson self-assigned this Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants