How can I view what the cookie content is?
I am a new developer and I'm trying to learn how cookies work, but I don't know how to view what the actual cookie value is, so that I can check if I did it correctly. I see where you can set the defaults you want and enable or disable cookies, but where can you view the content in FireFox browser? I know in Google Chrome you can see all the cookies and their values in settings, content, cookies, view all. Thanx, Gil
Soluzione scelta
You can use the Storage Inspector to inspect cookies the current tab.
See also:
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies
- https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie
Tutte le risposte (2)
Soluzione scelta
You can use the Storage Inspector to inspect cookies the current tab.
See also:
Thank You -