Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - vcg2.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Mon, 19 May 2025 19:08:28 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Mon, 19 May 2025 20:08:28 GMT
Location: https://vcg2.com/
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=T4EHcw29gwoqA04IIFFetwet4CBdY50DydZBDnESjxUz6S%2F%2BJHaiiCPdwe%2BD%2Ff5uF1pmoDmlLLeixCqocdSQd8oUD44rJZiRYKSiXlGWCKlRMV7JfH8s%2B9ukuA%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 9425e2187bdf6645-AMS
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=27764&min_rtt=27764&rtt_var=13882&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 http 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://vcg2.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Mon, 19 May 2025 19:08:29 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: private
Server: cloudflare
X-Aspnet-Version: 4.0.30319
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
X-Powered-By: ASP.NET
Cf-Cache-Status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=VDMgxlzz67QahgTut8BLUFVXEcRKMrJU270%2BXGBsU82uQHjwzthdyHZGMnatXkQ60p7UYxnk92aD5ZNAar9Tt8NEIdVbzE4X"}]}
Set-Cookie: ASP.NET_SessionId=toecsbw3pndhivbl3li23h1c; HttpOnly; SameSite=Lax; Path=/
CF-RAY: 9425e2192d44b960-AMS
alt-svc: h3=":443"; ma=86400

HTTP Code 200 OK

200 http 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: vcg2.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>CT8 | Login</title>    
	<link rel="shortcut icon" href="ct8.ico" type="image/x-icon" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="Description" content="CT8 is a web-based accounting management tool" />
    <meta name="Keywords" content="CT8" />
    <script type="text/javascript" src="js/jquery/jquery-1.7.1.js"></script>
    <script type="text/javascript" src="js/jquery/easySlider1.7.js"></script>
    <script type="text/javascript">
        function setLanguage(/*String*/locale) {
            $.ajax({
                type: "POST",
                url: window.location.href,
                data: "locale=" + locale,
                success: function () {
                    window.location.reload();
                }
            });
        }

        if (self != top) {
            top.location.href = 'Index.aspx';
        }

        $(document).ready(function () {
            if ($('#cid')[0] == undefined)
                $('#uid').focus();
            else
                $('#cid').focus();
        });
        
    </script>
<style type="text/css">
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text-footer-10 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #00a5e8;
}
.text-footer-11 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #636363;
}
.text-footer-11:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #636363;
}
.bg-btn {
	background-repeat: no-repeat;
	background-position: center center;
}
.text-language-12 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #00a5e8;
}
.text-language-12:link {
	text-decoration: none;	
}
.text-language-12:hover {
		text-decoration: none;	
}
.text-language-12grey {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #828282;
}
.text-language-12grey:link {
	text-decoration: none;
}
.text-language-12grey:hover {
	font-weight: bold;
}
.text-content-14 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #707070;
}
.text-content-13 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #707070;
	height: 25px;
}
.text-btn-10 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #00a5e8;
}
.text-btn-10:link {
	text-decoration: none;
}
.text-btn-10:hover {
	font-style: normal;
	text-decoration: underline;
}
.text-btn-14 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
}
.text-btn-14:link {
	text-decoration: none;
}
.text-btn-14:hover {
	font-weight: bold;
}
.bg-language-bar {
	background-image: url(images/main/bar.png);
	background-repeat: repeat-x;
}
.button{
    width: 120px;
    height: 35px;
    background-color:transparent;
    background-image: url(images/main/btn_blue.png);
	border:0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
}

</style>

    <!-- GOOGLE -->
    <script>
        (function (i, s, o, g, r, a, m) {
            i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
                (i[r].q = i[r].q || []).push(arguments)
            }, i[r].l = 1 * new Date(); a = s.createElement(o),
      m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
        })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');

        ga('create', 'UA-46465679-1', 'ct8.cc');
        ga('send', 'pageview');

    </script>
     <!-- END OF GOOGLE -->
</head>

<body>
<form method="post" action="./" id="form1">
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJMzc3MzgwNjAwZGRPC7eBqXG6TEFCBXkM8ktUwDLw/7XbNyP3mkPVaihLqg==" />
</div>

<div class="aspNetHidden">

	<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="90059987" />
