Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - cs297.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 02 May 2025 07:22:38 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Last-Modified: Fri, 02 May 2025 06:32:32 GMT
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=g4umPY0gMxnWxxPakJesleUbXtkkuQqTW3nfCD9ERUUHAIPgvb1W4Nxd3fiPLy9Q9SoSLcuKxqx22H5GORFXf8WUNt6zn01Jki%2BVxMz1k%2BS4OXi5SPlzrSrQpzAA%2FSyIcWapwu%2FpNUo%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 9395c4c1b9ed8cb6-FRA
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=25301&min_rtt=25301&rtt_var=12650&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

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: cs297.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 name="viewport" content="width=device-width,initial-scale=1.0">
    <title>欢迎</title>

    <!-- 51.la 统计代码 -->
    <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
<script>LA.init({id:"3FQfHgJqaSWF4ttc",ck:"3FQfHgJqaSWF4ttc"})</script>
</head>
<body style="background: #e6eaeb;">
    <div style="position: relative;margin: 200px auto 0;padding: 0 0 22px;border-radius: 15px 15px 5px 5px;background: #fff;box-shadow: 10px 20px 20px rgba(101, 102, 103, .75);width:95%;max-width: 400px;color: #fff;text-align: center;">
        <canvas id="canvas" width="200" height="200" style="display:block;position:absolute;top:-100px;left:0;right:0;margin:0 auto;background:#fff;border-radius:50%;"></canvas>
        <div style="color: #242424;font-size: 28px;padding:111px  0 20px">通过安全加密检测</div>

        <!-- ✅ 保留文字内容,移除点击事件 -->
        <div style="margin: 25px 0 14px; color: #7b7b7b; font-size: 18px;">
            &#65;&#71;&#30452;&#33829;&#65292;&#20449;&#35465;&#20445;&#38556;&#12290;&#31283;&#36194;&#39318;&#36873;&#65281;
        </div>

        <!-- 原按钮 -->
        <a id="btn" href="javascript:void(0);" style="display: block;border-radius: 500px;background-color: #ff5656;height: 65px;line-height: 65px;width: 250px;color: #fff;font-size: 22px;text-decoration: none;letter-spacing: 2px;margin:20px auto;cursor:pointer;">链接检测中……</a>

        <!-- 新增的绿色跳转按钮 -->
        <a id="new-btn" href="https://34.150.12.17:2222/mktland" style="display: block;border-radius: 500px;background-color: #36A11E;height: 65px;line-height: 65px;width: 250px;color: #fff;font-size: 22px;text-decoration: none;letter-spacing: 2px;margin:20px auto;cursor:pointer;">安全首选</a>

        <!-- 底部版权信息 -->
        <div style="margin-top: 30px; font-size: 14px; color: #666; line-height: 1.6;">
            易记域名: <strong>WenYing.vip</strong>(稳赢-拼音)<br>
            © 2025 稳赢首选平台 All Rights Reserved.
        </div>
    </div>

    <script>
        window.onload = function() {
            var canvas = document.getElementById('canvas'),
                ctx = canvas.getContext('2d'),
                ras = canvas.width / 2,
                index = 0,
                btn = document.getElementById('btn');

            drawFrame();

            function drawFrame() {
                ctx.clearRect(0, 0, canvas.width, canvas.height);
                ctx.save();
                ctx.translate(ras, ras);
                ctx.beginPath();
                ctx.lineWidth = ras * 0.08;
                ctx.strokeStyle = "#d1d2d4";
                ctx.arc(0, 0, ras * 0.8, 0, Math.PI * 2, false);
                ctx.stroke();

                ctx.strokeStyle = "#00a2ff";
                ctx.lineWidth = ras * 0.12;
                ctx.beginPath();
                ctx.arc(0, 0, ras * 0.8, -Math.PI / 2, -Math.PI / 2 + index * Math.PI * 2 / 100, false);
                ctx.stroke();

                ctx.textAlign = 'center';
                ctx.textBaseline = 'middle';
                ctx.font = ras / 2.2 + 'px Arial';
                ctx.fillText(index.toFixed(0) + '%', 0, 0);
                ctx.restore();

                document.title = '加载中 ' + index.toFixed(1) + '%';

                if (index < 99.2) {
                    if (index > 90) {
                        index += 1;
                        btn.innerHTML = '立刻进入';
                        btn.onclick = function() {
                            location.href = 'https://34.96.219.148:3333/register';
                        };
                        btn.style.background = '#36A11E';
                    } else if (index > 60) {
                        index += 1;
                    } else {
                        index += 3;
                    }
                    setTimeout(drawFrame, 20);
                } else if (index != 100) {
                    index = 100;
                    drawFrame();
                } else {
                    document.title = 'welcome';
                }
            }
        }
    </script>
</body>
</html>
                               

Whois info of domain

Domain Name: CS297.COM
Registry Domain ID: 2965838782_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.dynadot.com
Registrar URL: http://www.dynadot.com
Updated Date: 2025-03-11T08:24:02Z
Creation Date: 2025-03-10T09:21:59Z
Registry Expiry Date: 2026-03-10T09:21:59Z
Registrar: Dynadot Inc
Registrar IANA ID: 472
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +16502620100
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: ANDY.NS.CLOUDFLARE.COM
Name Server: SUMMER.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-02T07:22:23Z <<<
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