Check server response of

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

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://cc8f.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 02 May 2025 00:17:49 GMT
Content-Type: text/html
Content-Length: 4267
Connection: keep-alive
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Last-Modified: Sat, 26 Apr 2025 10:45:31 GMT
Vary: Accept-Encoding
ETag: "680cb94b-10ab"
Server: nginx
X-Cache-Status: HIT
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: cc8f.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

    <title></title>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <meta name="renderer" content="webkit">
    <meta http-equiv="pragma" content="no-cache">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="expires" content="0">
    <meta http-equiv="keywords" content="">
    <meta http-equiv="description" content="">

    <link rel="icon" type="image/x-icon" class="js-site-favicon" href="indexassets/images/theme/default/logo.png">
    <link rel="stylesheet" href="indexassets/css/custom/home/enter/enter.css" />
    <script src="indexassets/js/common/qrcode.min.js"></script>
    <script>
        var _czc = _czc || [];
        (function () {
        	var um = document.createElement("script");
        	um.src = "https://s9.cnzz.com/z.js?id=1281415493&async=1";
        	var s = document.getElementsByTagName("script")[0];
        	s.parentNode.insertBefore(um, s);
        })();
    </script>
</head>

<body class="enter-content pc-enter-content">
    <div class="enter-container">  
        <div class="logo-wrapper">  
            <img class="img-logo" src="indexassets/images/index-logo.png">  
        </div>  
        <div class="txt-title">&#35686&#21578&#47&#87&#97&#114&#110&#105&#110&#103</div>  
        <div class="txt-content">&#42&#33509&#38401&#19979&#26410&#28385&#49&#56&#23681&#35831&#31163&#24320&#39029&#38754</div>  
        <div class="txt-content">&#42&#32&#105&#102&#32&#121&#111&#117&#32&#97&#114&#101&#32&#117&#110&#100&#101&#114&#32&#49&#56&#32&#121&#101&#97&#114&#115&#44&#32&#112&#108&#101&#97&#115&#101&#32&#108&#101&#97&#118&#101&#32&#116&#104&#101&#32&#112&#97&#103&#101</div>  
        <a href="home.html"><div class="txt-enter">&#24050&#28385&#49&#56&#43&#65292&#28857&#27492&#36827&#20837</div></a>  
        <div class="txt-content">&#35831&#29282&#35760&#26412&#31449&#26368&#26032&#32593&#22336</div>  
        <div class="txt-content">&#26412&#31449&#32463&#24120&#26356&#25442&#22495&#21517&#65292&#35831&#25910&#34255&#49&#48&#20010&#20197&#19978&#26368&#26032&#22495&#21517&#25165&#21487&#20445&#35777&#27704&#20037&#35775&#38382&#26412&#31449&#65281</div>  
        <div class="txt-content">&#21457&#36865&#20219&#24847&#37038&#20214:<span>&nbsp; &#104&#117&#97&#110&#103&#117&#97&#116&#118&#48&#49&#64&#103&#109&#97&#105&#108&#46&#99&#111&#109 &nbsp;</span>&#33719&#21462&#26368&#26032&#22495&#21517</div>  
        <div class="txt-saveqr" onclick="downloadQRCode()">  
            <div class="qrcode" id="qrcodeSmall" style="width:20px; height:20px;"></div>  
            &#20445&#23384&#20108&#32500&#30721  
        </div>  
        <div class="txt-content">&#22914&#26524&#28857&#20987&#36827&#20837&#21518&#25171&#19981&#24320&#26412&#31449&#65292&#35831&#25442&#65288&#30005&#20449&#25110&#32852&#36890&#65289&#32593&#32476&#65292</div>  
        <div class="txt-content">&#31227&#21160&#32593&#32476&#39057&#32321&#23631&#34109&#26412&#31449&#12290</div>  
    </div>

<div id="qrcode" style="width:200px; height:200px; position: absolute; bottom: 0; left: 0; z-index: -1; visibility: hidden;"></div>

<script>  
    var host = document.domain;  
    console.log(host);  
    
    var qrcode = new QRCode(document.getElementById("qrcode"), {  
        width: 200,  
        height: 200  
    });  
    qrcode.makeCode(host+'/home.html');  

    var qrcodeSmall = new QRCode(document.getElementById("qrcodeSmall"), {  
        width: 20,  
        height: 20  
    });  
    qrcodeSmall.makeCode(host);  

    function downloadQRCode() {  
        var canvas = document.querySelector('#qrcode canvas');
        if (!canvas) {  
            return;  
        }  
        var imgData = canvas.toDataURL("image/png");  
        
        var link = document.createElement("a");  
        link.download = host + '/home.png';
        link.href = imgData;
        document.body.appendChild(link);
        link.click();  
        document.body.removeChild(link);
    }
</script>
</body>

</html>                               

Whois info of domain

Domain Name: CC8F.COM
Registry Domain ID: 2978005011_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.discount-domain.com
Registrar URL: http://gmo.jp
Updated Date: 2025-04-25T07:23:30Z
Creation Date: 2025-04-25T07:23:26Z
Registry Expiry Date: 2026-04-25T07:23:26Z
Registrar: GMO Internet Group, Inc. d/b/a Onamae.com
Registrar IANA ID: 49
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +81.337709199
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS7.ALIDNS.COM
Name Server: NS8.ALIDNS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-02T00:17:34Z <<<
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