Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - 9c.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.10.3 (Ubuntu)
Date: Tue, 29 Apr 2025 20:51:40 GMT
Content-Type: text/html; charset=utf8
Content-Length: 8792
Last-Modified: Fri, 24 Sep 2021 04:23:10 GMT
Connection: keep-alive
ETag: "614d52ae-2258"
Access-Control-Allow-Origin: *
Accept-Ranges: bytes

HTTP Code 200 OK

200 response 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: 9c.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">

<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">
    <title>上海第九城市信息技术有限公司</title>
    <link rel="stylesheet" href="css/main.css">
    <!-- CSS -->
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
</head>

<body>
    <div class="header">
        <div class="container">
            <div class="row">
                <a class="navbar-brand col-sm" href="index.html"><img src="img/logo.jpg" alt=""></a>
                <ul class="nav col-sm justify-content-end">
                    <li class="nav-item">
                        <a class="nav-link active" href="about.html">关于我们</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#proList">产品目录</a>
                    </li>
                </ul>
            </div>
        </div>
    </div>
    <section class="banner bg-accent bg-position-center bg-size-cover py-5 py-sm-6" style="background: url(img/banner.jpg) no-repeat #f5a100;">
        <div class="container py-5">
            <div class="row justify-content-start">
                <div class="col-xl-9 col-lg-9 col-md-10 py-xl-3">
                    <h1 class="text-light">游戏是第九种艺术</h1>
                    <span class="txt d-inline-block h5 text-light fw-light opacity-8">上海第九城市信息技术有限公司是位于中国的网络游戏开发商和运营商,公司成立于1999年,致力于通过“第九艺术”——游戏艺术,为都市人创造一种全新的在线娱乐生活方式。</span>
                    <div class="py-4 py-sm-5"><a class="btn btn-outline-light btn-lg" href="about.html" data-scroll="">关于我们<i class="ci-arrow-down-circle ms-2"></i></a></div>
                </div>
            </div>
        </div>
    </section>
    <div class="container pro-list" id="proList">
        <h4>曾发行游戏产品</h4>
        <div class="row">
            <div class="card mb-5 col-lg-6 col-sm-12">
                <div class="row no-gutters">
                    <div class="col-md-6 proImg">
                        <img src="img/01.jpg" alt="...">
                    </div>
                    <div class="col-md-5">
                        <div class="card-body">
                            <h5 class="card-title">魔兽世界</h5>
                            <p class="card-text">客户端游戏</p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="card mb-5  col-lg-6 col-sm-12">
                <div class="row no-gutters">
                    <div class="col-md-6 proImg">
                        <img src="img/02.jpg" alt="...">
                    </div>
                    <div class="col-md-5">
                        <div class="card-body">
                            <h5 class="card-title">奇迹MU</h5>
                            <p class="card-text">客户端游戏</p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="w-100"></div>
            <div class="card mb-5  col-lg-6 col-sm-12">
                <div class="row no-gutters">
                    <div class="col-md-6 proImg">
                        <img src="img/03.jpg" alt="...">
                    </div>
                    <div class="col-md-5">
                        <div class="card-body">
                            <h5 class="card-title">Q将三国</h5>
                            <p class="card-text">客户端游戏</p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="card mb-5  col-lg-6 col-sm-12">
                <div class="row no-gutters">
                    <div class="col-md-6 proImg">
                        <img src="img/04.jpg" alt="...">
                    </div>
                    <div class="col-md-5">
                        <div class="card-body">
                            <h5 class="card-title">神仙传</h5>
                            <p class="card-text">客户端游戏</p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="w-100"></div>
            <div class="card mb-5 col-lg-6 col-sm-12">
                <div class="row no-gutters">
                    <div class="col-md-6 proImg">
                        <img src="img/05.jpg" alt="...">
                    </div>
                    <div class="col-md-5">
                        <div class="card-body">
                            <h5 class="card-title">热血篮球</h5>
                            <p class="card-text">客户端游戏</p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="card mb-5 col-lg-6 col-sm-12">
                <div class="row no-gutters">
                    <div class="col-md-6 proImg">
                        <img src="img/06.jpg" alt="...">
                    </div>
                    <div class="col-md-5">
                        <div class="card-body">
                            <h5 class="card-title">热血无双</h5>
                            <p class="card-text">客户端游戏</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="footer">
        <div class="container">
            <p class="copy-txt">法律声明:本公司游戏产品适合18岁以上成年人使用 </p>
            <p class="copy-txt">公司违法信息举报电话:021-61086083 &nbsp;(工作日10:00--12:00、13:30--17:00,节假日除外)</p>
            <p class="copy-txt">客服电话:021-61086083&nbsp;&nbsp;(工作日10:00--12:00、13:30--17:00,节假日除外)&nbsp;&nbsp;&nbsp;</p>
            <p><a href="zlgy.html" target="_blank">防沉迷自律公约</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.the9.com//files/gameConvention.pdf" target="_blank">上海市网络游戏行业自律公约</a></p>
            <p class="copy-txt"><a href="http://www.the9.com/icp.html">增值电信业务经许可证</a>&nbsp;&nbsp;&nbsp;<a href="https://beian.miit.gov.cn/">沪B2-20050191-23</a>&nbsp;&nbsp;&nbsp;<a href="xkz.html">新出网证(沪)字004号</a>&nbsp;&nbsp;&nbsp;
                <a href="http://www.the9.com/yingyezhizao.html"><img src="img/footer-01.jpg"></a>
            </p>
            <p style="margin-top: 2%;">
                <a href="http://www.zx110.org/" target="_blank"><img src="img/link-01.png"></a>
                <a href="http://www.cyberpolice.cn/wfjb/html/index.shtml" target="_blank"><img src="img/link-02.png" target="_blank"></a>
                <a href="http://www.beian.gov.cn/portal/recordQuery?token=a2d68ed3-7ba0-466d-9032-c5d5ffbcafcd" target="_blank"><img src="img/link-03.png"></a>
                <a href="http://www.beian.gov.cn/portal/index.do" target="_blank"><img src="img/link-04.png"></a>
                <a href="http://www.shjbzx.cn/" target="_blank"><img src="img/link-05.png"></a>
                <a href="jzjh.html" target="_blank"><img src="img/link-06.png"></a>
                <a href="http://www.12377.cn" target="_blank"><img src="img/link-07.png"></a>
            </p>
            <p class="copy-txt" style="margin: 2% auto 0; padding-top: 0;">上海网警提示您: 网络刷单是违法 切莫轻信有返利,网上交友套路多 卖惨要钱需当心, 电子红包莫轻点 个人信息勿填写,仿冒客服来行骗 官方核实最重要, 招工诈骗有套路 预交费用需谨慎,低价充值莫轻信 莫因游戏陷套路, 连接WIFI要规范 确认安全再连接,抢购车票有章法 确认订单再付款, 白条赊购慎使用 提升额度莫轻信,网购预付有风险 正规渠道很重要。
            </p>
            <p class="copy-txt" style="margin: 2% auto 0; padding-top: 0;">抵制不良游戏,拒绝盗版游戏。注意自我保护,谨防受骗上当。适度游戏益脑,沉迷游戏伤身。合理安排时间,享受健康生活。
            </p>
        </div>
    </div>
</body>
<!-- jQuery and JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>

</html>                               

Whois info of domain

Domain Name: 9C.COM
Registry Domain ID: 99768724_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.paycenter.com.cn
Registrar URL: http://www.xinnet.com
Updated Date: 2024-05-31T07:33:26Z
Creation Date: 2003-06-27T18:14:37Z
Registry Expiry Date: 2025-06-27T18:14:37Z
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: DNS1.THE9.COM
Name Server: DNS2.THE9.COM
Name Server: DNS3.THE9.COM
Name Server: DNS5.THE9.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-29T20:51:31Z <<<
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