webview_cookie_manager
webview_cookie_manager copied to clipboard
How to set a json string as a cookie?
How can we set a json string as a cookie. When attempted to do so it throws an error saying
Exception: FormatException: Invalid character in cookie value, code unit: '34' (at character 2)
{"someKey":"someValue"}
^
So it's not liking " in it's value