Skip to content

Invalid output of the getCookies function #101

@greg2012201

Description

@greg2012201

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions