我终于疯了,还是 BitMitigate 的“注册”页面重定向到 127.0.0.1?

Vea*_* P. 0 browser web

我今天听说这个,所以我查了一下:https : //bitmitigate.com/

好的。另一个极其混乱、荒谬(对我而言)的网站,目的极其不明。但是一旦我点击了“开始使用”的大按钮,它会链接到:

https://bitmitigate.com/user-panel/sign-up.html
Run Code Online (Sandbox Code Playgroud)

...我的浏览器(Pale Moon)实际上去了:

http://127.0.0.1/
Run Code Online (Sandbox Code Playgroud)

这有什么可能解释的?我也尝试关闭 uBlock Origin。结果一样。

Kam*_*ski 7

BitMitigate 的“注册”页面是否重定向到127.0.0.1

是的。curl 'https://bitmitigate.com/user-panel/sign-up.html'返回:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://127.0.0.1/">here</a>.</p>
</body></html>
Run Code Online (Sandbox Code Playgroud)

curl -L …将在新位置(即 )上重做请求http://127.0.0.1/。这是大多数工具(包括您的浏览器)自动执行的操作。