Check server response of

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

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://www.cbd6h.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sun, 11 May 2025 09:49:18 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close

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: cbd6h.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>
    <meta charset="UTF-8">
    <meta http-equiv="pragma" content="no-cache" />
    <meta http-equiv="cache-control" content="no-cache, no-store, max-age=0, must-revalidate" />
    <meta http-equiv="expires" content="0" />
    <meta http-equiv="cache" content="no-cache" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>应用下载</title>
    <style type="text/css">
        body {
            margin: 0;
            padding: 0;
            background: #E6EAEB;
            font-family: Arial, '微软雅黑', '宋体', sans-serif
        }

        .windowBlock {
            width: 100%;
            height: 100%;
            position: fixed;
            margin: 0;
            top: 0px;
            left: 0px;
            background-color: #f2f2f2;
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: cover;
            z-index: 9999;
            display: none;
        }

            .windowBlock img {
                width: 100%;
            }

        .windowBlock2 {
            width: 100%;
            height: 100%;
            position: fixed;
            margin: 0;
            top: 0px;
            left: 0px;
            background-color: #f2f2f2;
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: cover;
            z-index: 9999;
            text-align: center;
            padding-top: 2.5%;
            display: none;
        }

            .windowBlock2 img {
                width: 95%;
            }
    </style>
</head>

<body>
    <div class="windowBlock2 clickdiv" id="AndroidDiv">
        <img id="AndroidImg" src="">
    </div>
    <div class="windowBlock2 clickdiv" id="IOSDiv">
        <img id="IosImg" src="">
    </div>

    <!-- 站长统计 -->
    <div style="display:none;">
        <script>
            var _hmt = _hmt || [];
            (function () {
                var hm = document.createElement("script");
                hm.src = "https://hm.baidu.com/hm.js?c1e3d989bcc08492f67f6919bf093d54";
                var s = document.getElementsByTagName("script")[0];
                s.parentNode.insertBefore(hm, s);
            })();
        </script>
    </div>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-809PKGC0FW"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag() { dataLayer.push(arguments); }
        gtag('js', new Date());

        gtag('config', 'G-809PKGC0FW');
    </script>
    

<script>
    var enkey = "3fb9497630bd3bf12fd33f957703c907";
    function d(data) {
        var text = [];
        var p = 0;
        for (var i = 0; i < data.length; i += 2) {
            var c1 = parseInt(data.substr(i, 2), 16);
            var c2 = enkey.charCodeAt(p);
            var c = String.fromCharCode(c1 ^ c2);

            text.push(c);
            p++;
            if (p == enkey.length) p = 0;''
        }
        return text.join('');
    }
    function appendQueryString(url) {
        var queryString = '';
        if (queryString.length > 0) {
            url += ((url || "").indexOf('?') == -1 ? "?" : "&") + queryString;
        }
        return url;
    }

    function writeToClipboard() {
        try {
            var text = ''
            if (text.length == 0) {
                return;
            }
            var dummy = document.createElement("textarea");  // 创建一个隐藏的文本区域元素
            document.body.appendChild(dummy);  // 将该元素添加到页面中
            dummy.value = text;  // 将要复制的文本赋值给该元素
            dummy.select();  // 选择该元素的内容
            document.execCommand("copy");  // 执行复制操作
            document.body.removeChild(dummy);  // 移除该元素
        }
        catch {

        }
    }

    function ajaxGet(url, loadHandler) {
        try {
            var xhr = new XMLHttpRequest();//新建请求对象var xhr;
            if (window.XMLHttpRequest) { // 标准浏览器
                xhr = new XMLHttpRequest();
            } else if (window.ActiveXObject) { // 旧版IE
                xhr = new ActiveXObject("Microsoft.XMLHTTP");
            }
            xhr.addEventListener("load", typeof (loadHandler) == 'function' ? loadHandler : function () { });//添加处理事件
            xhr.open("GET", url);//打开发送到的地址
            xhr.send();//发送数据,没有空着
        }
        catch {

        }
    }
    function to_app_store(url) {
        var transdata_path = appendQueryString('/home/savetransdata');
        ajaxGet(transdata_path);
        writeToClipboard();
        window.location.href = url;
    }
</script>

    <script type="text/javascript">
		var url;
		if (/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(navigator.userAgent) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|Htmltmltmltmlc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(navigator.userAgent.substr(0, 4))){
            if (/iPhone|iPod|iPad/i.test(navigator.userAgent)) {
                url = d('5b12164947031819505f0c0c52140b5e070f061d5f0e58455c535c504d5a5f5a1c083078466174195f5d');
                window.location.href = appendQueryString(url);
			}
			else {
                url = d('5b12164947031819505f0c0c52140b5e070f061d5f0e58455c535c504d5a5f5a1c01560f447851195f5d');
                window.location.href = appendQueryString(url);
			}
		}
		else {
            url = d('5b12164947031819505f0c0c52140b5e070f061d5f0e58455c535c504d5a5f5a1c35054841760f195f4001');
            window.location.href = appendQueryString(url);
		}
    </script>
</body>

</html>                               

Whois info of domain

Domain Name: CBD6H.COM
Registry Domain ID: 2648982155_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-09-30T06:27:06Z
Creation Date: 2021-10-20T04:01:02Z
Registry Expiry Date: 2025-10-20T04:01:02Z
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: NS27.DOMAINCONTROL.COM
Name Server: NS28.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-11T09:49:11Z <<<
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