Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - hh105.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 18 May 2025 16:21:44 GMT
Content-Type: text/html
Content-Length: 166
Connection: keep-alive
Location: https://hh105.com/
Server: nginx

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://hh105.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 18 May 2025 16:21:45 GMT
Content-Type: text/html
Content-Length: 5581
Connection: keep-alive
Vary: Accept-Encoding
Last-Modified: Mon, 28 Apr 2025 04:48:07 GMT
Vary: Accept-Encoding
ETag: "680f0887-15cd"
Accept-Ranges: bytes
Server: nginx

HTTP Code 200 OK

200 OK 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: hh105.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<html lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>めゑ</title>
    <meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,user-scalable=no">
    <link rel="stylesheet" href="static/css/swiper.min.css" tppabs="./shg/swiper.min.css">
    <link rel="stylesheet" href="static/css/main.css" tppabs="./shg/main.css">
    <link rel="stylesheet" href="static/css/1.css" tppabs="./shg/main.css">

</head>
<body>
    <div id="app">
        <div class="bg">
         
      <img src="static/picture/pc_bg.css">
      
        </div>
        <div class="main">
            <img src="static/picture/title.css" tppabs="./shg/title.png" class="title">
            <div class="slogan">
                24&#x5C0F;&#x65F6;&#x5728;&#x7EBF;&#x901F;&#x914D;
            </div>
            <div class="btn">
               <img src="static/picture/pc-ios.png">
            <img src="static/picture/pc-android.png">
            </div>
        </div>
    </div>
    <div id="md-app">
        <div class="swiper">
            <div class="swiper-container swiper-container-horizontal swiper-container-ios">
                <div class="swiper-wrapper" style="transform: translate3d(-1560px, 0px, 0px); transition-duration: 300ms;">
                    <div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-active" data-swiper-slide-index="3" style="width: 390px;">
                       <img src="static/picture/14ce36d3d539b600eaad7f87af50352ac65cb79b.jpg" tppabs="./shg/18.css" class="swiper-slide-bg">
                        <img src="static/picture/mask.png" tppabs="./shg/mask.png" class="swiper-slide-mask">
                    </div>
                    <div class="swiper-slide swiper-slide-duplicate-next" data-swiper-slide-index="0" style="width: 390px;">
                       <img src="static/picture/caef76094b36acafc586e6cc3ad98d1001e99c98.jpg" tppabs="./shg/15.css" class="swiper-slide-bg">
                    </div>
                    <div class="swiper-slide" data-swiper-slide-index="1" style="width: 390px;">
                       <img src="static/picture/d31b0ef41bd5ad6e969914dac7cb39dbb6fd3c99.jpg" tppabs="./shg/16.css" class="swiper-slide-bg">
                    </div>
                    <div class="swiper-slide swiper-slide-prev" data-swiper-slide-index="2" style="width: 390px;">
                       <img src="static/picture/838ba61ea8d3fd1f696ad20a764e251f95ca5f9a.jpg" tppabs="./shg/17.css" class="swiper-slide-bg">
                    </div>
                    <div class="swiper-slide swiper-slide-active" data-swiper-slide-index="3" style="width: 390px;">
                       <img src="static/picture/14ce36d3d539b600eaad7f87af50352ac65cb79b.jpg" tppabs="./shg/18.css" class="swiper-slide-bg">
                    </div>
                    <div class="swiper-slide swiper-slide-duplicate swiper-slide-next" data-swiper-slide-index="0" style="width: 390px;">
                       <img src="static/picture/caef76094b36acafc586e6cc3ad98d1001e99c98.jpg" tppabs="./shg/15.css" class="swiper-slide-bg">
                    </div>
                </div>
            </div>
        </div>
        <div class="logo2">
            <marquee direction="left" scrollamount="9"></marquee>
        </div>
    </div>
    <script type="text/javascript" charset="UTF-8" src="static/js/openinstall.js"></script>
    <script type="text/javascript">
        var data = OpenInstall.parseUrlParams(); ///openinstall.js中提供的工具函数,解析url中的所有查询参数
        new OpenInstall({
            appKey: "qp0p41",
            channelCode: "9999",
            onready: function () {
                this.schemeWakeup();
                var m = this, button = document.querySelector("body");
                button.onclick = function () {
                    m.wakeupOrInstall({
                        channelCode: "9999"
                    });
                    return false;
                }
            }
        }, data);
        function judgeClient() {
            let u = navigator.userAgent;
            let isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1;
            let isIOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);
            let s1 = u.indexOf("MicroMessenger") > -1
            let s2 = (u.match(/QQ/i) == "QQ" && u.indexOf("MQQBrowser") == -1) || (u.indexOf("MQQBrowser") > -1 && u.indexOf("QQ/") > -1)
            if (isAndroid) {
                if (s1 || s2) {
                    let bg = document.getElementById("bg");
                    bg.style.display = "block"
                }
            } else if (isIOS) {
                if (s1 || s2) {
                    let bg = document.getElementById("bg");
                    bg.style.display = "block"
                }
            }
        }
    
        judgeClient();
    
    
        new Swiper('.swiper-container', {
            loop: true,
            speed: 600,
            autoplay: {
                delay: 3500,
            },
            pagination: {
                el: '.swiper-pagination',
            }
        })
    </script>
    <script src="static/js/jquery.min.js" tppabs="./shg/jquery.min.js"></script>
    <script src="static/js/swiper.min.js" tppabs="./shg/swiper.min.js"></script>
    <script src="static/js/main.js" tppabs="./shg/main.js"></script>
    <script charset="UTF-8" id="LA_COLLECT" src="static/js/js-sdk-pro.min.js"></script>
    <script>LA.init({id:"KLWp7J8er1f7FafF",ck:"KLWp7J8er1f7FafF"})</script>
</body>
</html>
                               

Whois info of domain

Domain Name: HH105.COM
Registry Domain ID: 2977167982_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.aliyun.com
Registrar URL: http://www.alibabacloud.com
Updated Date: 2025-04-22T11:23:23Z
Creation Date: 2025-04-22T11:23:23Z
Registry Expiry Date: 2026-04-22T11:23:23Z
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: NS1.DOMAINNAMEDNS.COM
Name Server: NS2.DOMAINNAMEDNS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-18T16:21: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