Cookie的安全性?

时间:2019-02-02 10:48:57

标签: security web cookies

在搜索过程中,我需要一些帮助:

enter image description here

问题:请求以下网址时,浏览器将发送哪个cookie(对齐)

http://subdomain2.host.com吗?

-> cookie 2'是因为他的域名是.host.com,对吗?什么是path =“ /”?

https://subdomain2.host.com吗?

->我不知道!

http://subdomain1.host.com吗?

->第一个cookie,因为该域是subdomain1.host.com,对吗?

我还有一个问题:

如果我有以下cookie:

name = cookie1; value = 1; domain = .host.com; path = / trusted

name = cookie2; value = 2; domain = .host.com; path = / untrusted

host.com/untrusted中的网页可以读取cookie1吗?证明吗?

0 个答案:

没有答案