Just a quick question, is there any way to know what cookies a website is requesting when you visit it?
For example if I visit http://www.some-membership-site.com and it’s looking for a “isLoggedIn” cookie, any way to get the name of the cookie (in this case “isLoggedIn).
Thanks!
The way it works is not having the site “requesting” the cookie, but the browser automatically returns the cookie that have been set previously by that website