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

Bug parsing cookie containing = (equal) character #274

Open
massijay opened this issue Feb 14, 2024 · 3 comments
Open

Bug parsing cookie containing = (equal) character #274

massijay opened this issue Feb 14, 2024 · 3 comments

Comments

@massijay
Copy link

If I set (manually) a cookie which contains the = (equal) character inside its value it's not parsed correctly

@dpaulino
Copy link
Contributor

dpaulino commented Mar 9, 2024

@massijay can you share a screenshot? and what do you mean by not parsed correctly? Can you share the expected result?

@massijay
Copy link
Author

massijay commented Mar 10, 2024

The problem apparently occurs when cookie contains the = sign more than once
As you can see the cookie is not sent entirely to the server
cookie-bug-1
cookie-bug-2

@dpaulino
Copy link
Contributor

Thank you for the screenshots! It's much clearer now, so I think I know where to investigate. Thanks.

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