为什么我的静态 html 页面会在查看者的浏览器上放置 cookie?
Why does my static html page put cookies on the viewer's browser?
我通过 OVH 在子域主机上托管了一个简单的(静态)html 页面。此子域上没有其他内容。
该网页使用标准 html 内容加上一个 <img>
标签,其 src
是
https://chart.googleapis.com/chart?chs=300x300&cht=qr&choe=UTF-8&chl=<DATA>
在检查我的浏览器时,我发现为这个子域找到了两个 cookie:
第一个:
Name: 300gpBAK
Content: R4178757645
Host: <my subdomain>
Path: /
Expires: creation time + 1h
第二个:
Name: 300gp
Content: R588125346
Host: <my subdomain>
Path: /
Expires: creation time + 1h11
所以我的问题归结为:它们来自哪里?是来自 Google API 吗?为什么他们绑定到我的子域而不是 chart.googleapis.com
?
它看起来很像托管公司 (OVH) 添加的 cookie。
查看 https://tools.digitalpoint.com/cookie-search?name=300gp,它显示了大约 85 个设置了该 cookie 的域页面。
在与其中几个关联的 IP 地址上执行 whois
,我总是得到:
inetnum: 213.186.33.0 - 213.186.33.255
netname: OVH
descr: OVH SAS
descr: Shared Hosting Servers
descr: http://www.ovh.com
country: FR
我通过 OVH 在子域主机上托管了一个简单的(静态)html 页面。此子域上没有其他内容。
该网页使用标准 html 内容加上一个 <img>
标签,其 src
是
https://chart.googleapis.com/chart?chs=300x300&cht=qr&choe=UTF-8&chl=<DATA>
在检查我的浏览器时,我发现为这个子域找到了两个 cookie:
第一个:
Name: 300gpBAK
Content: R4178757645
Host: <my subdomain>
Path: /
Expires: creation time + 1h
第二个:
Name: 300gp
Content: R588125346
Host: <my subdomain>
Path: /
Expires: creation time + 1h11
所以我的问题归结为:它们来自哪里?是来自 Google API 吗?为什么他们绑定到我的子域而不是 chart.googleapis.com
?
它看起来很像托管公司 (OVH) 添加的 cookie。
查看 https://tools.digitalpoint.com/cookie-search?name=300gp,它显示了大约 85 个设置了该 cookie 的域页面。
在与其中几个关联的 IP 地址上执行 whois
,我总是得到:
inetnum: 213.186.33.0 - 213.186.33.255
netname: OVH
descr: OVH SAS
descr: Shared Hosting Servers
descr: http://www.ovh.com
country: FR