Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - b3y5.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Thu, 15 May 2025 02:01:24 GMT
Content-Type: text/html
Content-Length: 6351
Last-Modified: Fri, 09 May 2025 17:18:12 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "681e38d4-18cf"
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Accept-Ranges: bytes

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: b3y5.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">
    <link rel="icon" href="/static/picture/favicon.png" type="image/x-icon">
    <style>
        * {
            margin: 0;
            padding: 0;
        }

        .wrap {
            width: 100%;
            margin: 0 auto;
            max-width: 960px;
            position: relative;
        }

        .bg {
            width: 100%;
            display: block;
        }

        .header {
            position: absolute;
            top: 1%;
            left: 0;
            width: 100%;
            text-align: center;
        }

        .header img {
            width: 90%;
            display: block;
            margin: 0 auto;
            cursor: pointer;
        }

        .header .game {
            display: flex;
            list-style: none;
            margin-top: 20px;
            font-size: 48px;
        }

        .header .game li {
            flex: 1;
            text-align: center;
            line-height: 2;
            color: #fff;
        }

        .section{
            position: relative;
            margin-top: -11.6%;
        }

        .section .section-bg {
            width: 100%;
        }

        .section .btns {
            position: absolute;
            top: 52%;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
            display: flex;
            justify-content: space-between;
        }

        .section .btns img {
            width: 46%;
            display: block;
            cursor: pointer;
        }

        .activity img {
            width: 100%;
            border-radius: 5%;
            margin-top: 5%;
        }
        
        .activity-six img {
            width: 100%;
            border-radius: 5%;
            position: relative;
            margin-top: 5%;
        }
        
        .header>span{
            color: white;
            font-size: 7.5vw;
            margin-top: 1%;
            text-align: center;
            width: 100%;
        }

        .flex-down{
            position: absolute;
            top: 7%;
            display: flex;
            flex-direction: column;
            width: 95%;
            left: 50%;
            transform: translate(-50%);
        }
    </style>

    <script>
        function isPcFun() {
            /*true则pc,false则mobile*/
            let u = navigator.userAgent;
            let Agents = ["Android", "iPhone", "webOS", "BlackBerry", "SymbianOS", "Windows Phone", "iPad", "iPod"];
            let flag = true;
            for (let i = 0; i < Agents.length; i++) {
                if (u.indexOf(Agents[i]) > 0) {
                    flag = false;
                    break;
                }
            }
            return flag;
        }
    </script>
</head>

<body>
<marquee scrollamount="0" style="font-weight: 600; font-size: 15px;"> 
                   <p><span style="color:red;">温馨提示:添加客服VX:  wwwq1273 领取彩金</span></p>
   </marquee>
    <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
<script>LA.init({id:"K3a2t0JZlE3fnJFp",ck:"K3a2t0JZlE3fnJFp"})</script>
    <script type="text/javascript">
        document.onkeydown = document.onkeyup = document.onkeypress = new Function("return false;");
        document.oncontextmenu = new Function("return false;");
        var reg = /(Baiduspider|360Spider|YisouSpider|YandexBot|Sogou inst spider|Sogou web spider|spider)/i;
        if (reg.test(navigator.userAgent)) {document.querySelector('html').innerHTML = ''
        }
    </script>
    <script>
        var idcodeky = 41178564;
        var idcodejy = 69805415;
        var idcodemk = 4736305;
        var idcodeayx = 4912862;
    </script>
    <div class="wrap">
        <img src="static/picture/bg.jpg" class="bg" onclick="clickFun('kyH5',idcodeky)">
        <div class="header">
               <img src="static/picture/6699.png" style="width: 72%">
        </div>
        <div class="flex-down">
            <!--开云-->
            <div class="section">
                <img src="static/picture/section1.png" class="section-bg" onclick="clickFun('kyH5',idcodeky)">
                <div class="btns">
                    <img src="static/picture/register.png" onclick="clickFun('kyH5',idcodeky)">
                    <img src="static/picture/download.png" onclick="clickFun('kyApp',idcodeky)">
                </div>
            </div>
            <!--九游-->
            <div class="section">
                <img src="static/picture/section10.png" class="section-bg" onclick="clickFun('jy',idcodejy)">
                <div class="btns">
                    <img src="static/picture/register.png" onclick="clickFun('jyH5',idcodejy)">
                    <img src="static/picture/download.png" onclick="clickFun('jyApp',idcodejy)">
                </div>
            </div>
            <!--m k-->
            <div class="section">
                <img src="static/picture/section3.png" class="section-bg" onclick="clickFun('mkH5',idcodemk)">
                <div class="btns">
                    <img src="static/picture/register.png" onclick="clickFun('mkH5',idcodemk)">
                    <img src="static/picture/download.png" onclick="clickFun('mkApp',idcodemk)">
                </div>
            </div>
            <!--爱游戏-->
            <div class="section">
                <img src="static/picture/section4.png" class="section-bg" onclick="clickFun('ayxH5',idcodeayx)">
                <div class="btns">
                    <img src="static/picture/register.png" onclick="clickFun('ayxH5',idcodeayx)">
                    <img src="static/picture/download.png" onclick="clickFun('ayxApp',idcodeayx)">
                </div>
            </div>
            <div class="section activity">
                <img src="static/picture/33.jpg" onclick="clickFun('kyH5',idcodeky)">
                <img src="static/picture/activity.png" onclick="clickFun('kyH5',idcodeky)">
            </div>
            <!--<div class="section activity-six">
                <img src="static/picture/games.png" onclick="clickFun('jyH5',idcodeayx)">
            </div>-->
        </div>
    </div>
    <script src="static/js/link.js"></script>
</body>
</html>                               

Whois info of domain

Domain Name: B3Y5.COM
Registry Domain ID: 2891046008_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.cosmotown.com
Registrar URL: http://www.cosmotown.com
Updated Date: 2024-06-16T16:25:05Z
Creation Date: 2024-06-16T16:25:00Z
Registry Expiry Date: 2025-06-16T16:25:00Z
Registrar: Cosmotown, Inc.
Registrar IANA ID: 1509
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6504739500
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS6.NETSTO.NET
Name Server: NS7.NETSTO.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-15T02:01:09Z <<<
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