kristianhristov / cordova-cookie-master

MIT License
26 stars 113 forks source link

Incorrect cookieMaster.getCookieValue when value contains "equal sign" #18

Open kokizzu opened 6 years ago

kokizzu commented 6 years ago

To reproduce, create a webapp on server that set cookie with value for example A=B=C

test on web browser to get the value A, should return B=C using cookieMaster.getCookieValue, returns B only.