Escaped double quotes in cookie value #37862
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-invalid
Closed as we don't believe the reported issue is generally actionable
library-_http
The validation fails at character 92 (0x5C):
These two lines exclude 0x5C specifically:
sdk/sdk/lib/_http/http_headers.dart
Line 1023 in cd46a39
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?
The text was updated successfully, but these errors were encountered: