Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - czy5.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Wed, 14 May 2025 10:50:31 GMT
Content-Type: text/html
Content-Length: 4525
Last-Modified: Tue, 13 May 2025 19:34:25 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "68239ec1-11ad"
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: czy5.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">
<title>官方永久地址发布页-收藏我回家不迷路!</title>
<meta name="keywords" content="发布页地址,发布页最新网址,永久地址发布页,最新发布页导航,资源网">
<meta name="description" content="地址发布页,发布页是多少,发布页导航地址,永久发布页,地址导航,永久地址导航">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone-no">
<style>
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{background:#000;padding:0;margin:0;border-top:3px solid #de2600}
a,a:active,a:hover,a:link,a:visited{color:#FFFFFF;text-decoration:none}
.main{background-color:#FFF;width:100%;max-width:900px;margin:0 auto;margin-top:30px;margin-bottom: 10px;border:2px solid #2b2b2b;padding:10px;border-radius:10px;text-align:center}
.hide{display:none}
.link a{
	display: block;
    background: #333;
    width: 70%;
    margin: 20px auto;
    padding: 10px 0;
}
</style>
</head><body>
    <script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?e667bf9a4de50612ab889beb1060b8be";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>
<div class="main">
	<h1><font color="#FFA500">聚合软件库</font></h1>

		<div style="font-size:14px; text-align:center; margin-bottom:10px;">资源共享是互联网精神的支柱</div>
		
		
	<div style="font-size:14px; text-align:center; margin-bottom:10px;">移动屏蔽严重,建议使用联通或者电信访问</div>
	<div class="link">
		<a href="javascript:" onclick="go(1)">最新線路地址一</a>
		<a href="javascript:" onclick="go(2)">最新線路地址二</a>
		<a href="javascript:" onclick="go(3)">最新線路地址三</a>
        <a href="javascript:" onclick="go(4)">最新線路地址四</a>
		<a href="javascript:" onclick="go(5)">最新線路地址五</a>
		<a href="javascript:" onclick="go(6)">最新線路地址六</a>

	
	</div>
	

<script>
	function go(x){
		if(x==1)
		<!---->
			location.href="https://bio.site/t0e_Ted_u3d_aO"
		else if(x==2)
		<!---->
			location.href="https://bio.site/t0e_Ted_u3d_aO"
		else if(x==3)
        <!---->
	        location.href="https://linkpop.com/dg4_e9r_4hg9"
        else if(x==4)
		<!---->
			location.href="https://linkpop.com/dg4_e9r_4hg9"
		else if(x==5)
        <!---->
	        location.href="https://campsite.bio/5c0f6_wepf4_7"
        else if(x==6)
        <!---->
	        location.href="https://campsite.bio/5c0f6_wepf4_7"



		
	

	}
</script>
	<div style="font-size:14px; text-align:center; margin-bottom:10px;">本页面仅用于最新地址变更通知</div></br>

<span id="runtimeSpan" style="color: #ff0000;"></span>
<script type="text/javascript">
    function showRuntime(){
        window.setTimeout("showRuntime()", 1000);
        var startTime = new Date("3/10/2015 00:00:00"); 
        var nowTime = new Date();
        var timestamp = (nowTime.getTime() - startTime.getTime());
        var oneDayMilliseconds = 24*60*60*1000;
        var totalDaysTmp = timestamp / oneDayMilliseconds;
        var totalDays = Math.floor(totalDaysTmp);
        var yuHoursTmp = (totalDaysTmp - totalDays) * 24;
        var yuHours = Math.floor(yuHoursTmp);
        var yuMinutesTmp = (yuHoursTmp - yuHours) * 60;
        var yuMinutes = Math.floor((yuHoursTmp - yuHours) * 60);
        var yuSeconds = Math.floor((yuMinutesTmp - yuMinutes) * 60);
        var yuHours = yuHours < 10 ? '0' + yuHours : yuHours;
        var yuMinutes = yuMinutes < 10 ? '0' + yuMinutes : yuMinutes;
        var yuSeconds = yuSeconds < 10 ? '0' + yuSeconds : yuSeconds;
        runtimeSpan.innerHTML = "本站已安全运行: " + totalDays + "天" + yuHours + "小时" + yuMinutes + "分" + yuSeconds + "秒";
    }
    showRuntime();
</script>
<style>
    #runtimeSpan{animation: change 10s infinite;font-weight: 800;}
    @keyframes change{0%{color:#AAC9CE;}25%{color:#F56A79;}50%{color:#1AA6B7;}75%{color:#FCF9F0;}100%{color:#E73B3E;}}
</style>
</br></br>

	<div><div style="font-size:14px; text-align:center; margin-bottom:20px;">© 2015-2025 聚合机软件库 All Rights Reserved</div>
	
</body>

</html>                               

Whois info of domain

Domain Name: CZY5.COM
Registry Domain ID: 2882625211_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.porkbun.com
Registrar URL: http://porkbun.com
Updated Date: 2024-05-19T20:05:32Z
Creation Date: 2024-05-19T15:49:58Z
Registry Expiry Date: 2025-05-19T15:49:58Z
Registrar: Porkbun LLC
Registrar IANA ID: 1861
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 5038508351
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: CURITIBA.NS.PORKBUN.COM
Name Server: FORTALEZA.NS.PORKBUN.COM
Name Server: MACEIO.NS.PORKBUN.COM
Name Server: SALVADOR.NS.PORKBUN.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-14T10:50:19Z <<<
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