microcipcip / cookie-universal

Universal cookie plugin, perfect for SSR
525 stars 39 forks source link

Can't get cookie if cookie is set as HttpOnly #110

Closed isuke01 closed 3 years ago

isuke01 commented 3 years ago

Hi,

I noticed If cookie is set as HttpOnly, functions get and getAll Are not getting those cookies, is that correct behavior? How I can get those cookies?

EDIT: Does not matter, I just read more about it, JS just can't access those cookies :)