如果我们有这样的网址:
https://www.example.com/Some/Page/index.html?id=15
我知道这example.com将作为纯文本发送,但/Some/Page/index.html?id=15发送是安全的。
现在,我的问题是,如果我们有这样的事情:
https://somesubdomain.example.com/Some/Page/index.html?id=15
攻击者可以知道我正在访问somesubdomain.example.com吗?或者他们可以知道我正在访问example.com?
换句话说,URL 的子域部分是否安全发送?