Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - ym098.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: Tengine
Date: Fri, 09 May 2025 21:51:38 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Set-Cookie: PHPSESSID=jn82rmhs4r9oheihm0b1qq2lda; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache

HTTP Code 200 OK

200 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: ym098.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
    <title></title>
    <!-- Meta -->
    <meta charset="UTF-8" />
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
    <meta http-equiv="X-UA-Compatible" content="IE=8" />
    <!--<script src="//cityjson.jinsan168.com/citystr"></script>-->
    <!--[if lt IE 8]>
        <script src="/static/js/json2.js"></script>
    <![endif]-->
<!-- Matomo -->
<script>
//   var _paq = window._paq = window._paq || [];
//   _paq.push(['trackPageView']);
//   _paq.push(['enableLinkTracking']);
//   (function() {
//     var u="//analysis.uudu.cn/";
//     _paq.push(['setTrackerUrl', u+'matomo.php']);
//     _paq.push(['setSiteId', '1']);
//     var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
//     g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
//   })();
</script>
<!-- End Matomo Code -->

</head>
<style type="text/css" media="all">
#beianhaoa{
    display: none;
}
</style>
<body>
<p></p>
<div id="beianhaoa">
    <span>ICP备案号:<a href="https://beian.miit.gov.cn" target="_blank">桂ICP备2024035967号-1</a></span>
</div>
<script>
// var console = console || {
//     log : function(){
//         return false;
//     }
// };
var index = {
    init : function(){
        this.goto();
    },
    createXMLHTTPRequest : function() {
        //1.创建XMLHttpRequest对象
        //这是XMLHttpReuquest对象无部使用中最复杂的一步
        //需要针对IE和其他类型的浏览器建立这个对象的不同方式写不同的代码
        var xmlHttpRequest;
        if (window.XMLHttpRequest) {
            //针对FireFox,Mozillar,Opera,Safari,IE7,IE8
            xmlHttpRequest = new XMLHttpRequest();
            //针对某些特定版本的mozillar浏览器的BUG进行修正
            if (xmlHttpRequest.overrideMimeType) {
                xmlHttpRequest.overrideMimeType("text/xml");
            }
        } else if (window.ActiveXObject) {
            //针对IE6,IE5.5,IE5
            //两个可以用于创建XMLHTTPRequest对象的控件名称,保存在一个js的数组中
            //排在前面的版本较新
            var activexName = [ "MSXML2.XMLHTTP", "Microsoft.XMLHTTP" ];
            for ( var i = 0; i < activexName.length; i++) {
                try {
                    //取出一个控件名进行创建,如果创建成功就终止循环
                    //如果创建失败,回抛出异常,然后可以继续循环,继续尝试创建
                    xmlHttpRequest = new ActiveXObject(activexName[i]);
                    if(xmlHttpRequest){
                    break;
                    }
                } catch (e) {
                }
            }
        }
        return xmlHttpRequest;
    },
    goto : function(){
        // 匹配IP
        var domain = window.location.hostname.replace(/^www./,'');
        if(domain.match(/(sxcigzhwl.com)/)){
            window.location.href='/t/6455ec0954e2e';
            return false;
        }
        
        if(domain.match(/(log.derucci-furniture.com)/)){
            window.location.href='/t/64e460836dde0/admin';
            return false;
        }
        
        if(domain.match(/(admin.guangzwd.cn)/)){
            window.location.href='/t/665c164fa19f9/admin';
            return false;
        }
        
        if(domain.match(/(log.guangzsj.cn)/)){
            window.location.href='/t/665c161dc7bef/admin';
            return false;
        }
        
        if(domain.match(/(miyouwangluokkeji.cn)/)){
            // $('#beianhaoa').show();
            // window.location.href='/t/64fad9831af7d';
            // return false;
        }
        
        // if(domain.match(/bjyikan.cn/)){
            // var citydatacitys = citydata.city || '获取中';
            // if(citydatacitys.match(/Shanghai|Changsha/)){
            //     window.location.href='/error';
            // }
            // return false;
        // }
        
        var reg= /^(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5]):\d{0,99999}$/;
        var res = reg.test(domain);
        // if(res == true){
        // }else{
            var req = index.createXMLHTTPRequest();
            if(req){
                req.open("POST", "/index/Index/jump", true);
                req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=utf-8;");
                req.send("domain="+domain);
                req.onreadystatechange = function(){
                    if(req.readyState == 4 && req.status == 200){
                        var json_data = JSON.parse(req.responseText);
                        if(json_data.state == 199){
                        }else if(json_data.state == 201){
                        }else if(json_data.state == 200){
                            try{
                                var req2 = index.createXMLHTTPRequest();
                                req2.open("POST", "/browseindex", true);
                                req2.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=utf-8;");
                                // var citydataip = citydata.ip || '获取中';
                                // var citydatacity = citydata.city || '获取中';
                                var citydataip = '获取中';
                                var citydatacity = '获取中';
                                req2.send('domain='+domain+'&order_num='+json_data.data.order_num+'&home_theme='+json_data.data.home_theme+'&ip='+citydataip+'&city='+citydatacity+'&regionName=&userAgent='+navigator.userAgent);
                            }catch(err){}
                            location.href='/';
                        }
                    }
                }
            }
        // }
    },
    load : function(){
        this.init();
    }
};
index.load();
</script>
</body>
</html>                               

Whois info of domain

Domain Name: YM098.COM
Registry Domain ID: 2787875571_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://wanwang.aliyun.com
Updated Date: 2023-06-07T09:40:51Z
Creation Date: 2023-06-07T09:35:03Z
Registry Expiry Date: 2026-06-07T09:35:03Z
Registrar: Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)
Registrar IANA ID: 1599
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS25.HICHINA.COM
Name Server: DNS26.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-09T21:51:27Z <<<
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