Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - scxrt.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.26.1
Date: Fri, 16 May 2025 02:16:14 GMT
Content-Type: text/html
Content-Length: 8439
Last-Modified: Wed, 11 Sep 2024 15:51:12 GMT
Connection: keep-alive
ETag: "66e1bc70-20f7"
Accept-Ranges: bytes

HTTP Code 200 OK

200 OK 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: scxrt.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<!-- saved from url=(0033)http://170108.websitetemplate.cn/ -->
<html lang="zh-CN" ><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    
    <meta name="renderer" content="webkit|ie-comp|ie-stand">
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
    <meta name="applicable-device" content="pc,wap">
    <meta name="MobileOptimized" content="width">
    <meta name="HandheldFriendly" content="true">
    <meta name="keywords" content="四川兴锐通电力有限公司">
    <meta name="description" content="四川兴锐通电力有限公司">
    <title>四川兴锐通电力有限公司</title>
    <link rel="stylesheet" href="css/yunu.css">
    <link rel="stylesheet" href="css/font-awesome.min.css">
     <link rel="stylesheet" href="css/animate.min.css">
    <link rel="stylesheet" href="css/style.css">
    <script type="text/javascript" src="js/jquery-1.12.4.min.js"></script>
    <script type="text/javascript" src="js/yunu.js"></script>
    <script type="text/javascript" src="js/Superslide.js"></script>
    <script type="text/javascript" src="js/wow.min.js"></script>
