ampersand(&)
replaced by %26 value.
I set the cookie value TEST&123&223 in code, but in a browser, cookie value replaced by TEST%26123%26223.
I am trying to set cookie value in angular code. I have used third party library https://www.npmjs.com/package/ngx-cookie-service.
Is there a way to tell the browser, don't decode the string value in cookies?