How can I read all stored Cookies in browser

蹲街弑〆低调 提交于 2019-12-11 07:32:55

问题


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-stored-cookies-in-browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!