KanHarI / vue3-cookies

A simple Vue.js plugin for handling browser cookies
MIT License
23 stars 4 forks source link

Dollar sign gets converted to %24 #12

Open Stargater120 opened 1 year ago

Stargater120 commented 1 year ago

While setting a cookie, the dollar sign ($) gets translated to %24.

Actual value: $2a$12$BJHNHhw86py2o.X37N8s2ekB8swouQ.hEKyk7jzoy9aUJyQtcxupm vue3-cookies value: %242a%2412%24BJHNHhw86py2o.X37N8s2ekB8swouQ.hEKyk7jzoy9aUJyQtcxupm

EllipticElysium commented 7 months ago

that's the url encoded value and will be expected behaviour, you can decode it to access the value if needed

https://www.urldecoder.org/