</div>
<input type="hidden" name="finish" value="1"/>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="center" bgcolor="#3085d8"><img src="images/main/hdr_bg.jpg" width="1230" height="300" /></td>
  </tr>
  <tr>
    <td align="center" bgcolor="#FFFFFF"><img src="images/main/hdr_text.jpg" width="1000" height="60" /></td>
  </tr>
  <tr>
    <td height="280" align="center" valign="middle" bgcolor="#f2f0f1"><table width="400" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td align="center"><table width="400" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="80" height="20" align="center" class="text-language-12">&nbsp;</td>
            <td width="120" align="center"> <a href="javascript:setLanguage('en-US');" style="color:#828282; font-size: 12px; font-family: Tahoma, Geneva, sans-serif; text-decoration: none;">ENGLISH</a></td>
            <td width="120" align="center"><a href="javascript:setLanguage('zh-CN');" style="color:#828282; font-size: 12px; font-family: Tahoma, Geneva, sans-serif; text-decoration: none;">中文</a></td>
            <td width="80" align="center" class="text-language-12">&nbsp;</td>
          </tr>
          <tr>
            <td height="10" class="bg-language-bar"><img src="images/main/bar.png" width="1" height="10" /></td>
            <td align="center" class="bg-language-bar"><img src="images/main/btn_selected.png" width="65" height="10" /></td>
            <td align="center" class="bg-language-bar"></td>
            <td align="center" class="bg-language-bar"></td>
          </tr>
        </table></td>
        </tr>
      <tr>
        <td>&nbsp;</td>
        </tr>
      <tr>
        <td><table width="100%" border="0" cellspacing="4">

               
              <tr>
                <td width="75" class="text-content-14"></td>
                <td><input type="hidden" name="ClientId" value=""/></td>
                <td width="40"></td>
             </tr>
              

          <tr>
            <td class="text-content-14">User ID:</td>
            <td><input id="uid" name="UserId" type="text" class="text-content-13 " size="40" /></td>
            <td height="30">&nbsp;</td>
          </tr>
          <tr>
            <td class="text-content-14">Password:</td>
            <td><input id="password" name="Password" type="password" class="text-content-13" size="40" /></td>
            <td height="30">&nbsp;</td>
          </tr>
          <tr>
            <td height="35">&nbsp;</td>
            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="120" height="35" align="center"><input class="button" type="submit" value="LOGIN" /></td>
                <td width="10" class="text-footer-10">&nbsp;</td>
                <td class="text-btn-10">
                  </td>
              </tr>
            </table></td>
            <td>&nbsp;</td>
          </tr>
        </table></td>
      </tr>
      <tr>

        <td><span id="lblMsg" style="color:#FF8000; font-size: 13px; font-family: Tahoma, Geneva, sans-serif; text-decoration: none;"></span></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="2" align="center" bgcolor="#FFFFFF"></td>
  </tr>
  <tr>
    <td height="100" align="center" bgcolor="#D7D7D7"><table width="1000" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="15">&nbsp;</td>
        <td><p class="text-footer-11">CT8 Financial Accounting software is designed for a network environment with business-critical functionality in mind. This software has an advance report writer, filtering and sorting facilities capable to generate unlimited user define reports. Active drill down computed figure enable user to analyze the preliminary source for auditing and business decision. This software provides standard based implementation, and a lower total cost of ownership. </p>
          <p class="text-footer-11"> </p></td>
        <td width="15">&nbsp;</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td align="center"><table width="1000" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="15">&nbsp;</td>
        <td height="30" align="left" class="text-footer-10">© Copyright 2023 ct8.cc All Rights Reserved - Best view with IE7, Firefox, Safari, Chrome or All Popular Browsers</td>
        <td align="right" class="text-footer-10">Version:1.0.9175.33323</td>
        <td width="15">&nbsp;</td>
      </tr>
    </table></td>
  </tr>
</table>

</form>
</body>

<!-- GOOGLE  ANALYTIC-->

<script>
    (function (i, s, o, g, r, a, m) {
        i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
            (i[r].q = i[r].q || []).push(arguments)
        }, i[r].l = 1 * new Date(); a = s.createElement(o),
  m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
    })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');

    ga('create', 'UA-46465679-1', 'ct8.cc');
    ga('send', 'pageview');

</script>
</html>
                               

Whois info of domain

Domain Name: VCG2.COM
Registry Domain ID: 2811688430_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2023-09-06T14:15:48Z
Creation Date: 2023-09-06T13:27:23Z
Registry Expiry Date: 2028-09-06T13:27:23Z
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: NINA.NS.CLOUDFLARE.COM
Name Server: SAM.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-19T19:08:14Z <<<
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