How can I read all stored Cookies in browser
问题 all I would be like to read all cookies stored in a browser. Using standard Javascript API I am not able to read it. But is there a way I can read all cookies not just the cookies register via my website. 回答1: Browser security will deliberately prevent this. If you could do this, it would be possible for you to steal data from other websites. This question has already been asked and answered on our sister site superuser.com 来源: https://stackoverflow.com/questions/45721504/how-can-i-read-all