OK
https://weibo.com/
Algeria
Country
Network
August 22, 2025, 06:03 PM UTC
Date & Time
Websites
Websites
Runtime: 3.3s
On August 22, 2025, 06:03 PM UTC, https://weibo.com/ was accessible when tested on AS36947 in Algeria.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
41.110.32.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%28Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7%29%20AppleWebKit%2F605.1.15%20%28KHTML%2C%20like%20Gecko%29%20Version%2F17.10%20Safari%2F605.1.1&_rand=1755885836098&sudaref=
Response Headers
Cache-Control:
no-cache, must-revalidate
Content-Security-Policy:
upgrade-insecure-requests
Content-Type:
text/html
Date:
Fri, 22 Aug 2025 18:03:57 GMT
Expires:
Sat, 26 Jul 1997 05:00:00 GMT
Pragma:
no-cache
Server:
nginx
Strict-Transport-Security:
max-age=31536000; includeSubDomains
Vary:
Accept-Encoding
X-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 = "abf50e9737c51e704d6a9e3a14fac237";
        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=20250819&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:
693
Content-Type:
text/html; charset=utf-8
Date:
Fri, 22 Aug 2025 18:03:56 GMT
Lb:
[scrubbed]
Location:
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%28Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7%29%20AppleWebKit%2F605.1.15%20%28KHTML%2C%20like%20Gecko%29%20Version%2F17.10%20Safari%2F605.1.1&_rand=1755885836098&sudaref=
Proc_node:
weibopro-node-beta-web-cf6ff5ffb-6kprr
Server:
SHANHAI-SERVER
Set-Cookie:
XSRF-TOKEN=C0cO2BuPnaJE1R47pVUOKr5n; path=/; secure
Ssl_node:
msre-10-81-97-73.hk.intra.weibo.cn
Vary:
Origin
X-Download-Options:
noopen
X-Frame-Options:
SAMEORIGIN
X-Login-Visitor:
true
X-Readtime:
1
X-Xss-Protection:
1; mode=block
Response Body
Redirecting to <a href="https://passport.weibo.com/visitor/visitor?entry=miniblog&amp;a=enter&amp;url=https%3A%2F%2Fweibo.com%2F&amp;domain=weibo.com&amp;ua=Mozilla%2F5.0%20%28Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7%29%20AppleWebKit%2F605.1.15%20%28KHTML%2C%20like%20Gecko%29%20Version%2F17.10%20Safari%2F605.1.1&amp;_rand=1755885836098&amp;sudaref=">https://passport.weibo.com/visitor/visitor?entry=miniblog&amp;a=enter&amp;url=https%3A%2F%2Fweibo.com%2F&amp;domain=weibo.com&amp;ua=Mozilla%2F5.0%20%28Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7%29%20AppleWebKit%2F605.1.15%20%28KHTML%2C%20like%20Gecko%29%20Version%2F17.10%20Safari%2F605.1.1&amp;_rand=1755885836098&amp;sudaref=</a>.

Resolver

Resolver ASN
AS36947
Resolver IP
41.110.32.2
Resolver Network Name
Telecom Algeria
Report ID
20250822T180108Z_webconnectivity_DZ_36947_n1_YExGDtxn8NORGfb4
Platform
android
Software Name
ooniprobe-android-unattended (5.1.0)
Measurement Engine
ooniprobe-engine (3.26.0)

Raw Measurement Data

Loading