Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - b6a6.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Microsoft-IIS/8.5
X-UA-Compatible: IE=edge,chrome=1
X-Powered-By: PbootCMS
Set-Cookie: lg=cn; path=/
Set-Cookie: PbootSystem=us5ts650oohljr3ui73vsku3ej; path=/
X-Powered-By: ASP.NET
Date: Sat, 10 May 2025 03:17:56 GMT
Content-Length: 5298

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: b6a6.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<meta content="telephone=no" name="format-detection">
<title>(独立手机版)落地页单页pbootcms模板 营销推广落地页网站源码下载</title>
<meta name="keywords" content="单页网站模板,落地页网站模板">
<meta name="description" content="落地页单页pbootcms模板 营销推广落地页网站源码下载">
<meta name="author" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<link rel="stylesheet" type="text/css" href="/style/css/pinglun.css">
<link href="/style/css/m.css" rel="stylesheet">
<link href="/style/css/style.css" rel="stylesheet">
<link href="/style/css/index.css" rel="stylesheet">
</head>

    <style>
		@media screen and (min-width: 768px){
			body {
				max-width: 768px;
				margin: 0 auto;
			}
		}	
        .copied {
            color: white;
        }
        .tooltip {
            position: fixed;
            bottom: 40%;
            right: 25%;
            background-color: #333;
            color: white;
            padding: 10px;
            border-radius: 5px;
            z-index: 1000;
			font-size: 15px;
		    text-align: center;
        }

		
		/* 对于移动设备的特定样式 */
		@media only screen and (max-width: 768px) { 
		    body {
		        background: url(/static/upload/other/20250502/1746189678825134.jpeg) center center / contain no-repeat fixed;
		        background-size: auto 100%; /* 这里使用auto 100%让图片在保持其比例的同时垂直填充整个屏幕 */
		    }
		}
    </style>



<body style="background: url(/static/upload/image/20250509/1746781586130759.jpg) center center / cover no-repeat fixed;">

<div class="zhengwen"> 

  <section style="font-size: 16px; margin-top: 3%;margin-bottom: 3%;">
    <h2><img src="/static/upload/image/20250509/1746781648609705.png"></h2>
   </section>
   
  <footer>
    <p style="text-align: center;"><small> </small></p>
  </footer>
  <!--评论结束-->
  

  
</div>


<div class="" style="width: 100%;margin:0 auto;text-align: center;font-size: 16px;height: 60px;margin-top: 10px;margin-bottom: 10px;line-height: 30px;">
		<div class="" style="width:31%;margin: 6px auto 0px; padding: 10px; border-radius: 10px;
			text-align: center; color: black;font-size: 15px; cursor:pointer;    float: left;
    margin-left: 10%;background: url(/static/upload/image/20250508/1746640685328532.png) center center no-repeat;">
			<a href="https://www.yuni.com.cn/index.html#download" style="text-decoration-line: none;color: white;"><span style="font-size: ;color: ;">安卓软件下载</span></a>
		</div>
		<div class="" style="width:31%;margin: 6px auto 0px; padding: 10px; border-radius: 10px; 
			text-align: center; color: black;font-size: 15px; cursor:pointer;    float: right;
    margin-right: 10%;background: url(/static/upload/image/20250508/1746640685328532.png) center center no-repeat;">
		    <a href="https://apps.apple.com/cn/app/%E4%B8%8E%E4%BD%A0/id1316406503" style="text-decoration-line: none;color: white;"><span style="font-size: ;color: ;">苹果软件下载</span></a>
		</div>
</div>

  <div class="copyzdwx" style="width:31%;margin: 6px auto 0px; padding: 10px; border-radius: 10px; text-align: center; color: white;font-size: 15px; cursor:pointer;margin-top: 50px;background: url(/static/upload/image/20250508/1746640315894494.png) center center no-repeat;" id="copyable-texts">
	  <span class="copyable" data-text="abc666999" onclick="copyText(this)">点击复制客服账号<br>abc666999</span>
	</div>
	
	

<div class="zhezao" style="z-index: 77;"> </div>

<!--引入一个jquery--> 
<script src="/style/js/jquery.js"></script> 
    
    <div id="tooltip" class="tooltip" style="display:none;">已复制账号id请去软件添加!</div>

    <script>
        function showTooltip() {
            const tooltip = document.getElementById('tooltip');
            tooltip.style.display = 'block';
            setTimeout(function() {
                tooltip.style.display = 'none';
            }, 2000);
        }

        function copyText(element) {
            // 获取要复制的文本
            const textToCopy = element.getAttribute('data-text');

            // 创建一个临时的input元素
            const tempInput = document.createElement("input");
            tempInput.value = textToCopy;

            // 将input元素添加到DOM中
            document.body.appendChild(tempInput);

            // 选中input元素的文本
            tempInput.select();

            // 复制选中的文本
            document.execCommand('copy');

            // 移除临时的input元素
            document.body.removeChild(tempInput);

            // 给用户一些反馈
            showTooltip();
            element.classList.add('copied');

            // 恢复原始颜色
            setTimeout(function() {
                element.classList.remove('copied');
            }, 2000);
        }
    </script>
<!-- <script src="/style/js/configm.js"></script> -->
<script src='/Spider/?url=/' async='async'></script>
</body>
</html>                               

Whois info of domain

Domain Name: B6A6.COM
Registry Domain ID: 2981276287_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namesilo.com
Registrar URL: http://www.namesilo.com
Updated Date: 2025-05-07T10:05:45Z
Creation Date: 2025-05-07T10:05:45Z
Registry Expiry Date: 2026-05-07T10:05:45Z
Registrar: NameSilo, LLC
Registrar IANA ID: 1479
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4805240066
Domain Status: ok https://icann.org/epp#ok
Name Server: NS1.DNSOWL.COM
Name Server: NS2.DNSOWL.COM
Name Server: NS3.DNSOWL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-10T03:17:37Z <<<
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