OK
https://weibo.com/
Websites
Runtime: 9s
On November 04, 2025, 10:59 AM UTC, https://weibo.com/ was accessible when tested on AS34511 in Spain.
Failures
HTTP Experiment
null
DNS Experiment
null
Control
null
DNS Queries
Resolver:
127.0.0.2
Query:
IN A weibo.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
36.51.224.123
@
IN
A
36.51.224.126
TCP Connections
Connection to 36.51.224.126:443 succeeded.
Connection to 36.51.224.123:443 succeeded.
HTTP Requests
URL
GET https://passport.weibo.com/visitor/visitor?entry=miniblog&a=enter&url=https%3A%2F%2Fweibo.com%2F&domain=weibo.com&ua=Mozilla%2F5.0%20%28Windows%20NT%2010.0%3B%20Win64%3B%20x64%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome%2F90.0.4430.93%20Safari%2F537.36&_rand=1762253635584&sudaref=
Response Headers
Cache-Control:no-cache, must-revalidateContent-Security-Policy:upgrade-insecure-requestsContent-Type:text/htmlDate:Tue, 04 Nov 2025 10:53:57 GMTExpires:Sat, 26 Jul 1997 05:00:00 GMTPragma:no-cacheServer:nginxStrict-Transport-Security:max-age=31536000; includeSubDomainsVary:Accept-EncodingX-Via-Ssl:ssl.52.sinag1.hyds.lb.sinanode.com
Response Body
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=gb2312"/>
<title>Sina Visitor System</title>
</head>
<body>
<span id="message"></span>
<script type="text/javascript" src="/js/visitor/mini_original.js?v=20161116"></script>
<script src="https://passport.sinaimg.cn/js/fp/1.2.1.umd.js"></script>
<script type="text/javascript">
window.use_fp = "1" == "1"; // ÊÇ·ñ²É¼¯Éè±¸Ö¸ÎÆ¡£
var url = url || {};
(function () {
this.l = function (u, c) {
try {
var s = document.createElement("script");
s.type = "text/javascript";
s[document.all ? "onreadystatechange" : "onload"] = function () {
if (document.all && this.readyState != "loaded" && this.readyState != "complete") {
return
}
this[document.all ? "onreadystatechange" : "onload"] = null;
this.parentNode.removeChild(this);
if (c) {
c()
}
};
s.src = u;
document.getElementsByTagName("head")[0].appendChild(s)
} catch (e) {
}
};
}).call(url);
var visitor_origin = function () {
try {
var need_restore = "1" == "1"; // ÊÇ·ñ×߻ָ´Éí·ÝÁ÷³Ì¡£
// Èç¹ûÐèÒª×߻ָ´Éí·ÝÁ÷³Ì£¬³¢ÊÔ´Ó cookie »ñÈ¡Óû§Éí·Ý¡£
if (!need_restore || !Store.CookieHelper.get("SRF")) {
// Èô»ñȡʧ°Ü×ß´´½¨·Ã¿ÍÁ÷³Ì¡£
// Á÷³ÌÖ´ÐÐʱ¼ä¹ý³¤£¨³¬¹ý 3s£©£¬ÔòÈÏΪ³ö´í¡£
var error_timeout = window.setTimeout("error_back()", 5000);
tid.get(function (tid, where, confidence) {
// È¡Ö¸ÎÆË³ÀûÍê³É£¬Çå³ý³ö´í timeout ¡£
window.clearTimeout(error_timeout);
incarnate(tid, where, confidence);
});
} else {
// Óû§Éí·Ý´æÔÚ£¬³¢ÊÔ»Ö¸´Óû§Éí·Ý¡£
restore();
}
} catch (e) {
// ³ö´í¡£
error_back();
}
};
var visitor_gray = function () {
var from = "weibo";
var return_url = "https://weibo.com/";
var request_id = "8bd393468d5aebb48ce2b0ea01249986";
var webdriver = navigator.webdriver;
// ÏÈÉú³É rid£¬ÔÙ·¢ËÍÇëÇó
generateRid(function(rid) {
Store.DB.get("tid", function (v) {
if (!v) {
v = "";
}
ufp.util.postData('https://' + window.location.host + '/visitor/genvisitor2', 'cb=visitor_gray_callback&ver=20250916&request_id='+request_id+'&tid=' + v + '&from=' + from + '&webdriver=' + webdriver + '&rid=' + rid + '&return_url=' + return_url, function (res) {
if (res) {
eval(res);
}
});
});
});
}
// Éú³É rid µÄ¶ÀÁ¢·½·¨
var generateRid = function(callback) {
var rid = Date.now();
var detector = window.wbBotDetector;
if (!detector) {
callback(rid);
return;
}
try{
detector.load({ "from": "pc-visitor" });
detector.get({useCache:false}).then(function (result) {
if (result.rid) {
rid = result.rid;
}else{
rid = "error: empty";
}
callback(rid);
}).catch(function (error) {
callback("get-error:"+error);
});
}catch (e){
callback("error:" + e.message);
}
};
// Á÷³ÌÈë¿Ú¡£
wload(function () {
visitor_gray();
});
// ¡°·µ»Ø¡± »Øµ÷º¯Êý¡£
var return_back = function (response) {
if (response["retcode"] == 20000000) {
back();
} else {
// ³ö´í¡£
error_back(response["msg"]);
}
};
// Ìø×ª»Ø³õʼµØÖ·¡£
var back = function () {
var url = "https://weibo.com/";
if (url != "none") {
window.location.href = url;
}
};
// ¿çÓò¹ã²¥¡£
var cross_domain = function (response) {
var from = "weibo";
var entry = "miniblog";
if (response["retcode"] == 20000000) {
var crossdomain_host = "login.sina.com.cn";
if (crossdomain_host != "none") {
var cross_domain_intr = window.location.protocol + "//" + crossdomain_host + "/visitor/visitor?a=crossdomain&cb=return_back&s=" +
encodeURIComponent(response["data"]["sub"]) + "&sp=" + encodeURIComponent(response["data"]["subp"]) + "&from=" + from + "&_rand=" + Math.random() + "&entry=" + entry;
url.l(cross_domain_intr);
} else {
back();
}
} else {
// ³ö´í¡£
error_back(response["msg"]);
}
};
// ¿çÓò¹ã²¥¡£
var cross_domain2 = function (response) {
var from = "weibo";
var entry = "miniblog";
if (response["retcode"] == 20000000) {
var crossdomain_host = "login.sina.com.cn";
if (crossdomain_host != "none") {
var cross_domain_intr = window.location.protocol + "//" + crossdomain_host + "/visitor/visitor?a=crossdomain&s=" +
encodeURIComponent(response["data"]["sub"]) + "&sp=" + encodeURIComponent(response["data"]["subp"]) + "&from=" + from + "&_rand=" + Math.random() + "&entry=" + entry+"&url=" + encodeURIComponent("https://weibo.com/");
window.location.href = cross_domain_intr;
} else {
back();
}
} else {
// ³ö´í¡£
error_back(response["msg"]);
}
};
// ΪÓû§¸³Óè·Ã¿ÍÉí·Ý ¡£
var incarnate = function (tid, where, conficence) {
var gen_conf = "";
var from = "weibo";
var incarnate_intr = "https://" + window.location.host + "/visitor/visitor?a=incarnate&t=" +
encodeURIComponent(tid) + "&w=" + encodeURIComponent(where) + "&c=" + encodeURIComponent(conficence) +
"&gc=" + encodeURIComponent(gen_conf) + "&cb=cross_domain&from=" + from + "&_rand=" + Math.random();
url.l(incarnate_intr);
};
// »Ö¸´Óû§¶ªÊ§µÄÉí·Ý¡£
var restore = function () {
var from = "weibo";
var restore_intr = "https://" + window.location.host +
"/visitor/visitor?a=restore&cb=restore_back&from=" + from + "&_rand=" + Math.random();
url.l(restore_intr);
};
// ¿çÓò»Ö¸´¶ªÊ§µÄÉí·Ý¡£
var restore_back = function (response) {
// Éí·Ý»Ö¸´³É¹¦×߹㲥Á÷³Ì£¬·ñÔò×ß´´½¨·Ã¿ÍÁ÷³Ì¡£
if (response["retcode"] == 20000000) {
var url = "https://weibo.com/";
var alt = response["data"]["alt"];
if (alt != "") {
requrl = (url == "none") ? "" : "&url=" + encodeURIComponent(url);
var params = "entry=sso&source=visitor_restore&type=3&alt=" + encodeURIComponent(alt) + requrl;
window.location.href = "https://passport.weibo.com/sso/v2/login?" + params;
} else {
cross_domain(response);
}
} else if (response['retcode'] == 50111261 && isInIframe()) {
//do nothing
} else {
tid.get(function (tid, where, confidence) {
incarnate(tid, where, confidence);
});
}
};
// ³ö´íÇé¿ö·µ»ØµÇ¼ҳ¡£
var error_back = function (msg) {
var url = "https://weibo.com/";
var clientType = "pc";
if (url != "none") {
if (url.indexOf("ssovie4c55=0") === -1) {
url += (((url.indexOf("?") === -1) ? "?" : "&") + "ssovie4c55=0");
}
if (clientType == "mobile") {
window.location.href = "https://passport.weibo.cn/signin/login?r=" + url;
} else {
window.location.href = "https://weibo.com/login.php";
}
} else {
if (document.getElementById("message")) {
document.getElementById("message").innerHTML = "Error occurred" + (msg ? (": " + msg) : ".");
}
}
};
var visitor_gray_callback = function (response) {
if (response["retcode"] === 20000000) {
var tid = response["data"]["tid"];
Store.DB.set('tid', tid);
var alt = response["data"]["alt"];
if (alt !== "") {
var url = "https://weibo.com/";
requrl = (url === "none") ? "" : "&url=" + encodeURIComponent(url);
var params = "entry=sso&source=visitor_restore&type=3&alt=" + encodeURIComponent(alt) + requrl;
window.location.href = "https://passport.weibo.com/sso/v2/login?" + params;
} else {
cross_domain2(response)
}
}
};
var isInIframe = function () {
try {
return window.self !== window.top;
} catch (e) {
return true;
}
};
</script>
</body>
</html>URL
GET https://weibo.com/
Response Headers
Content-Length:687Content-Type:text/html; charset=utf-8Date:Tue, 04 Nov 2025 10:53:55 GMTLb:36.51.224.123Location:https://passport.weibo.com/visitor/visitor?entry=miniblog&a=enter&url=https%3A%2F%2Fweibo.com%2F&domain=weibo.com&ua=Mozilla%2F5.0%20%28Windows%20NT%2010.0%3B%20Win64%3B%20x64%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome%2F90.0.4430.93%20Safari%2F537.36&_rand=1762253635584&sudaref=Proc_node:weibopro-node-beta-web-744959d7db-gqfl8Server:SHANHAI-SERVERSet-Cookie:XSRF-TOKEN=xmYbBYnt-uFQiV53srsv4P4n; path=/; secureSsl_node:msre-10-81-97-73.hk.intra.weibo.cnVary:OriginX-Download-Options:noopenX-Frame-Options:SAMEORIGINX-Login-Visitor:trueX-Readtime:2X-Xss-Protection:1; mode=block
Response Body
Redirecting to <a href="https://passport.weibo.com/visitor/visitor?entry=miniblog&a=enter&url=https%3A%2F%2Fweibo.com%2F&domain=weibo.com&ua=Mozilla%2F5.0%20%28Windows%20NT%2010.0%3B%20Win64%3B%20x64%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome%2F90.0.4430.93%20Safari%2F537.36&_rand=1762253635584&sudaref=">https://passport.weibo.com/visitor/visitor?entry=miniblog&a=enter&url=https%3A%2F%2Fweibo.com%2F&domain=weibo.com&ua=Mozilla%2F5.0%20%28Windows%20NT%2010.0%3B%20Win64%3B%20x64%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome%2F90.0.4430.93%20Safari%2F537.36&_rand=1762253635584&sudaref=</a>.
Resolver
Resolver ASN
AS0
Resolver IP
127.0.0.2
Resolver Network Name
Report ID
20251104T104541Z_webconnectivity_ES_34511_n4_oVk0TeKqecPbmTtm
Platform
windows
Software Name
ooniprobe-desktop-unattended (3.10.0-beta.3)
Measurement Engine
ooniprobe-engine (3.10.0-beta.3)