Skip to content

Escaped double quotes in cookie value #37862

@Nerixyz

Description

@Nerixyz

The validation fails at character 92 (0x5C):

FormatException: Invalid character in cookie value, code unit: '92' (at character 3)
"{\"200...
  ^

These two lines exclude 0x5C specifically:

(codeUnit >= 0x3C && codeUnit <= 0x5B) ||

I couldn't find any reference to this specific character beeing not allowed.
If this character is not allowed in the cookie-value, is there a workaround?

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.closed-invalidClosed as we don't believe the reported issue is generally actionablelibrary-_http

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions