You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, this is a case where if we follow the spec strictly, then cookies accepted by other looser parsers will be rejected (as in this case), but if we loosen our parser to allow such cookies, then others might encounter unexpected errors with their cookies because they expect strict parsing.
I'll try to see if there's a way we can add a parse_cookie variant that users can choose to call to perform less strict parsing.
I hava a cookie,
In firefox, It can be parse correctly
But I call yaws_api:parse_cookie(Str) , it return []. when I delete
It return the normal result. following is the process
The text was updated successfully, but these errors were encountered: