Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - d076.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 09 May 2025 07:22:50 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://43.200.210.253:5002/
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3v5xcVDaD4kEeqMmpNFBrQw74xSc8b0RJ1zFHWdKbh9Bwv%2BbayifuBE2S%2FBQH7k741W6XP9fB0E3VQdgcW8lFqpd3%2BGXITzwg7Oe5cabGCHDfVbJ7nhS5bzhsU%2Bqu6hdHs14hB6aiw%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 93cf72b0ebc6693d-FRA
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=20340&min_rtt=20340&rtt_var=10170&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=164&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

HTTP Code 301 Moved Permanently

301 status code 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://43.200.210.253:5002/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.26.1
Date: Fri, 09 May 2025 07:22:52 GMT
Content-Type: text/html
Content-Length: 12873
Connection: keep-alive
Vary: Accept-Encoding
Last-Modified: Sun, 04 May 2025 13:59:58 GMT
Vary: Accept-Encoding
ETag: "681772de-3249"
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: d076.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, height=device-height, initial-scale=1.0, minimum-scale=1.0, user-scalable=1"/>
    <!-- title -->
    <title>欢迎光临</title>
    <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
    <!-- animate css -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
    <!-- reset css -->
    <link rel="stylesheet" href="css/reset.css">
    <!-- style.css -->
    <link rel="stylesheet" href="css/style.css">
</head>
<body>
    <div class="container">
        <!-- 懸浮客服 -->
        <!-- <a href="#" target="_blank" class="float-client">
            <img src="img/icon_floatClient.png" alt="">
            <span>客服</span>
        </a> -->
        <!-- header -->
        <div class="header">
            <div class="flag"><img src="img/icon_zh.png" alt=""></div>
            <!-- logo -->
            <div class="logo"><img src="img/logo.png" alt=""></div>
            <a class="support" href="https://senvbian.tiankxiang.top/oFsLvREAJAmILpgG/MDoIdLexSFTNtUcHCG.html" target="_blank"><img src="img/icon_support.png" alt=""></a>
        </div>
        <!-- 主視覺 -->
        <div class="kv">
            <img src="img/kv.png" alt="">
        </div>
        <!-- 按鈕區 -->
        <div class="menu-wrap" id="menu">
            <div class="btn-wrap">
                <a href="javascript:;" class="btn" id="btn1">
                    <div class="icon"><img src="img/icon_home.png" alt=""></div>
                    <span>进入官网</span>
                </a>
            </div>
            <div class="btn-wrap">
                <a href="javascript:;" class="btn" id="btn2">
                    <div class="icon"><img src="img/icon_dowload.png" alt=""></div>
                    <span>下载中心</span>
                </a>
            </div>
            <div class="btn-wrap">
                <a href="javascript:;" class="btn" id="btn3">
                    <div class="icon"><img src="img/icon_web.png" alt=""></div>
                    <span>教程中心</span>
                </a>
            </div>
        </div>
        <!-- 線路彈窗 -->
        <div class="popup" id="popup1">
            <div class="lightbox animate__animated animate__zoomIn">
                <div class="line-wrap">
                    <div class="signal">
                        <div class="icon"><img src="img/icon_signal.png" alt=""></div>
                        <span class="line-speed" id="lineMs1">2ms</span>
                    </div>
                    <div class="name" id="name1">加载中...</div>
                    <a href="#" target="_blank" class="btn" id="click_url_1">立即游戏</a>
                </div>
                <div class="line-wrap">
                    <div class="signal">
                        <div class="icon"><img src="img/icon_signal.png" alt=""></div>
                        <span class="line-speed" id="lineMs2">2ms</span>
                    </div>
                    <div class="name" id="name2">加载中...</div>
                    <a href="#" target="_blank" class="btn" id="click_url_2">立即游戏</a>
                </div>
                <div class="line-wrap">
                    <div class="signal">
                        <div class="icon"><img src="img/icon_signal.png" alt=""></div>
                        <span class="line-speed" id="lineMs3">2ms</span>
                    </div>
                    <div class="name" id="name3">加载中...</div>
                    <a href="#" target="_blank" class="btn" id="click_url_3">立即游戏</a>
                </div>
                <div class="line-wrap">
                    <div class="signal">
                        <div class="icon"><img src="img/icon_signal.png" alt=""></div>
                        <span class="line-speed" id="lineMs4">2ms</span>
                    </div>
                    <div class="name" id="name4">加载中...</div>
                    <a href="#" target="_blank" class="btn" id="click_url_4">立即游戏</a>
                </div>
                <div class="line-wrap">
                    <div class="signal">
                        <div class="icon"><img src="img/icon_signal.png" alt=""></div>
                        <span class="line-speed" id="lineMs5">2ms</span>
                    </div>
                    <div class="name" id="name5">加载中...</div>
                    <a href="#" target="_blank" class="btn" id="click_url_5">立即游戏</a>
                </div>
                <div class="line-wrap">
                    <div class="signal">
                        <div class="icon"><img src="img/icon_signal.png" alt=""></div>
                        <span class="line-speed" id="lineMs6">31ms</span>
                    </div>
                    <div class="name">备用线路</div> <!--這條固定 -->
                    <a href="https://54.65.127.181:5030" target="_blank" class="btn">立即游戏</a>
                </div>
                <!-- close btn -->
                <div class="close-btn"><img src="img/close_btn.png" alt=""></div>
            </div>
        </div>

        <!-- 下載彈窗 -->
        <div class="popup" id="popup2">
            <div class="lightbox animate__animated animate__zoomIn">
                <a class="btn" id="appDownload" href="#" target="_blank">
                    <div class="icon"><img src="img/icon_app.png" alt=""></div>
                    <span>APP下载</span>
                </a>
                <a class="btn" id="ub" href="https://ub555.net" target="_blank">
                    <div class="icon"><img src="img/icon_huanyu.png" alt=""></div>
                    <span>寰宇浏览器</span>
                </a>
                <a class="btn" id="browser" href="#" target="_blank">
                    <div class="icon"><img src="img/icon_browser.png" alt=""></div>
                    <span>客制浏览器</span>
                </a>
                <a class="btn" href="https://senvbian.leqiaozang.top/oFsLvREAJAmILpgG/MDoIdLexSFTNtUcHCG.html" target="_blank">
                    <div class="icon"><img src="img/icon_client.png" alt=""></div>
                    <span>在线客服1</span>
                </a>
                <!-- close btn -->
                <div class="close-btn"><img src="img/close_btn.png" alt=""></div>
            </div>
        </div>

        <!-- 教程彈窗 -->
        <div class="popup" id="popup3">
            <div class="lightbox animate__animated animate__zoomIn">
                <a class="btn" href="http://pulylbbk.xiangchuanshui.com/810g3AfvDikw8i8tfhyM.html
