Hi,
I am trying to retrieve a value in user’s cookie that I did not saved (user is coming from an other platform (same domain) with the targeted cookie : ie token=[value-to-retrieve]. It is in httponly mode.
I tried using a plugin like “browser cookie” but it couldn’t read the cookies (it seems to work only if I myself write a cookie, but this is not the use case as the user comes with it, and the httponly makes it impossible to read with JS).
Thanks for your help