-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK 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 actionableClosed as we don't believe the reported issue is generally actionablelibrary-_http
Description
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:
sdk/sdk/lib/_http/http_headers.dart
Line 1023 in cd46a39
| (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
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK 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 actionableClosed as we don't believe the reported issue is generally actionablelibrary-_http