Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - ifycc.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html
Last-Modified: Fri, 14 Jun 2024 07:54:20 GMT
Accept-Ranges: bytes
ETag: "d76b81030beda1:0"
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Fri, 02 May 2025 19:32:32 GMT
Content-Length: 5433

HTTP Code 200 OK

http status code 200 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: ifycc.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>福耀集团-长春福耀</title>

    <meta name="viewport" content="width=device-width,height=device-height,inital-scale=1.0,maximum-scale=1.0,user-scalable=no;" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="apple-mobile-web-app-status-bar-style" content="black" />
    <meta name="format-detection" content="telephone=no" />
    <meta charset="utf-8" />

    <link href="Css/style.css" rel="stylesheet" type="text/css" />
    <link href="Css/iscroll.css" rel="stylesheet" type="text/css" />
    <style>
        .banner img {
            width: 100%;
        }
    </style>
    <script type="text/javascript" src=" http://res.wx.qq.com/open/js/jweixin-1.1.0.js"></script>
    <link rel="stylesheet" href="https://res.wx.qq.com/open/libs/weui/0.4.2/weui.css" />
    <script type="text/javascript" src="../Scripts/CommonJs.js"></script>
    <script type="text/javascript" src="../Scripts/jquery-1.7.1.js"></script>
    <script type="text/javascript" src="../Scripts/WeixinApi.js"></script>

    <script type="text/javascript" src="Scripts/js/iscroll.js"></script>

    <script type="text/javascript" src="Scripts/js/jquery.min.js"></script>
</head>
<body>
    <div class="banner">



        <div id="nav">
            <ul id="indicator">
                <li class="active"></li>
                <li></li>
                <li></li>
                <li></li>
            </ul>
        </div>

    </div>
    <div>
        <label id="lblUser"></label>
    </div>
    <ul class="mainmenu">
        <li>
            <a href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc625758e50b5ced1&redirect_uri=http://www.ifycc.com/CCFY/MealOffer.aspx&response_type=code&scope=snsapi_userinfo&state=1#wechat_redirect">
                <b>
                    <img src="Images/images/gzcbc.jpg" />
                </b><span>报餐</span>
            </a>
        </li>
        <li>
            <a href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc625758e50b5ced1&redirect_uri=http://www.ifycc.com/CCFY/DormitoryWarranty.aspx&response_type=code&scope=snsapi_userinfo&state=1#wechat_redirect">
                <b>
                    <img src="Images/images/ssbx.png" />
                </b><span>宿舍报修</span>
            </a>
        </li>
        <li>
            <a href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc625758e50b5ced1&redirect_uri=http://www.ifycc.com/CCFY/wx_GetExpensesByJobNumberForWeiXin.aspx&response_type=code&scope=snsapi_userinfo&state=1#wechat_redirect">

                <b>
                    <img src="Images/images/wdgj.jpg" />
                </b><span>宿舍费用查询</span>
            </a>
        </li>
        <!--<li>
            <a href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc625758e50b5ced1&redirect_uri=http://www.ifycc.com/CCFY/EmployeeVoice.aspx&response_type=code&scope=snsapi_userinfo&state=1#wechat_redirect">
                <b>
                    <img src="Images/images/ygxs.png" />
                </b><span>员工心声</span>
            </a>
        </li>-->
        <li>
            <a href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc625758e50b5ced1&redirect_uri=http://www.ifycc.com/CCFY/wx_ToolManage.aspx&response_type=code&scope=snsapi_userinfo&state=1#wechat_redirect">
                <b>
                    <img src="Images/images/wdgj.jpg" />
                </b><span>个人工具管理</span>
            </a>
        </li>
        <li>
            <a href="#">
                <b>
                    <img src="Images/images/wdgj.jpg" />
                </b><span>备用2</span>
            </a>
        </li>
        <li>
            <a href="#">
                <b>
                    <img src="Images/images/wdgj.jpg" />
                </b><span>备用2</span>
            </a>
        </li>
    </ul>


    <script type="text/javascript">
            //var count = document.getElementById("thelist").getElementsByTagName("img").length;

            //var count2 = document.getElementsByClassName("menuimg").length;
            //for (i = 0; i < count; i++) {
            //    document.getElementById("thelist").getElementsByTagName("img").item(i).style.cssText = " width:" + document.body.clientWidth + "px";
            //}
            //document.getElementById("scroller").style.cssText = " width:" + document.body.clientWidth * count + "px";

            //setInterval(function () {
            //    myScroll.scrollToPage('next', 0, 400, count);
            //}, 3500);

            //window.onresize = function () {
            //    for (i = 0; i < count; i++) {
            //        document.getElementById("thelist").getElementsByTagName("img").item(i).style.cssText = " width:" + document.body.clientWidth + "px";
            //    }
            //    document.getElementById("scroller").style.cssText = " width:" + document.body.clientWidth * count + "px";
            //}
    </script>

    <div class="copyright">
        <br />
        <br />
        Copyright © 2017-2019 <a href="http://www.fuyaogroup.com">长春福耀</a> All rights reserved.
    </div>
</body>
</html>

                               

Whois info of domain

Domain Name: IFYCC.COM
Registry Domain ID: 130526489_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.paycenter.com.cn
Registrar URL: http://www.xinnet.com
Updated Date: 2024-03-06T01:35:01Z
Creation Date: 2004-09-21T05:51:07Z
Registry Expiry Date: 2033-09-21T05:51:07Z
Registrar: Xin Net Technology Corporation
Registrar IANA ID: 120
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.4008182233
Domain Status: ok https://icann.org/epp#ok
Name Server: NS11.XINCACHE.COM
Name Server: NS12.XINCACHE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-02T19:32:28Z <<<
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