Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
200 OK - wbpyw.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.26.1
Date: Fri, 23 May 2025 15:53:09 GMT
Content-Type: text/html
Content-Length: 4651
Last-Modified: Thu, 20 Feb 2025 09:37:45 GMT
Connection: keep-alive
ETag: "67b6f7e9-122b"
Accept-Ranges: bytes

HTTP Kodu 200 OK

200 http durum kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: wbpyw.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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>网站域名超过服务期提醒</title>
<style type="text/css">
body{
	color:#006acb;
	font-size: 14px;
	line-height:27px;
	}
#main{
	width:930px;
	padding:70px;
	margin-top: 150px;
	margin-left:auto; margin-right:auto;
	background-color:rgba(112,204,144,0.2);
}
h1{
	font-size:17px;
	font-weight:bold;
	line-height:30px;
	}
h2{
	font-size:14px;
	font-weight:normal;
}
.footer{
	width:900px;
	padding:20px;
	margin-left:auto; margin-right:auto;
	text-align:center;
}
.footer span{padding:0px 10px;}
.footer span a{font-weight:bold; color:#006acb; text-decoration:none; font-size:14px;}
.footer span a:hover{font-weight:bold; color:#3CC; text-decoration:none;}

a{ color:#006acb; text-decoration:none;}
a:hover{ text-decoration:underline;}

</style>


</head>

<body>

<div id="main"><h1>提示:该网站的域名( <span style="color: #F72024" id="domainName1"></span> )已超过服务期 ,网站不能正常访问,续费后可恢复。</h1>

<h2>
为避免域名被删除或被他人注册,请联系您的域名服务商尽快完成续费:<br />
1. 若您是<a href="https://www.kenpai.com/?link=expns" target="_blank" title="垦派科技">垦派科技</a>会员,请登垦派科技官网,进入个人中心,完成域名续费;<br />
2. 若您的<a href="https://www.kenpai.com/domain.html?link=expns" target="_blank" title="域名注册服务">域名服务</a>由垦派科技代理商提供,请您联系您的代理商咨询续费事宜。
</h2>

<h1>Tip: The domain name of this website (<span style="color: #F72024" id="domainName2"></span>) has expired, and the website cannot be accessed normally. It can be restored after renewal.</h1>
<h2>
To avoid domain name deletion or registration by others, please contact your domain name service provider to complete the renewal as soon as possible:<br />
1. If you are a member of Kenpai Technology, please log on to the official website of Kenpai Technology, enter the personal center, and complete the domain name renewal;<br />
2. If your domain is provided by a Kenpai Technology agent, please contact your agent to inquire about further purchases.
</h2>
</div>
<div class="footer">
	友情链接:
	<span><a href="https://www.kenpai.com/domain.html?link=expns" target="_blank" title="注册域名">域名注册</a></span>
	<span><a href="https://www.kenpai.com/domain.html?link=expns" target="_blank" title="域名查询">域名查询</a></span>
	<span><a href="https://www.kenpai.com/domain/cn.html?link=expns" target="_blank" title="特价.CN域名注册">特价.CN域名</a></span>
	<span><a href="https://www.kenpai.com/domain/com.html?link=expns" target="_blank" title="特价.COM域名注册">特价.COM域名</a></span>
	<span><a href="https://www.kenpai.com/email.html?link=expns" target="_blank" title="免费网易邮箱">免费网易邮箱</a></span>
	<span><a href="https://www.kenpai.com/ssl.html?link=expns" target="_blank" title="免费SSL证书">免费SSL证书</a></span>
	<span><a href="https://www.dns.com/" target="_blank" title="免费DNS解析">免费DNS解析</a></span>
	<span><a href="https://www.boce.com/" target="_blank" title="域名检测">域名检测</a></span>
</div>

<script>
        function getDomainName() {
            var domain = window.location.hostname || 'localhost'; // 如果是本地文件,可以默认为 'localhost'
            var domainParts = domain.split('.').reverse();
            var domainName = domain;
            if (domainParts.length > 2) {
                // 去掉前缀如 'www.' 或者子域名
                domainName = domainParts[1] + '.' + domainParts[0];
            }
            return domainName;
        }

        function updateDomainName(elementId) {
            var domainName = getDomainName();
            document.getElementById(elementId).innerText = domainName; // 更新指定元素的内容
        }

        window.onload = function() {
            updateDomainName('domainName1'); // 更新第一个域名显示元素
            updateDomainName('domainName2'); // 更新第二个域名显示元素
            document.title = '该网站域名' + getDomainName() + '已过期'; // 更新<title>标签
        };
    </script>

	<!----
<script src="https://www.kenpai.com/js/domainpark.js"></script>
	---->
</body>
</html>
                               

Alan adının whois bilgisi