Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - msgzs.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server:
Date: Fri, 02 May 2025 09:19:07 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
X-Powered-By: PHP/7.1.21

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: msgzs.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 name="viewport" content="width=device-width, initial-scale=1.0">
    <title>msgzs.com is ready for purchase 您访问的域名正在特惠出售</title>
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <![endif]-->
    <style>
        * {
            font-family: 'Segoe UI', sans-serif;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            /* IE9 支持 box-sizing */
        }

        body {
            display: block;
            /* 避免使用 flexbox,IE9 不支持 */
            text-align: center;
            min-height: 100vh;
            padding-top: 200px;
            /* 模拟 flex 居中效果,调整为 200px */
        }

        .hero {
            text-align: center;
            margin-bottom: 30px;
        }

        .domain-name {
            font-size: 36px;
            font-weight: 700;
            color: #1a73e8;
            margin: 10px 0;
        }

        .onsaletip {
            margin-bottom: 20px;
        }

        .price-box {
            background: white;
            padding: 30px;
            border-radius: 15px;
            -ms-border-radius: 15px;
            /* IE9 支持 border-radius 需加前缀 */
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
            margin: 0 auto 20px;
            /* 水平居中 */
            width: 300px;
            /* 固定宽度 */
        }

        .price {
            font-size: 48px;
            font-weight: 600;
            color: #1a73e8;
            margin-bottom: 10px;
        }

        .currency-toggle {
            font-size: 14px;
            color: #5f6368;
            margin-bottom: 20px;
        }

        .currency-toggle span {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
        }

        .currency-toggle span span {
            font-size: 16px;
        }

        .currency-toggle small {
            display: block;
            font-size: 12px;
        }

        .button {
            background: #1a73e8;
            color: white;
            padding: 12px 30px;
            border: none;
            border-radius: 5px;
            -ms-border-radius: 5px;
            /* IE9 支持 border-radius 需加前缀 */
            font-size: 16px;
            cursor: pointer;
            transition: background 0.3s;
            /* IE9 不支持 transition,可忽略 */
            text-decoration: none;
            /* 去除 a 标签下划线 */
            display: inline-block;
            /* 使 a 标签具有块级元素特性 */
        }

        .button:hover {
            background: #1557b3;
        }

        .payment-methods {
            margin-top: 30px;
            text-align: center;
        }

        .payment-tip {
            font-size: 12px;
            color: #777;
            margin-bottom: 10px;
        }

        .payment-text {
            font-size: 14px;
            /* 调整支付方式提示文字的字体大小 */
        }

        .copyright {
            font-size: 12px;
            /* 调整底部小字字体大小 */
            color: #777;
            margin-top: 20px;
        }

        .info-block {
            margin-top: 20px;
        }

        @media (max-width: 600px) {
            .domain-name {
                font-size: 28px;
            }

            .price {
                font-size: 36px;
            }
        }
    </style>
</head>

