Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - cc246.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 16 May 2025 11:14:32 GMT
Content-Type: text/html
Content-Length: 143
Connection: keep-alive
Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Expires: Thu, 01 Jan 1970 00:00:01 GMT
Location: https://bzet83.ccgoin.com/PortalBIZ/
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Gj3PZhMMG%2B%2F4zSWVGgfiVKAUQzC6o9UQyK82A2lIcFHl21B3WzoBurOY2qdmqYVgPq1xGRkP7o8Dz5LNpZ3fKUB3QhPvzv%2BVwNSuhJoYbtUbQx4QqSwfE%2FXjxiVJbB7vgi9pDQGkrc8%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 940a73b91d2662fb-HAM

HTTP Code 302 Found (Moved Temporarily)

302 status code indicates that the requested resource is temporarily available at a different URL.

When is Code 302 used?

  • When temporarily changing a page URL
  • When testing new content
  • During temporary maintenance

What does Code 302 mean for the user?

The user is automatically redirected to the new URL, but search engines continue to index the old address.

200 OK - https://bzet83.ccgoin.com/PortalBIZ/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 16 May 2025 11:14:33 GMT
Server: Apache/2.4.41 (Ubuntu) OpenSSL/1.1.1f
vary: accept-encoding
Content-Type: text/html;charset=UTF-8
Set-Cookie: JSESSIONID=74AA2A2A75D0BBF528E10B573636147E-n1; Path=/PortalBIZ; HttpOnly
Set-Cookie: UqZBpD3n3iPIDwJU9DqwpGqcQdg8ztc_=v1PtM9JYaEWYi; Path=/
Transfer-Encoding: chunked

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: cc246.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>Welcome to Webmail Login</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
    <meta name="msapplication-config" content="/browserconfig.xml">
    <meta name="theme-color" content="#FAA45F">
    <link rel="apple-touch-icon" sizes="192x192" href="/touch-icon.png"/>
    <link rel="shortcut icon" sizes="16x16" href="/favicon.ico"/>
    <link rel="icon" sizes="16x16" href="/favicon.png"/>
    <link rel="mask-icon" href="/favicon.svg" color="#FAA45F"/>
    <link href="/PortalBIZ/CSS/Login.css?version=13" rel="stylesheet" type="text/css"/>
    <link rel="stylesheet" type="text/css" href="/PortalBIZ/CSS/jquery.alerts.css?version=13"/>
    <script type="text/javascript" src="/PortalBIZ/JS/jquery-1.4.2.min.js"></script>
    <script type="text/javascript" src="/PortalBIZ/JS/jquery-ui-1.8.2.custom.min.js"></script>
    <script type="text/javascript" src="/PortalBIZ/JS/jquery.alerts.js"></script>
    <script type="text/javascript" src="/PortalBIZ/JS/jquery.documentsize.js"></script>
    <script type="text/javascript" src="/PortalBIZ/JS/Cookie.js"></script>
    <script type="text/javascript" src="/PortalBIZ/JS/util.js"></script>
    <script type="text/javascript">
        // alert, confirm, prompt的按鈕語系
        $.fn.LNG_Confirm = '确定';
        $.fn.LNG_Cancel = '取消';
        window.history.forward(1);
        //確認登入欄位
        function chkForm() {
            if (!chkTxtFormValue(document.frmLogin.name, 'txtPassword', "密码不能输入空值")) {
                return false;
            }
            else if (!chkTxtFormValue(document.frmLogin.name, 'txtAccount', "帐号不能输入空值")) {
                return false;
            }
            else if (!chkTxtFormValue(document.frmLogin.name, 'txtCheckCode', "机码不能输入空值")) {
                return false;
            }
            else if (!validTxtFields(document.frmLogin.name, 'txtAccount', "帐号请不要输入‘ -- , / , \\ , \' ’等符号")) {
                return false;
            }
            else if (!validTxtFields(document.frmLogin.name, 'txtPassword', "密码请不要输入‘ -- , / , \\ , \' ’等符号")) {
                return false;
            }
            else if (!validTxtFields(document.frmLogin.name, 'txtCheckCode', "机码,请不要输入‘ -- , / , \\ , \' ’等符号")) {
                return false;
            } else {
                var account = document.frmLogin.txtAccount.value.replace(" ", "");
                var idxOfAcc = account.indexOf("-");
                if (idxOfAcc < 0 || !chkTextEngNum(account.substring(0, idxOfAcc)) || !chkTextEngNum(account.substring(idxOfAcc + 1))) {  
                    jAlert("帐号,格式错误");
                    return false;
                }

                if (isNaN(document.frmLogin.txtCheckCode.value)) {  
                    jAlert("机码,格式错误");
                    return false;
                }
                return true;
            }
        }

        //如果是ie6,alert 您使用的瀏覽器為IE6,建議使用最新版本,已確保有較好的使用體驗
        function checkIEVersion() {
            var reIE = new RegExp("MSIE (\\d+\\.\\d+);");
            reIE.test(navigator.userAgent);
            var fIEVersion = parseFloat(RegExp["$1"]);
            if (fIEVersion == 6.0 || fIEVersion == 7.0) {
                document.getElementById('dIEVersion').style.display = 'block';
            }
        }

        function filterField(obj, e) {
            var _value = obj.value;
            var _key = (e == null) ? e.which : e.keyCode;
            if (_key == 0x0d && _value) {
                document.frmLogin.butLogin.click();
            }
        }
    </script>
