OK
https://weibo.com/
United States
Country
Network
September 18, 2024, 11:40 PM UTC
Date & Time
Websites
Websites
Runtime: 5.4s
On September 18, 2024, 11:40 PM UTC, https://weibo.com/ was accessible when tested on AS31861 in United States.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
204.194.238.234
Query:
IN A weibo.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
36.51.224.126
@
IN
A
36.51.224.123

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%2F126.0.0.0%20Safari%2F537.3&_rand=1726702451775&sudaref=
Response Headers
Cache-Control:
no-cache, must-revalidate
Content-Security-Policy:
upgrade-insecure-requests
Content-Type:
text/html
Date:
Wed, 18 Sep 2024 23:34:12 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.53.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 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";
        Store.DB.get("tid", function (v) {
            if (!v) {
                v = "";
            }
            ufp.util.postData('https://' + window.location.host + '/visitor/genvisitor2', 'cb=visitor_gray_callback&tid=' + v + '&from=' + from, function (res) {
                if (res) {
                    eval(res);
                }
            });
        });
    }
    // Á÷³ÌÈë¿Ú¡£
    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"];
            var savestate = response["data"]["savestate"];
            if (alt != "") {
                requrl = (url == "none") ? "" : "&url=" + encodeURIComponent(url);
                var params = "entry=sso&alt=" + encodeURIComponent(alt) + "&returntype=META" +
                    "&gateway=1&savestate=" + encodeURIComponent(savestate) + requrl;
                window.location.href = "https://login.sina.com.cn/sso/login.php?" + 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/";
                var saveState = response["data"]["savestate"];
                requrl = (url === "none") ? "" : "&url=" + encodeURIComponent(url);
                var params = "entry=sso&alt=" + encodeURIComponent(alt) + "&returntype=META" +
                    "&gateway=1&savestate=" + encodeURIComponent(saveState) + requrl;
                window.location.href = "https://login.sina.com.cn/sso/login.php?" + 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:
679
Content-Type:
text/html; charset=utf-8
Date:
Wed, 18 Sep 2024 23:34:11 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%28Windows%20NT%2010.0%3B%20Win64%3B%20x64%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome%2F126.0.0.0%20Safari%2F537.3&_rand=1726702451775&sudaref=
Proc_node:
mapi-weibopro-node-bypass-upgrade-1-848b99954-584gl
Server:
SHANHAI-SERVER
Set-Cookie:
XSRF-TOKEN=DD6vWq-f1MG7EYgikFwZ3JU-; path=/; secure
Ssl_node:
mapi-10-81-97-69.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%28Windows%20NT%2010.0%3B%20Win64%3B%20x64%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome%2F126.0.0.0%20Safari%2F537.3&amp;_rand=1726702451775&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%28Windows%20NT%2010.0%3B%20Win64%3B%20x64%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome%2F126.0.0.0%20Safari%2F537.3&amp;_rand=1726702451775&amp;sudaref=</a>.

Resolver

Resolver ASN
AS36692
Resolver IP
204.194.238.234
Resolver Network Name
Cisco OpenDNS, LLC
Report ID
20240918T233243Z_webconnectivity_US_31861_n1_EvitoDCPog0lseiW
Platform
windows
Software Name
ooniprobe-desktop-unattended (3.23.0)
Measurement Engine
ooniprobe-engine (3.23.0)

Raw Measurement Data

Loading