Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - jjhgo.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: no-cache
Content-Type: text/html; charset=utf-8
Set-Cookie: ge_ua_p=I9ZCwk43yahR4p1tuYBasn3pgdvnfR%2FtkSHa4wY%3D; Path=/; Expires=Wed, 30 Apr 2025 16:04:03 GMT; Max-Age=5
Date: Wed, 30 Apr 2025 16:03:58 GMT
Transfer-Encoding: chunked

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: jjhgo.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>
<title>安全检查中,请稍候...</title>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
<style type="text/css">
.ui-uam-box  {
	text-align: center;
	font-family: font-family: Roboto,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-size: 16px;
}

.ui-uam-box .ui-counter {
	font-weight: bold;
}

</style>
<script type="text/javascript">
var cpk = "ge_ua_p"
var step = "prev";
var nonce = 6141;
function loadFunc(){var e=document.cookie,t=5;if(null!=e){for(var n=e.toString().split(";"),o="",i=0;i<n.length;i++){var a=(e=n[i].trim()).split("=");if(2==a.length&&a[0]==cpk){o=a[1];break}}if(0!=o.length){for(var d=0,i=0;i<o.length;i++){var r=o[i];/^[a-zA-Z0-9]$/.test(r)&&(d+=o.charCodeAt(i)*(nonce+i))}var l=window.location.toString(),s=new XMLHttpRequest;s.open("POST",l,!0),s.setRequestHeader("Content-type","application/x-www-form-urlencoded"),s.setRequestHeader("X-GE-UA-Step",step),s.onreadystatechange=function(){4==this.readyState&&200==this.status&&(window.setTimeout(function(){window.location.reload()},1e3*t),window.setInterval(function(){if(!(t<=0)){var e=document.getElementsByClassName("ui-counter");if(0<e.length)for(var n=0;n<e.length;n++)e[n].innerHTML=t.toString(),t--}},1e3))},s.send("sum="+d+"&nonce="+nonce)}}else window.setTimeout(function(){window.location.reload()},sleepMs)}window.addEventListener?window.addEventListener("load",loadFunc):window.onload=loadFunc;
</script>
</head>
<body><style>
    * { margin: 0; padding: 0; box-sizing: border-box; }
    html, body {
        height: 100%;
        width: 100%;
        font-family: "Segoe UI", Arial, sans-serif;
        background: linear-gradient(to bottom right, #fbe9e7, #fff);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #333;
    }

    h1 {
        font-size: 2em;
        color: #d84315;
        margin-bottom: 20px;
        font-weight: 600;
    }

    p {
        font-size: 1.1em;
        color: #555;
        margin-bottom: 12px;
        line-height: 1.7;
    }

    .container {
        max-width: 90%;
        width: 480px;
        padding: 30px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        text-align: center;
        animation: fadeIn 0.6s ease-in-out;
    }

    .container img {
        max-width: 120px;
        margin-bottom: 20px;
        border-radius: 12px;
    }

    .ui-counter {
        font-size: 1.5em;
        color: #e53935;
        font-weight: bold;
    }

    .attribution {
        font-size: 0.95em;
        color: #777;
        margin-top: 25px;
        line-height: 1.6;
    }

    .domain-section {
        margin-top: 30px;
    }

    .domain-title {
        font-size: 1.2em;
        font-weight: 600;
        margin-bottom: 10px;
        color: #c62828;
    }

    .domain-container {
        padding: 12px 20px;
        background: #ffebee;
        border: 2px solid #c62828;
        border-radius: 10px;
        font-size: 1.2em;
        font-weight: bold;
        color: #b71c1c;
        cursor: pointer;
        user-select: all;
        transition: all 0.2s ease-in-out;
        display: inline-block;
    }

    .domain-container:hover {
        background: #ffcdd2;
        transform: scale(1.05);
    }

    .toast {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.95);
        background: rgba(0, 0, 0, 0.9);
        color: #fff;
        padding: 15px 30px;
        border-radius: 12px;
        font-size: 1.2em;
        opacity: 0;
        visibility: hidden;
        z-index: 999;
        transition: all 0.4s ease;
    }

    .toast.show {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%) scale(1);
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: scale(0.9); }
        to { opacity: 1; transform: scale(1); }
    }
</style>

<script>
    function copyDomain() {
        let domainText = document.getElementById("site-domain").textContent.trim();
        if (!domainText.startsWith("http://") && !domainText.startsWith("https://")) {
            domainText = "http://" + domainText;
        }

        navigator.clipboard.writeText(domainText).then(() => {
            showToast("✅ 已复制本站网址:" + domainText);
        }).catch(() => {
            showToast("❌ 复制失败,请手动复制");
        });
    }

    function showToast(message) {
        const toast = document.getElementById("toast");
        toast.textContent = message;
        toast.classList.add("show");

        setTimeout(() => {
            toast.classList.remove("show");
        }, 2500);
    }
</script>

<main class="container">
    <img src="https://bj.bcebos.com/baidu-rmb-video-cover-1/d8fe7df75b342dd138b83d1d1891aa62.png" alt="加载中">
    <h1>安全检查中,请稍候...</h1>
    <p>系统将在 <span class="ui-counter">5</span> 秒后加载页面,请耐心等待...</p>
    <p id="message"></p>
    <p>如长时间无法加载页面,请复制本站网址更换浏览器访问!</p>

    <div class="attribution">
        本站受 DDOS 防御系统保护<br>
        您的 IP:135.181.60.100 已被记录
    </div>

    <div class="domain-section">
        <div class="domain-title">📌 本站网址(长按复制)</div>
        <div id="site-domain" class="domain-container" onclick="copyDomain()">jjhgo.com</div>
    </div>

    <div id="toast" class="toast"></div>
</main></body>
</html>                               

Whois info of domain

Domain Name: JJHGO.COM
Registry Domain ID: 1636947516_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gname.com
Registrar URL: http://www.gname.com
Updated Date: 2024-10-05T08:04:56Z
Creation Date: 2011-01-26T03:20:15Z
Registry Expiry Date: 2026-01-26T03:20:15Z
Registrar: Gname.com Pte. Ltd.
Registrar IANA ID: 1923
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +65.65189986
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: A.DNSPOD.COM
Name Server: B.DNSPOD.COM
Name Server: C.DNSPOD.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T16:03:50Z <<<
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