Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - avgh5.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sun, 11 May 2025 06:34:44 GMT
Content-Type: text/html
Content-Length: 9490
Last-Modified: Tue, 13 Aug 2024 07:06:01 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "66bb05d9-2512"
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: avgh5.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>
	<meta charset="UTF-8">
	<title>初七的心跳回忆游戏官网</title>
    <meta name="viewport" content="minimal-ui,width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
	<link rel="stylesheet" href="public/bootstrap/css/bootstrap.css">	
	<style>
		*{margin: 0;padding: 0;font-family: "微软雅黑"}
		body{background-color: #fffff7;}
		a,a:hover{text-decoration: none;}
		.rela{position: relative;}
		.red{color: #f4003e;}
		.line{position: absolute;width: 1px;height: 100%;left: 5px;background-color: #dcdcdc;}
		#header{width: 100%;height: 60px;background-color: #274162;box-shadow: 0px 0px 5px;position: relative;z-index: 1;overflow: hidden;}
		#wp{padding: 0;}
		#wp>.rela{max-width: 800px;padding-bottom: 50px;padding-left: 20px;padding-right: 50px;}
		#menu {min-width: 240px; height: 60px;line-height: 60px;}
		#menu li{float:left;width: 30%;text-align: center; list-style: none;}
		#menu li a{font-size: 14px;color: #fffff7;opacity: .8;transition: opacity .4s;}
		#menu li a:hover,#menu li .act{opacity: 1;}
		.qq img{vertical-align:baseline;margin-right: 2px}
		#contact .list {font-size: 20px;margin: 10px 0; color: #6f6f6f;cursor: default;}
		#contact .list a{color: #6f6f6f;}
		#contact .list a:hover{color: #585858;}
		.title{position: relative;height: 30px;margin: 50px 0 10px;}
		.title .arc{display: block;border: 1px solid #dcdcdc;background-color: #fff;border-radius: 20px;width: 10px;height: 10px;position: absolute;top: 10px;left: -20px;}
		.title h2{font-size: 24px;color: #585858;}
		.title h2 .en{font-size: 18px;color: #585858;font-weight: bold;}
		.h3{font-size: 18px;}
		.p{font-size: 16px;color: #6f6f6f;text-indent: 2em;}
		.h3p{text-indent: 0em;padding-left: 4em}
		#abilities{position: relative;}
/*		#abilities .bg1{position: absolute;width: 100%;height: 100%;z-index: 0;background: url(images/4_03.png) no-repeat right top;}*/
		#footer{width: 100%;padding: 60px 0; background-color: #1e2329;}
		#footer p{color: #888;font-size: 13px;text-align: center;}
		#footer a{color: #888;}
		#footer a:hover{color: #337ab7;}
	</style>
	<script src="public/js/jquery-1.10.2.min.js"></script>
	<script src="public/bootstrap/js/bootstrap.min.js"></script>
	<script src="public/js/jquery.DB_tabMotionBanner.min.js"></script>
</head>
<body>
	<header id="header" class="">
		<div class="container">
			<a href="#" class="logo pull-left"></a>
			<ul id="menu" class="pull-right col-xs-4">
			
				
				<!--li><a href="#"  Onclick=" alert('游戏即将上线,敬请期待~','','width=400,height=300')">游戏下载</a></li-->
				<li><a href="https://res.gamehz.cn/cqdxthy-1.0.0.apk">游戏下载</a></li>
			
			</ul>
		</div>
	</header>
	<div id="wp">
		<div class="">
			<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
			  <!-- Indicators -->
			  <ol class="carousel-indicators">
				<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
				<li data-target="#carousel-example-generic" data-slide-to="1"></li>
			  </ol>

			  <!-- Wrapper for slides -->
			  <div class="carousel-inner" role="listbox">
				<div class="item active">
				  <img src="images/img1.jpg" alt="...">
				  <div class="carousel-caption">
				  </div>
				</div>
				<div class="item">
				  <img src="images/img2.jpg" alt="...">
				  <div class="carousel-caption">
				  </div>
				</div>
			  </div>
			  <!-- Controls -->
			  <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
				<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
				<span class="sr-only">Previous</span>
			  </a>
			  <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
				<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
				<span class="sr-only">Next</span>
			  </a>
			</div>
		</div>
		<script>
			$('.carousel').carousel({
			  interval: 2000
			})
		</script>
		<div class="container rela">
			<div class="line"></div>
			<div class="title" id="introductionTitle">
				<span class="arc"></span>
				<h2>游戏简介<span class="en">Game Introduction</span></h2>
			</div>
			<div id="introduction">
				<p class="p">
					新游《初七的心跳回忆》是一款合成养成类休闲游戏,同时巧妙的融合了模拟经营的玩法,玩家将扮演女主安初夏继承爷爷的家居馆,通过完成订单,购置展厅和家具,招揽新顾客的方式一步步让家居馆重焕生机。游戏包含了多种收集元素,上千种道具和风格迥异的家具轻松打造,百变服装、多种造型任你选择,让你在享受做店长的成就感时,再做一把时尚达人。
				</p>
				
			</div>
			
			<div class="title">
				<span class="arc"></span>
				<h2>游戏截图欣赏<span class="en">Game Screen</span></h2>
			<meta name="viewport" content="minimal-ui,width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
	<link rel="stylesheet" href="public/bootstrap/css/bootstrap.css">
	          </header>
	<div id="wp">
		<div class="">
			<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
			  <!-- Indicators -->
			  <ol class="carousel-indicators">
				<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
				<li data-target="#carousel-example-generic" data-slide-to="1"></li>
			  </ol>

			  <!-- Wrapper for slides -->
			  <div class="carousel-inner" role="listbox">
				<div class="item active">
				  <img src="images/P1.jpg" alt="...">
				  <div class="carousel-caption">
				  </div>
				</div>
				<div class="item">
				  <img src="images/P2.jpg" alt="...">
				  <div class="carousel-caption">
				  </div>
				  
				</div>
				<div class="item">
				  <img src="images/P3.jpg" alt="...">
				  <div class="carousel-caption">
				  </div>
				  
				 </div>
				<div class="item">
				  <img src="images/P4.jpg" alt="...">
				  <div class="carousel-caption">
				  </div>
				  </div>
				<div class="item">
				  <img src="images/P5.jpg" alt="...">
				  <div class="carousel-caption">
				  </div>
				  
				</div>
				
			  </div>
			  
			</div>
		</div>
		<script>
			$('.carousel').carousel({
			  interval: 3000
		</script>
			
		</script>
</script>
             <p class="p">
			<p class="p">
			
			<h2>游戏视频欣赏<span class="en">Game Video</span></h2>
			<style>
			video{
				width: 500px;
				height: 450px;
			}
		</style>
		
		
		<div>
			<video src="images/1.mp4" controls="controls">
</div>
				
			<p class="p">
			<p class="p">
			
			<h2>游戏隐私政策与用户协议<span class="en">GamePrivacy Policy&Users Agreement</span></h2>
			<li><a href="User\fuwu.html">游戏服务协议</a></li>                           
			<li><a href="User\ys.html">游戏隐私政策</a></li>
			<li><a href="User\zs.html">游戏帐号规则</a></li>
			<li><a href="User\xuke.html">游戏许可与服务协议</a></li>
		
				
				<span class="arc"></span>
				<h2>联系客服<span class="en">Contact us</span></h2>
			</div>
			<div id="contact">
				<div class="list col-md-6 text-center">
					<a>
						<span class="glyphicon glyphicon-earphone"></span> 02085576813
					</a>
				</div>
				<div class="list col-md-6 text-center">
					<a class="qq" href="http://wpa.qq.com/msgrd?v=3&uin=234327963&site=qq&menu=yes" target="_blank">
					<img src="images/qq.jpg" width="16" alt="">
					3409933791</a>
				</div>
				<div class="list col-md-6 text-center">
					<a href="mailto:[email protected]"><span class="glyphicon glyphicon-comment"></span>
					[email protected]</a>
				</div>
				<div class="list col-md-6 text-center">
					<a>
					<span class="glyphicon glyphicon-home"></span>
					广东省广州市天河区科韵路建华路25号201<br></a>
				</div>
			</div>
		</div>
	</div>
	<footer id="footer">
		<div class="container">
			<p>©2016-2023Hanzheng Game Inc.All Rights Reserved 广州汉正信息技术有限公司 版权所有    <a href="https://beian.miit.gov.cn/#/Integrated/index">粤ICP备15116883号</a></p>
			<p>
			<a href="User/fuwu.html"><font color="#ffcc00">服务条款</font></a>
                	<a href="User/ys.html"><font color="#ffcc00"> 隐私政策</font></a>
                	<a href="User/zs.html"><font color="#ffcc00"> 帐号规则</font></a>
                	<a href="User/xuke.html"><font color="#ffcc00"> 许可及服务协议</font></a>
		</p>
		</div>
	</footer>
</body>
<script>	
	function go_top(t) {
		var $body = (window.opera) ? (document.compatMode == "CSS1Compat" ? $('html') : $('body')) : $('html,body');
		t ? t : t = 0;
		$body.animate({
			scrollTop: t
		}, 400);
	}
	function go(o){		
		var t=$(o).offset().top;
		go_top(t);
	}
	$(".go").on("click tap",function(){go($(this).attr("data-t"))});
	function setImgWidth(){
		$(".Simg").each(function(){
			if(!$(this).attr("width"))
			{
				var window_w=$(window).width();
				if(window_w<800){
					$(this).attr("width",$(this).attr("dataW")||"80%");
				}else{
					$(this).removeAttr("width","");
				}
			}
		});
	}
	$(window).resize(setImgWidth);
	setImgWidth()
</script>
</html>
                               

Whois info of domain

Domain Name: AVGH5.COM
Registry Domain ID: 2095277477_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2024-12-16T09:54:33Z
Creation Date: 2017-02-04T12:33:10Z
Registry Expiry Date: 2026-02-04T12:33:10Z
Registrar: Alibaba Cloud Computing (Beijing) Co., Ltd.
Registrar IANA ID: 420
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: NS1.AVGH5.COM
Name Server: NS2.AVGH5.COM
Name Server: NS3.AVGH5.COM
Name Server: NS4.AVGH5.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-11T06:34:35Z <<<
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