" target="_blank">
                    <div class="icon"><img src="img/icon_wallet.png" alt=""></div>
                    <span>钱包使用教程</span>
                </a>
                <a class="btn" href="https://khidwuc5kq0rrt3sjq1m28atl83wox.chengzi12580.com" target="_blank">
                    <div class="icon"><img src="img/icon_client.png" alt=""></div>
                    <span>在线客服2</span>
                </a>
                <!-- close btn -->
                <div class="close-btn"><img src="img/close_btn.png" alt=""></div>
            </div>
        </div>
    </div>

    <!-- jquery -->
    <script src="js/jquery.min.js"></script>
    <!-- main js -->
    <script src="js/main.js"></script>
    <script src="js/host_utils.js"></script>
    // <script>
    //     $(function () {
    //         //單按鈕跳轉隨機網址程式 start
    //         $('.thcom').click(function () {
    //             var str1 = 'https://';
    //             var str2 = 'www';
    //             var protGroup = ['5001', '5002']; //網址後的port選擇    比如 https://www.33449126.com:9126   9126就是他的port
    //             //上方.thcom 是指定按鈕的class
    //             //下方替換網址列表,注意都要引號及逗號
    //             const urlGroup = [
    //                 '138.113.7.212',
    //                 '138.113.7.212',
    //                 '138.113.7.212',
    //                 '138.113.7.212' //最後一個不用逗號
    //             ];
    //             let url = urlGroup[Math.floor(Math.random() * urlGroup.length)];
    //             let port = protGroup[Math.floor(Math.random() * protGroup.length)];
    //             $(this).attr('href', str1 + url + ':' + port);  //此段是把上面宣告的東西都加在一起,變成一個完整的網址

    //         });
    //         //單按鈕跳轉隨機網址程式 end
    //     });
    // </script>
    <script>
    let hosts_all;
    tim = 1;
    setInterval("tim++", 100);
    // 預設網域
    var wwwrandom = 'www000573.';
    var hostnames = [
		'https://' + wwwrandom + '10765533.com',
		'https://' + wwwrandom + '10767700.com',
		'https://' + wwwrandom + '10767722.com',
		'https://' + wwwrandom + '14145076.com',
		'https://' + wwwrandom + '14148076.com',];

    var site = "";


    // 取得 client 端 ip & id
    function getClientInfo() {
      var dfd = $.Deferred();
      $.ajax({
        url: "https://get.wadidowe.net:9988/api/get_ip",
        method: "GET",
        timeout: 5000,
        async: true,
      })
        .success(function (data) {
          dfd.resolve(data);
        })
        .error(function () {
          dfd.resolve({});
        });
      return dfd.promise();
    }

    var bestHost;
    const getRandomUrl = () => {
      const encodedHosts = HostUtils.encodeHosts(hostnames);
      encodedHosts.sort(() => Math.random() - 0.5);
      return encodedHosts[0];
    };

    function getUrl() {
      let randomHost = getRandomUrl();
      return bestHost || randomHost
    }
    
    const appTarget = [];
    var appDownloadPath = "/web/simple.php#/aioDownload";
	$("#appDownload").click(function() {
	  appTarget.sort(() => Math.random() - 0.5);
	  $(this).attr("href", appTarget[0] + appDownloadPath);
	});
	
	
	var ubPath = "/ub/";
	$("#ub").click(function() {
	 appTarget.sort(() => Math.random() - 0.5);
	 $(this).attr("href", appTarget[0] + ubPath);
	});
	
	var site = "zycree5d73";
	var browserPath = "/CustomBrowser/download.html?provider=";
	$("#browser").click(function() {
	  appTarget.sort(() => Math.random() - 0.5);
	 $(this).attr("href", appTarget[0] + browserPath + site);
	});
	
	
    function reloadLing() {
        
            domLen = document.getElementsByClassName("name").length -1 ; // 只有前5個網址要改, -1
        
            const shuffledHosts = hosts_all.sort(() => Math.random() - 0.5);

            const selectedHosts = shuffledHosts.slice(0,  domLen);
            
            for (var i = 1; i <= domLen; i++) {
                
                // let host = selectedHosts[i-1];
                host = selectedHosts[i-1];
                let hostname = new URL(selectedHosts[i-1]).hostname;
                let parts = hostname.split(".");
                let partLen = parts.length;
                if (partLen > 2) {
                    hostname = parts[partLen - 2] + "." + parts[partLen - 1];
                  }
                
                document.getElementById("lineMs" + i).textContent =  Math.floor(Math.random() * (30 - 10 + 1) + 10) + "ms";
                document.getElementById("click_url_" + i).href = host;
                document.getElementById("name" + i).textContent = '线路' + i;
                appTarget.push(host);
                }
            
		}

    window.addEventListener("load", function () {
        var dfd = $.Deferred();

        getClientInfo().then(function (clientInfo) {
          HostUtils.getHost("/api/hostnames", clientInfo)
            .then(function (hosts) {
              if (!hosts) {
                hosts_all =  hostnames;
                return dfd.resolve(hostnames);
              }
              
              
              var len = hostnames.length;
              var hostLen = hosts.length;
              var domLen = document.getElementsByClassName("name").length - 1; // 只有前5個網址要改, -1

              for (var i = 0; i < domLen - hostLen; i++) {
                var pickedHost = 
                  hostnames[Math.floor(Math.random() * hostnames.length)];
                hosts.push(pickedHost);

                hosts = hosts.filter(function (element, index, arr) {
                  if (arr.indexOf(element) !== index) {
                    --i;
                  }
                  return arr.indexOf(element) === index;
                });
              }
              hosts_all =  hosts;
              return dfd.resolve(hosts);
            })
            .then(function (hosts) {
              console.log(hosts);
              reloadLing()

            });
        });
      });
  </script>
</body>
</html>                               

Whois info of domain

Domain Name: D076.COM
Registry Domain ID: 2388899929_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-03-24T08:03:13Z
Creation Date: 2019-05-09T00:10:37Z
Registry Expiry Date: 2026-05-09T00:10:37Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
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: MEADOW.NS.CLOUDFLARE.COM
Name Server: ZAC.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-09T07:22:45Z <<<
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