Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - b5150.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 20:43:34 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Last-Modified: Wed, 23 Apr 2025 08:44:42 GMT
Vary: Accept-Encoding
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=F9gQu0MLWFl6DvvW6r5poG4fYyM%2F3Ead8ijagPu9t2BDUYL5meW%2F2ci7QbqwUivymPGuec8nVbiQhNrex1TfKC%2FJrF2%2FOBebNeYms%2FzaUjUMafaF%2F9UVUQ6I41W20osCm0yOhTgmJcU%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 9389df40e9c80be1-AMS
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=28737&min_rtt=28737&rtt_var=14368&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: b5150.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">
    <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
    <script>LA.init({id:"3LxRhd0higT4w0e9",ck:"3LxRhd0higT4w0e9"})</script>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>欢迎光临</title>
    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
    <style>
        html, body {
            height: 100%;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
            font-family: 'Roboto', sans-serif;
            background: #2e3c61; /* 默认背景色 */
        }

        /* PC端背景图 */
        @media screen and (min-width: 1025px) {
            body {
                background: url(../bg.jpg) no-repeat center center fixed;
                background-size: cover; 
            }
        }

        /* 移动端背景图 */
        @media screen and (max-width: 767px) {
            body {
                background: url(../bgm.jpg) no-repeat center center fixed;
                background-size: cover; 
            }
        }

        .container {
            position: relative;
            margin: 100px auto;
            padding: 20px;
            border-radius: 30px; /* 圆角大小 */
            background: url(../bg.jpg) no-repeat center center; /* 使用背景图 */
            background-size: cover; /* 背景图覆盖容器 */
            opacity: 0.9; /* 适度透明度 */
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); /* 增加阴影 */
            width: 90%;
            max-width: 400px;
            text-align: center;
            overflow: hidden; /* 确保子元素不溢出 */
        }

        .loading-container {
            position: relative;
            background: rgba(255, 255, 255, 0); /* 透明背景 */
            margin: 0 auto;
            width: 100%;
            max-width: 200px; /* 根据需要调整宽度 */
            border-radius: 50%; /* 圆形效果 */
            overflow: hidden; /* 确保内容不溢出 */
        }

        canvas {
            display: block;
            margin: 0 auto;
            background: transparent; /* 透明背景 */
            border-radius: 50%; /* 确保canvas也是圆形 */
        }

        .title {
            color: #FFFFFF; /* 设置为白色 */
            font-size: 24px;
            margin: 20px 0;
        }

        .extra-text {
            color: #007aff;
            font-size: 18px;
            margin-bottom: 20px;
            text-align: center; /* 使文本居中对齐 */
        }

        .address {
            display: flex;
            flex-direction: column; /* 垂直排列 */
            align-items: center; /* 水平居中对齐 */
        }

        .btn {
            display: block;
            border-radius: 30px;
            background-color: #ff5656; /* 初始为红色 */
            height: 55px;
            line-height: 55px;
            width: 200px;
            color: #FFFFFF;
            font-size: 22px;
            text-decoration: none;
            letter-spacing: 2px;
            margin: 20px auto;
            cursor: pointer;
            transition: background-color 0.3s, transform 0.3s;
        }

        .btn:hover {
            background-color: #ff3d3d; /* 更深的红色 */
            transform: scale(1.05);
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="loading-container">
            <canvas id="canvas" width="200" height="200"></canvas>
        </div>
        <div class="title">AG直营20年信誉品牌<br><br>信誉保证&nbsp;&nbsp;&nbsp;&nbsp;大额无忧</div>

   <div class="extra-text">
            永久地址:
            <div class="address">
                <span>facaiwang.vip</span>
                <span>facaiwang.cc</span>
            </div>
            <br>
            <div>发财网拼音(祝您发财)</div>
        <a id="btn" class="btn">正在检测中……</a>
    </div>

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

            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 = "#ff5656"; // 初始颜色
                ctx.arc(0, 0, ras * 0.8, 0, Math.PI * 2, false);
                ctx.stroke();
                ctx.strokeStyle = "#36a11e";
                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();

                if (index < 99.2) {
                    if (index > 90) {
                        index += 1;
                    } else if (index > 60) {
                        index += 1;
                    } else {
                        index += 3;
                    }
                    document.getElementById('btn').innerHTML = '链接检测中……'; // 显示检测状态
                    setTimeout(drawFrame, 20);
                } else {
                    index = 100;
                    document.title = 'WELCOME facaiwang.vip';

                    // 加载完成后改变按钮文本和颜色
                    var btn = document.getElementById('btn');
                    btn.innerHTML = '请点击进入'; // 更新按钮文本
                    btn.style.backgroundColor = '#36A11E'; // 改变按钮颜色为绿色
                    btn.onclick = function() {
                        location.href = 'https://34.96.146.59:1144/mktland';
                    };
                }
            }
        };
    </script>
</body>
</html>                               

Whois info of domain

Domain Name: B5150.COM
Registry Domain ID: 2973079454_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.aliyun.com
Registrar URL: http://www.alibabacloud.com
Updated Date: 2025-04-08T08:14:26Z
Creation Date: 2025-04-07T05:13:10Z
Registry Expiry Date: 2026-04-07T05:13:10Z
Registrar: Dominet (HK) Limited
Registrar IANA ID: 3775
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: ALEXANDRA.NS.CLOUDFLARE.COM
Name Server: AMIT.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T20:43:19Z <<<
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