Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - ccd35.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 03 May 2025 14:51:13 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://qppq62.com/
Server: cloudflare
CF-RAY: 93a0934348a98d77-HEL
alt-svc: h3=":443"; ma=86400

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://csth38.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 03 May 2025 14:51:14 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Server: cloudflare
Last-Modified: Sun, 02 Feb 2025 14:56:20 GMT
Vary: Accept-Encoding
Cf-Cache-Status: DYNAMIC
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: Origin,XMLHttpRequest,X-Requested-With,Content-Type,Accept,Connection,User-Agent,Cookie,access-control-allow-methods,access-control-allow-origin,content-type,suffix,lang
Access-Control-Allow-Methods: GET,POST,OPTIONS,DELETE
CF-RAY: 93a09343c85c8dad-HEL
alt-svc: h3=":443"; ma=86400

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: ccd35.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 http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>MAOMIAV</title>
        <link rel="stylesheet" href="/assets/css/init.css">
        <link rel="stylesheet" href="/assets/css/swiper-bundle.min.css">
        <link rel="stylesheet" href="/assets/css/index_mobile.css">
    </head>

    <body>
        <div class="container" id="app">
            <div class="top-container">
                <div class="swiper">
                    <div class="swiper-wrapper">
                        <div class="swiper-slide">
                            <img class="img" src="/assets/images/h5/img_slide1.png" alt="">
                        </div>
                        <div class="swiper-slide">
                            <img class="img" src="/assets/images/h5/img_slide2.png" alt="">
                        </div>
                        <div class="swiper-slide">
                            <img class="img" src="/assets/images/h5/img_slide3.png" alt="">
                        </div>
                    </div>
                    <!-- 如果需要分页器 -->
                    <div class="swiper-pagination"></div>
                </div>

                <img class="img-logo" src="/assets/images/h5/logo.png" alt="">
                <img onClick="downloadApp()" class="btn-download" src="/assets/images/h5/btn_download.png" alt="">
            </div>

            <div class="center-container">
                <ul class="center-top">
                    <li class="center-top-item">
                        <img onClick="openLink('business')" class="icon" src="/assets/images/ic_business.png" alt="" class="icon">
                    </li>
                    <li class="center-top-item">
                        <img onClick="openLink('telegram')" class="icon" src="/assets/images/ic_telegram.png" alt="" class="icon">
                    </li>
                    <li class="center-top-item">
                        <img onClick="openLink('report')"  class="icon"src="/assets/images/ic_report.png" alt="" class="icon">
                    </li>
                </ul>

                <ul class="center-content">
                    <li class="center-item">
                        <img src="/assets/images/ic_internet.png" alt="" class="icon">
                        <div class="center-text">
                            <div class="center-text-top">永久网站</div>
                            <div class="center-text-bottom">https://maomiav.com/</div>
                        </div>
                        <div onClick="copyText('home')" class="btn-right">复制官网</div>
                    </li>

                    <li class="center-item">
                        <img src="/assets/images/ic_email.png" alt="" class="icon">
                        <div class="center-text">
                            <div class="center-text-top">官方邮箱</div>
                            <div class="center-text-bottom">发送任意消息获取最新地址</div>
                        </div>
                        <div onClick="copyText('email')" class="btn-right">复制邮箱</div>
                    </li>

                    <li class="center-item">
                        <img src="/assets/images/ic_home.png" alt="" class="icon">
                        <div class="center-text">
                            <div class="center-text-top">回家的路</div>
                            <div class="center-text-bottom">保存二维码永远记得回家的路</div>
                        </div>
                        <div onClick="downloadFile('qrcode')" class="btn-right">下载保存</div>
                    </li>
                </ul>
            </div>

            <ul class="footer">
                <li class="footer-item">
                    <img onClick="openLink('android_download1')" src="/assets/images/h5/down_android1.png" alt="">
                </li>
                <li class="footer-item">
                    <img onClick="openLink('android_download2')" src="/assets/images/h5/down_android2.png" alt="">
                </li>
                <li class="footer-item">
                    <img onClick="openLink('android_download3')" src="/assets/images/h5/down_android3.png" alt="">
                </li>
            </ul>
        </div>
    </body>
    <script src="/assets/js/swiper-bundle.min.js"></script>
    <script src="/assets/js/index_20240709.js"></script>
    <script>
        var _hmt = _hmt || [];
        (function() {
            var hm = document.createElement("script");
            hm.src = "https://hm.baidu.com/hm.js?cf648b213ea087e67f53a1b4efc9ff0e";
            var s = document.getElementsByTagName("script")[0]; 
            s.parentNode.insertBefore(hm, s);
        })();
    </script>
    <script>
        if(!isMobile()) {
            location.href = 'pc.html' + location.search;
        }
        //init swiper
        var mySwiper = new Swiper ('.swiper', {
            // direction: 'vertical', // 垂直切换选项
            loop: true, // 循环模式选项
            
            // 如果需要分页器
            pagination: {
                el: '.swiper-pagination',
            },
            autoplay: true

        })
    </script>
</html>                               

Whois info of domain

Domain Name: CCD35.COM
Registry Domain ID: 2745077759_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namesilo.com
Registrar URL: http://www.namesilo.com
Updated Date: 2024-12-16T08:51:44Z
Creation Date: 2022-12-16T04:20:51Z
Registry Expiry Date: 2025-12-16T04:20:51Z
Registrar: NameSilo, LLC
Registrar IANA ID: 1479
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4805240066
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: AINSLEY.NS.CLOUDFLARE.COM
Name Server: RAM.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-03T14:51:03Z <<<
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