</head>
<body onLoad="checkIEVersion();">
<div id="dIEVersion" style="display:none">
    建议使用Internet Explorer 8 以提升浏览速度拥有更佳的使用体验。<br/>
    <a target="_blank" href="http://windows.microsoft.com/zh-CN/internet-explorer/downloads/ie-8/">
        <点选下载>
    </a>
</div>
<div id="topcontent">
    <div id="select_container">
        <ul>
            <li onmouseover='this.className="hover"' onmouseout='this.className=""'>
                <span><a href="#" onclick="return false;">&#x7B80;&#x4F53;
                </a>&#x25BC;</span>
                <ul class="menu_in">
                    <li><a href="index.jsp?txtDevice=DESKTOP&language=zh_TW">
                        &#x7E41;&#x9AD4;
                    </a></li>
                </ul>
            <li/>
        </ul>
    </div>
</div>
<div id="main">
    <div id="logo"></div>
    <div id="login">
        <div id="login_contentRight">
            <form action="/PortalBIZ/EPCB2001009.jsp" name="frmLogin" method="POST" onSubmit="return chkForm();">
                <input type="hidden" name="txtDevice" value="DESKTOP">
                <input class="Id" placeholder="用户名" name="txtAccount" type="text" maxlength="19"
                       onblur="if(this.value!='') this.className='Idnofocus'; else if(this.value=='') this.className='Id';"
                       onfocus="this.className='Idfocus';" onKeyUp="filterField(this,event);"/>
                <input class="Pw" placeholder="密码" name="txtPassword" type="password"
                       onblur="if(this.value!='') this.className='Pwnofocus'; else if(this.value=='') this.className='Pw';"
                       onfocus="this.className='Pwfocus';" onKeyUp="filterField(this,event);"/>
                <input class="Pc" placeholder="验证码" name="txtCheckCode" type="text" maxlength="4"
                       onblur="if(this.value!='') this.className='Pcnofocus'; else if(this.value=='') this.className='Pc';"
                       onfocus="this.className='Pcfocus';" onKeyUp="filterField(this,event);"/>
                <img border="0" src="/PortalBIZ/rnd.jpg" style="vertical-align:bottom;"/>
                <input name="butLogin" type="button" class="Login" onClick="if(chkForm()) document.frmLogin.submit();"
                       alt="log me in!"/>
            </form>
        </div>
        <!-- end of login_contentRight-->
        <span id="sErrorMsg">
            
        </span>
    </div>
    <!-- end of login-->
    <div id="mobileLink"><a href="/PortalBIZ/index.jsp?txtDevice=MOBILE"><span class="mobileL"><br/></span>手机版<span class="mobileR"><br/></span></a></div>
</div>
<!-- end of main-->
<script type="text/javascript">
    //focus在第一個input
    $("input[type='text']:first", document.forms[0]).focus();

    
    eraseCookie("cookietest");
    createCookie("cookietest", "on", 1);
    if (null == readCookie("cookietest")) {
        document.getElementById("dCookiecontent").innerHTML = "<span class=\"sCookie\"><img src=\"/PortalBIZ/images/stop.png\">请打开Cookie功能!!</span>";
        document.getElementById("dCookiecontent").style.display = "";
    }
    eraseCookie("cookietest");
    cleanCookie();
</script>
<script type="text/javascript">
    (function(){
        var _account;
        var _isUseTelegramVerifyCode;

        var msg_verifyCode = '验证码';
        var msg_telegramVerifyCode = 'CC 验证码';

        var $form = $('[name="frmLogin"]');
        var $accountInput = $form.find('[name="txtAccount"]');
        var $verifyCodeInput = $form.find('[name="txtCheckCode"]');
        var $verifyCodeImage = $form.find('img');

        $accountInput.change(function(){
            var account = $(this).val();
            if (isValidAccount(account) && (account!=_account)) {
                $.ajax({
                    url: "/PortalBIZ/Common/isUseTelegramVerifyCode.jsp",
                    type: "POST",
                    cache: false,
                    dataType: "json",
                    data: {"txtQueryAccount":account},
                    success: function (response) {
                        _account = account;
                        _isUseTelegramVerifyCode = false;
                        if(response && response.isUseTelegramVerifyCode) {
                            _isUseTelegramVerifyCode = response.isUseTelegramVerifyCode;
                        }

                        if (_isUseTelegramVerifyCode) {
                            $verifyCodeInput.attr('placeholder', msg_telegramVerifyCode);
                            $verifyCodeInput.attr('maxlength', 6);
                            $verifyCodeImage.hide();
                        } else {
                            $verifyCodeInput.attr('placeholder', msg_verifyCode);
                            $verifyCodeInput.attr('maxlength', 4);
                            $verifyCodeImage.show();
                        }
                    }
                });
            }
        })

        function isValidAccount(account){
            if(!account){
                return false;
            }

            var parts = account.split('-');
            if(parts.length != 2){
                return false;
            }

            if(!parts[1]){
                return false;
            }

            return true;
        }
    })()
</script>
</body>
</html>
                               

Whois info of domain

Domain Name: CC246.COM
Registry Domain ID: 1990290472_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.PublicDomainRegistry.com
Registrar URL: http://www.publicdomainregistry.com
Updated Date: 2024-05-29T15:50:30Z
Creation Date: 2015-12-29T05:26:51Z
Registry Expiry Date: 2025-12-29T05:26:51Z
Registrar: PDR Ltd. d/b/a PublicDomainRegistry.com
Registrar IANA ID: 303
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.2013775952
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: GLEN.NS.CLOUDFLARE.COM
Name Server: KAYLEIGH.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-16T11:14:24Z <<<
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