Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
200 OK - ebox8.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.20.1
Date: Tue, 27 May 2025 17:40:58 GMT
Content-Type: text/html
Content-Length: 5627
Last-Modified: Tue, 05 Nov 2024 03:30:59 GMT
Connection: keep-alive
ETag: "67299173-15fb"
Accept-Ranges: bytes

HTTP Kodu 200 OK

200 OK, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: ebox8.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="zh-CN">

<head>
    <title>游秀网络</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <link rel="stylesheet" href="./css/main.css">
    <link rel="stylesheet" href="./css/profile.css">
    <style>
        /*特别页面CSS*/
    </style>
</head>

<body>
    <header>
        <img id="logo" src="./images/logo1.png"></img>
        <div id="menu" onmouseout="DisplaySelfMenu(this)">
        </div>
    </header>


    <main>
        <section id="main_top">
        </section>


        <section id="main_bottom">
            <div id="content">

                <aside id="content_left">
                    <div id="selectMenu">
                        <ul>
                            <li id="select1">
                                <a href="#profile_title" onclick="DisplaySelectImg(this)">公司简介</a>
                            </li>
                        </ul>
                    </div>

                </aside>


                <div id="content_right">
                    <div id="profile">
                        <div id="profile_title">
                            <p class="title">公司简介</p>
                            <span class="titleTip_8bcbe7">OUR ADVANTAGE</span>
                        </div>

                        <div id="profile_content">
                            <p class="content_txt">
                                广州市游秀网络技术有限责任公司是一家新型的网络公司。公司始创于2016年,主要致力于将更多的游秀的H5及页游小游戏
                                展示到公众的视野当中,让更多的人享受到游戏的乐趣。
                            </p>
                            <a>
                                <img src="images/profile_p.png" alt="">
                            </a>
                        </div>
                    </div>


                        <div id="culture_content">
                            <p class="content_txt">
                                目前公司员工总人数50余人。员工都是充满活力的80后以及90后,每天都是秉承着公司的宗旨,游秀网络,将“优质的游戏秀到公众面前”。
                                目前团队依然在壮大大众,欢迎各位喜爱H5以及页游的同学们加入。
                            </p>
                            <a>
                                <img src="images/profile_culture.png" alt="">
                            </a>
                        </div>
                    </div>


                    </div>
                </div>
            </div>
        </section>
    </main>


    <footer>
        <img id="logo2" src="./images/logo2.png"></img>
        <div id="footer_content">
            <img id="splitLine" src="./images/split_line.png"></img>
            <span>
                广州市游秀网络技术有限责任公司&nbsp;&nbsp;|&nbsp;&nbsp;
                <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;copyright ©2024
                ebox8.com all
                rights reserved
                <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                <a href="https://beian.miit.gov.cn">粤ICP备18080964号-2</a>
            </span>
        </div>
    </footer>

    <script type="text/javascript" charset="utf-8" src="./js/jquery3.3.1.js"></script>
    <script type="text/javascript" charset="utf-8" src="./js/function.js"></script>
    <script>
        //图标选中图标
        function DisplaySelectImg(o) {
            //之后把图形的名字和元素的字符关联起来,再用这种办法
            // $("#selectMenu > ul > li").each(function () {
            //     $(this).css('background','url(res/skin/dist/img/zongheguanli_bg.png)8px  no-repeat');
            // });

            // $("#select1 > a").css("background-image", "url(../images/profile_select1.png)");
            // $("#select2 > a").css("background-image", "url('../images/profile_select2.png')");
            // $("#select3 > a").css("background-image", "url('../images/profile_select3.png')");

            // var selectId = $(o.parentNode).attr("id");
            // if (selectId == "select1")
            //     $(o).css("background-image", "url(../images/profile_selected1.png)");
            // else if (selectId == "select2")
            //     $(o).css("background-image", "url(../images/profile_selected2.png)");
            // else if (selectId == "select3")
            //     $(o).css("background-image", "url(../images/profile_selected3.png)");
        }

        function DisplaySelfMenu(o) {
            // var parent = document.getElementById("menu");
            // var oldImg = document.getElementById("imgObj");
            // if (oldImg)
            //     parent.removeChild(oldImg);

            // var oImg = document.createElement("img");
            // oImg.setAttribute("id", "imgObj");
            // oImg.setAttribute("src", "./images/select_bottom.png");
            // oImg.setAttribute("alt", "没有加载完成");
            // oImg.style.position = "absolute";

            // var pos = $("#menu > ul > li > a").eq(1).position();
            // oImg.style.left = pos.left - 10 + "px";
            // oImg.style.top = pos.top + 45 + "px";

            // parent.appendChild(oImg);
        }
    </script>
</body>

</html>
                               

Alan adının whois bilgisi

Domain Name: EBOX8.COM
Registry Domain ID: 2826265362_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://wanwang.aliyun.com
Updated Date: 2024-01-19T08:14:43Z
Creation Date: 2023-11-01T16:33:50Z
Registry Expiry Date: 2033-11-01T16:33:50Z
Registrar: Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)
Registrar IANA ID: 1599
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS10.HICHINA.COM
Name Server: DNS9.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-27T17:40:46Z <<<
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