Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - 1faa.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Tue, 20 May 2025 14:48:55 GMT
Content-Type: text/html
Content-Length: 8277
Last-Modified: Thu, 27 Feb 2025 14:58:32 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "67c07d98-2055"
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: 1faa.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>域名交易</title>
	    <meta name="keywords" content="" />
	    <meta name="description" content="" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
		<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
        <link rel="stylesheet" href="/skin/css/bootstrap.min.css">
        <link rel="stylesheet" href="/skin/css/animate.min.css ">
        <link rel="stylesheet" href="/skin/css/font-awesome.min.css" /> 		
		<link rel="stylesheet" href="/skin/css/style.css">
		<link rel="stylesheet" href="/skin/css/xfoot.css">
<script>
    // 加载完成后执行
    document.addEventListener("DOMContentLoaded", function() {
        var hostname = window.location.hostname; // 获取完整的域名(不包括协议和端口)
        var domainParts = hostname.split('.'); // 使用点号分割域名

        // 我们通常只对最后两部分感兴趣,除非它是像.co.uk这样的二级顶级域名
        // 但为了简化,这里我们只取最后两部分
        if (domainParts.length >= 2) {
            var secondLevelDomain = domainParts[domainParts.length - 2] + '.' + domainParts[domainParts.length - 1];

            // 现在secondLevelDomain是像'baidu.com'或'123.baidu.com'这样的字符串
            // 但由于我们想要的是'baidu.com',我们需要判断'123'是否是一个有效的顶级域名(它不是)
            // 在这个简化的例子中,我们假设所有二级域名都是有效的,并且我们只取最后两部分
            // 如果您想要更精确的控制,您可能需要一个顶级域名和二级顶级域名的列表来进行验证

            var domainName = secondLevelDomain; // 在这个例子中,我们直接使用它作为域名

            // 更新页面标题
            var title = document.getElementsByTagName('title')[0];
            title.innerHTML = '域名交易-' + domainName + '正在出售';

            // 更新所有class为"domain"的span元素
            var domains = document.getElementsByClassName('domain');
            for (var i = 0; i < domains.length; i++) {
                domains[i].innerHTML = domainName;
            }

            // 更新id为"whoisQ"的a元素的href属性
            // 注意:确保href属性中确实包含'@domainName'作为占位符
            var whoisQ = document.getElementById('whoisQ');
            if (whoisQ) {
                whoisQ.href = whoisQ.href.replace('@domainName', domainName);
            }
        } else {
            // 处理异常情况(理论上不应该发生,除非URL格式不正确)
            console.error('无法解析域名:', hostname);
        }
    });
</script>
    </head>
<body>
        <!--hero section-->
        <section class="bg-white hero p-0">
            <div class="container-fluid">
                <div class="row">
                    <div class="col-md-6 bg-light text-center col-fixed">
                        <h1 class="pt-3">
						<span class="text-green wba domain"></span>
						</h1>
						
                        <p class="mt-2 wba">
						<span class="note wba">此域名正在出售中!</span><br/><br/>
                        <span class="note2">This domain is for sale. For more domains,<br/> please visit my website  <a href="http://bzdo.com">bzdo.com</a>   .</span>
                        </p>
                        <div class="pt-3">
                        <em class="fa fa-envelope" ></em> <a href="mailto:[email protected]">[email protected]</a><br />                     
                        <em class="fa fa-telegram" ></em>Telegram:domainzhi<br />
                        
                        <br/>
                            <span id="fzwx" data-clipboard-text="YUMINGMAIJIA" class="btn btn-success btn-md">微信号 YUMINGMAIJIA</span>                            							                                                   
                        </div>
                       <div style="margin-top:1rem"><img style="width:10rem" src="/static/upload/image/20241030/1730271580420877.png" /></div> 
                    </div>
                    <div class="col-md-6 ml-auto px-0 py-2">
                    
                         <!--Why buy domain-->
                        <section class="bg-white">
                            <div class="container">
                                <div class="row">
                                    <div class="col-sm-8 mx-auto text-center">
                                        <h4 class="text-primary">如何购买?</h4>
                                        <hr/>
                                        <p class="text-muted text-center">
                                            扫描微信二维码,添加微信好友;<br />
											通过Telegram、skype等社交软件;<br />
											发送邮件,并说明相关域名和价格;<br />
                                        </p>
                                    </div>
                                </div>

                            </div>
                        </section>
	
                        <!-- How to buy-->
                        <section class="bg-white">
                            <div class="container">
                                <div class="row">
                                    <div class="col-sm-8 mx-auto text-center">
                                        <h4 class="text-primary">How to purchase?</h4>
                                        <hr/>
                                        <p class="text-muted  text-center">
                                            You can consult me through the contact <br />
											information provided on my website, <br />	
											or consult your commonly used domain <br />
											broker to communicate related matters.
                                        </p>
										
                                    </div>
                                </div>
                            </div>
                        </section>

                     <!--contact-->
                     <section class="bg-white">
                            <div class="container">
                                <div class="row">
                                    <div class="col-sm-8 mx-auto text-center">
                                        <h4 class="text-primary">联系我们/Contact Us</h4>
                                        <hr/>
                                        <p class="lead text-center text-primary">
										Telegram : domainzhi<br /> 
Skype:[email protected]<br /> 
E-mail:<a href="mailto:[email protected]">[email protected]</a><br />                                        
										<!-- <img style="width:10rem" src="/skin/picture/weixin.png" /> -->
	
                                        </p>
										
                                    </div>
                                </div>
                            </div>
                        </section>                        
                        
                        <!--footer-->
                        <section class="bg-white">
                            <div class="container">
                                <div class="row mr-5 ml-5">
                                    <div class="col-sm-12">
                                        <p class="text-muted text-center">
                                           2025 <a href="http://bzdo.com">BZDO.com</a>                                  </p>
                                    </div>
                                </div>
                            </div>
                        </section>
                    </div>
                </div>
            </div>
        </section>
<div style='display:none'>
<li><a href='https://www.91084.com/' target='_blank'>网站模板</a></li> 
<li><a href='https://www.91084.com/mb/' target='_blank'>网站源码</a></li> 
</div>
		 <div style="display:none"></div>
	<!-- 0.095516920089722 -->
	<script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js?id=KRyTO3MqVte6SdRQ&ck=KRyTO3MqVte6SdRQ"></script>
    </body>
</html>

		                                

Whois info of domain

Domain Name: 1FAA.COM
Registry Domain ID: 2971060343_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.dynadot.com
Registrar URL: http://www.dynadot.com
Updated Date: 2025-03-30T05:41:33Z
Creation Date: 2025-03-30T04:15:14Z
Registry Expiry Date: 2026-03-30T04:15:14Z
Registrar: Dynadot Inc
Registrar IANA ID: 472
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +16502620100
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.DYNA-NS.NET
Name Server: NS2.DYNA-NS.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-20T14:48:47Z <<<
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