</head>
<body> 
    <div class="iet" style="display: none;">
        <p>您的浏览器版本过低,为保证更佳的浏览体验,<a href="#">请点击更新高版本浏览器</a></p>
        <span class="closed">以后再说<i>X</i></span>
    </div>
    <script type="text/javascript">
        $('.closed').click(function(){
            $('.iet').hide();
        })
    </script>
   
    <div class="header " style="display: flex; align-items: center;justify-content: space-around;margin-left:2%;margin-right:2%; width:96%;">
      
         <div class="m_head_content">
            <div class="m_head_logo ">
                <a href="#"><img src="img/logo.png" style="width:240px;" ></a>
            </div> 
        </div>
         <div class="nav" id="nav" style="display: flex; align-items: center; justify-content: center;" >
               <div class="list" >
                  <ul>
                       <li>
                        <a href="home.html" class="active" target="iframe" >首页</a>
                       </li>
                       <li> <a href="aboutUs.html" target="iframe">公司简介</a>   
                       </li>
                       <li>
                        <a href="product.html" target="iframe">产品与服务</a>   
                        </li>
                       <li>
                        <a href="project.html" target="iframe">项目案例</a>
                        </li>
                       <!--  <li>
                        <a href="news.html" target="iframe">最新资讯</a>       
                        </li> -->
                        <!--  <li>
                         <a href="employ.html" target="iframe">加入兴锐通</a>
                        </li> -->
                       
                        <li>
                         <a href="contact.html" target="iframe">联系我们</a>
                        </li>
                  </ul>
               </div>
               <script type="text/javascript">
                $("#nav .list li a").on('click', function (event) {
                    $(this).addClass('active');
                    $(this).parent().siblings().children().removeClass('active');
                }); 
            </script>
        </div> 
        <div class="head_top" style="width:450px;">   
                <div class="fr">
                    <div class="tel">
                        <p>
                            <span>咨询:028-84741985</span>
                       </p>
                    </div>
                </div>
        </div>
      
    </div>
  
    <div class="m_header">
        <div class="m_head_content">
            <div class="m_head_logo">
                <a href="#"><img src="img/logo.png" style="width:200px;height:40px;margin-top:10px;" ></a>
            </div>
            <div class="menu" id="menu"><i class="fa fa-bars"></i></div>
        </div>
        <div class="app_menu" id="app_menu">
            <ul>
                    <li>
                    <a href="home.html" class="active" target="iframe" >首页</a>
                   </li>
                   <li> <a href="aboutUs.html" target="iframe" >公司简介</a>   
                   </li>
                   <li>
                    <a href="product.html" target="iframe" >产品与服务</a>   
                    </li>
                   <li>
                    <a href="project.html" target="iframe" >项目案例</a>
                    </li>
                   <!--  <li>
                    <a href="news.html" target="iframe" >新闻资讯</a>       
                    </li> -->
                    <!--  <li>
                     <a href="employ.html" target="iframe" >人才招聘</a>
                    </li> -->
                   
                    <li>
                     <a href="contact.html" target="iframe" >联系我们</a>
                    </li>
            </ul>
            <script type="text/javascript">
                $("#menu").on('click', function (event) {
                    if($("#app_menu").css("display")=="none"){
                        $("#app_menu").slideDown(600);
                    }else{
                        $("#app_menu").slideUp(200);
                    }
                }); 
                  $(".app_menu a").on('click', function (event) { 
                     $("#app_menu").slideUp(200); 
                 }); 
            </script>
        </div>
    </div>
    <div class="main" style="height:calc(100vh - 90px);overflow:hidden;">  
         <iframe  name="iframe" id="iframe" src="home.html"  frameborder="0" width="100%" height="100%" scrolling="none" ></iframe>
    </div>
    </div>
   

    <!-- <div class="m_bottom"></div> -->
    <div class="m_fixedmenu" >
        <a href="home.html" target="iframe" >
            <img src="img/home.png">
            <span>首页</span>
        </a>
        <a href="product.html" target="iframe" >
            <img src="img/icpro.png">
            <span>产品</span>
        </a>
         <a href="project.html" target="iframe" >
            <img src="img/dizhi.png">
            <span>项目案例</span>
        </a>
       <a href="contact.html" target="iframe" >
            <img src="img/iphone.png">
            <span>联系我们</span>
        </a>
       <!--  <a class="btntop" href="#top" target="iframe" >
            <img src="img/top.png">
            <span>顶部</span>
        </a> -->
    </div>
 <script type="text/javascript">
       $('.btntop').click(function(){
           $('body,html').animate({ scrollTop: 0 },500);
       })
   </script> 

    <script type="text/javascript">
        $(function () {
            $('.imgauto img').imgAuto();
        })
    </script>
      <script type="text/javascript">
        $(document).ready(function() {
            var navOffset=$("#nav").offset().top;
            $(window).scroll(function(){
                var scrollPos=$(window).scrollTop();
                if(scrollPos >navOffset){
                    $("#nav").addClass("fixed");
                }else{
                    $("#nav").removeClass("fixed");
                }
            });
        });
    </script>
    <script type="text/javascript">
        var browser=navigator.appName 
        var b_version=navigator.appVersion 
        var version=b_version.split(";"); 
        var trim_Version=version[1].replace(/[ ]/g,""); 
        if(browser=="Microsoft Internet Explorer" && trim_Version=="MSIE6.0") { 
            $('.iet').show();
        }else if(browser=="Microsoft Internet Explorer" && trim_Version=="MSIE7.0") { 
            $('.iet').show();
        }else if(browser=="Microsoft Internet Explorer" && trim_Version=="MSIE8.0") { 
            $('.iet').show(); 
        }else if(browser=="Microsoft Internet Explorer" && trim_Version=="MSIE9.0") { 
            $('.iet').hide(); 
        } else {
            $('.iet').hide();
        }


    </script>
<script type="text/javascript">
    var wow = new WOW({ 
    boxClass: 'wow', 
    animateClass: 'animated', 
    offset: 0, 
    mobile: true, 
    live: true 
  }); 
  wow.init();
</script>

</body></html>                               

Whois info of domain

Domain Name: SCXRT.COM
Registry Domain ID: 2901629960_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://wanwang.aliyun.com
Updated Date: 2024-07-26T08:21:30Z
Creation Date: 2024-07-23T07:00:16Z
Registry Expiry Date: 2029-07-23T07:00:16Z
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: DNS19.HICHINA.COM
Name Server: DNS20.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-16T02:15:55Z <<<
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