<body>
    <div class="hero">
        <div class="domain-name">msgzs.com</div>
        <div class="onsaletip">
            <p></p>
        </div>
        <div class="price-box" id="price-box">
            <div class="price"></div>
            <div class="currency-toggle" id="currency-toggle">
                <span id="usd-toggle" onclick="toggleCurrency('USD')">
                    <span>USD</span>
                    <small></small>
                </span>
                <span>/</span>
                <span id="cny-toggle" onclick="toggleCurrency('CNY')">
                    <span>CNY</span>
                    <small></small>
                </span>
            </div>
            <a id="purchase-button" class="button" target="_blank"></a>
        </div>
    </div>

    <div class="info-block">
        <p class="payment-tip" id="payment-tip-1"></p>
        <p class="payment-tip" id="payment-tip-2"></p>
    </div>

    <div class="payment-methods">
        <p id="payment-text" class="payment-text"></p>
        <img src="/public/nimg/visa.png">
        <img src="/public/nimg/mastercard.png">
        <img src="/public/nimg/amex.png">
        <img src="/public/nimg/discover.png">
        <img src="/public/nimg/paypal.png">
        <img src="/public/nimg/wire.png">
        <img src="/public/nimg/alipay.png">
    </div>

    <p class="copyright">COPYRIGHT 2025 | msgzs.com</p>

    <script>
      
        // 格式化价格函数
        function formatPrice(price) {
            return  (price.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ','));
        }  
      
        // 转化中文销售平台
        function formatChnSaleplat(chnSaleplat) {
            var chnSaleplat;
            if (chnSaleplat == 'ALIYUN') {
              str = '阿里云';
            } else if (chnSaleplat == '22') {
              str = '爱名网';
            }
          return str;
        }       
      
        var currentCurrency;

        // 语言包
        var languagePack = {
            USD: {
                price: '$' + formatPrice(2380),
                buttonText: 'Buy Now',
                onsaletipText: 'This domain is ready for purchase',
                usdToggleText: 'now\n↑',
                cnyToggleText: '',
                paymentText: 'Payment Options Available',
                salePlat: 'DAN',
                saleURL: 'https://dan.com/buy-domain/msgzs.com',
                paymentTip1: '* Now you see the price in USD. You can click the CNY tab above to switch the CHINA price.',
                paymentTip2: '* Due to the additional transaction fees charged by the sales platform, the final transaction price you see may be slightly higher than the above listed price.'
                //copyrightText: 'COPYRIGHT 2025'
            },
            CNY: {
                price: '¥' + formatPrice(14280),
                buttonText: '购买',
                onsaletipText: '域名可售 勿失良机',
                usdToggleText: '',
                cnyToggleText: '↑\nnow',
                paymentText: '支持的支付方式:',
                salePlat: formatChnSaleplat('ALIYUN'),
                saleURL: 'https://mi.aliyun.com/detail/online.html?domainName=msgzs.com',
                paymentTip1: '* 您现在看到的是人民币CNY标价,点击上方USD可切换到美元标价',
                paymentTip2: '* 因销售平台附加的手续费,您看到的最终交易价格可能略高于上述标价'
                //copyrightText: 'COPYRIGHT 2025'
            }
        };

        // 封装更新页面内容的函数
        function updatePageContent(currency) {
            var priceElement = document.querySelector('.price');
            var buttonElement = document.getElementById('purchase-button');
            var onsaletipElement = document.querySelector('.onsaletip p');
            var usdToggle = document.getElementById('usd-toggle');
            var cnyToggle = document.getElementById('cny-toggle');
            var paymentText = document.getElementById('payment-text');
            var paymentTip1 = document.getElementById('payment-tip-1');
            var paymentTip2 = document.getElementById('payment-tip-2');
            //var copyrightElement = document.querySelector('.copyright');

            var lang = languagePack[currency];
            priceElement.textContent = lang.price;
            buttonElement.textContent = currency === 'USD'? lang.buttonText + ' on ' + lang.salePlat : '在' + lang.salePlat + lang.buttonText;
            buttonElement.href = lang.saleURL;
            onsaletipElement.textContent = lang.onsaletipText;
            usdToggle.style.color = currency === 'USD'? '#1a73e8' : '#5f6368';
            cnyToggle.style.color = currency === 'CNY'? '#1a73e8' : '#5f6368';

            var usdSmall = usdToggle.querySelector('small');
            var cnySmall = cnyToggle.querySelector('small');

            var usdPrice = parseFloat(languagePack.USD.price.replace(/[^0-9.-]+/g, ""));
            var cnyPrice = parseFloat(languagePack.CNY.price.replace(/[^0-9.-]+/g, ""));

            if (usdPrice === 0 || cnyPrice === 0) {
                usdSmall.textContent = '';
                cnySmall.textContent = '';
            } else {
                usdSmall.textContent = lang.usdToggleText.replace('\n', '\n');
                cnySmall.textContent = lang.cnyToggleText.replace('\n', '\n');
            }

            paymentText.textContent = lang.paymentText;
            paymentTip1.textContent = lang.paymentTip1;
            paymentTip2.textContent = lang.paymentTip2;
            //copyrightElement.textContent = lang.copyrightText;
        }

        // 提取语言检测逻辑
        function detectLanguage() {
            try {
                var browserLanguage = navigator.language || navigator.userLanguage;
                return browserLanguage && browserLanguage.indexOf('zh') === 0? 'CNY' : 'USD';
            } catch (error) {
                console.error('获取浏览器语言时出错:', error);
                return 'USD'; // 默认使用 USD
            }
        }

        function toggleCurrency(currency) {
            currentCurrency = currency;
            updatePageContent(currency);
        }

        // 根据价格显示或隐藏货币切换选项和价格区域
        function showCurrencyToggleBasedOnPrice() {
            var usdPrice = parseFloat(languagePack.USD.price.replace(/[^0-9.-]+/g, ""));
            var cnyPrice = parseFloat(languagePack.CNY.price.replace(/[^0-9.-]+/g, ""));
            var currencyToggle = document.getElementById('currency-toggle');
            var usdToggle = document.getElementById('usd-toggle');
            var cnyToggle = document.getElementById('cny-toggle');
            var separator = currencyToggle.querySelector('span:nth-child(2)');
            var priceBox = document.getElementById('price-box');
            var priceElement = document.querySelector('.price');

            if (usdPrice === 0 && cnyPrice === 0) {
                currencyToggle.style.display = 'none';
                priceBox.style.display = 'none';
            } else if (usdPrice === 0) {
                usdToggle.style.display = 'none';
                separator.style.display = 'none';
                cnyToggle.style.display = 'inline-block';
                priceElement.textContent = languagePack.CNY.price;
                currentCurrency = 'CNY';
                updatePageContent('CNY');
            } else if (cnyPrice === 0) {
                cnyToggle.style.display = 'none';
                separator.style.display = 'none';
                usdToggle.style.display = 'inline-block';
                priceElement.textContent = languagePack.USD.price;
                currentCurrency = 'USD';
                updatePageContent('USD');
            } else {
                usdToggle.style.display = 'inline-block';
                cnyToggle.style.display = 'inline-block';
                separator.style.display = 'inline-block';
                priceBox.style.display = 'block';
            }
        }

        // 页面加载完成后根据浏览器语言设置默认货币并根据价格显示货币切换选项和价格区域
        if (document.addEventListener) {
            document.addEventListener('DOMContentLoaded', function () {
                currentCurrency = detectLanguage();
                updatePageContent(currentCurrency);
                showCurrencyToggleBasedOnPrice();
            });
        } else if (document.attachEvent) {
            // IE9 及以下支持 attachEvent
            document.attachEvent('onreadystatechange', function () {
                if (document.readyState === 'complete') {
                    currentCurrency = detectLanguage();
                    updatePageContent(currentCurrency);
                    showCurrencyToggleBasedOnPrice();
                }
            });
        }
    </script>
</body>

</html>      


	
                               

Whois info of domain

Domain Name: MSGZS.COM
Registry Domain ID: 2071642173_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2024-10-16T01:53:35Z
Creation Date: 2016-11-04T18:36:48Z
Registry Expiry Date: 2025-11-04T18:36:48Z
Registrar: Alibaba Cloud Computing (Beijing) Co., Ltd.
Registrar IANA ID: 420
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS23.HICHINA.COM
Name Server: DNS24.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-02T09:18:48Z <<<
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