8000 Invalid output of the getCookies function · Issue #101 · andreizanik/cookies-next · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Invalid output of the getCookies function #101

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

Open
greg2012201 opened this issue May 10, 2025 · 0 comments
Open

Invalid output of the getCookies function #101

greg2012201 opened this issue May 10, 2025 · 0 comments

Comments

@greg2012201
Copy link
Contributor
greg2012201 commented May 10, 2025

Hello!

The cookie function getCookies return invalid values. The output doesn't appear to be correctly decoded or parsed.

Currently, the output looks like this:

"complex":"%7B%22name%22%3A%22complex%22%2C%22value%22%3A%22complex%22%2C%22maxAge%22%3A86400%7D"

and it should be something like this:

{"name":"complex","value":"complex","maxAge":86400}
@greg2012201 greg2012201 changed the title Invalid output of the getCookie function Invalid output of the getCookies function May 10, 2025
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

1 participant
0