Closed LastRide closed 5 years ago
Hey @LastRide ,
The regex is used to replace all characters in the cookie value that are illegal, according to RFC6265, by replacing them with a URI encoded representation (percent encoding).
See the "A Note About Encoding" section of the README for more info.
Hi.
Could you explain please next string of code?
If value would be json -
'[{"name":"test"}]'
would be =>'[{%22name%22:%22test%22}]'