Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - ippps.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Fri, 09 May 2025 19:08:45 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://ippps.com/
Strict-Transport-Security: max-age=31536000

HTTP Code 301 Moved Permanently

http status code 301 means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://ippps.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Fri, 09 May 2025 19:08:46 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Set-Cookie: think_var=en-cn; path=/
Set-Cookie: PHPSESSID=4q9krabph7nsj323hg9vtn1js7; path=/; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Strict-Transport-Security: max-age=31536000

HTTP Code 200 OK

http status code 200 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: ippps.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">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0,viewport-fit=cover">
<title></title>
<link rel="stylesheet" href="/image/weui.css" />
<link rel="stylesheet" href="/image/bootstrap.min.css" />
<script src="/image/zepto.min.js" type="text/javascript"></script>
<script src="/image/jquery.min.js" type="text/javascript"></script>
<script src="/image/weui.min.js"></script>
<script src="/layer3.1/layer.js"></script>
<script src="/image/common.js"></script>
<link rel="stylesheet" href="/image/iconfont.css" />
<link rel="stylesheet" href="/image/common.css" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://cdn.staticfile.org/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">
$(document).ready(function(){
    $(".nav-list-ico").on('click',function(){
        if($('.left-nav').attr('class')=='left-nav active'){
                $('.left-nav').removeClass('active');
                $('.cover-mask').removeClass('active');
        }else{
                $('.left-nav').addClass('active');
                $('.cover-mask').addClass('active');
        }
    })
    $('.cover-mask').on('click',function(){
            if($('.left-nav').attr('class')=='left-nav active'){
                $('.left-nav').removeClass('active');
                $('.cover-mask').removeClass('active');
            }else{
                $('.left-nav').addClass('active');
                $('.cover-mask').addClass('active');
            }
    })
    $('.nav-item').on('click',function(){
            $('.left-nav-List').removeClass('active');
            $(this).addClass('active');
            $('.left-nav').removeClass('active');
            $('.cover-mask').removeClass('active');
    })
})
</script>

<link rel="stylesheet" href="/plugin/swiper/swiper-3.4.2.min.css" />
<script type="text/javascript" src="/plugin/swiper/yy.js"></script>
<script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
<script>LA.init({id:"3LVcBqEEmWspJJtQ",ck:"3LVcBqEEmWspJJtQ"})</script>
<script type="text/javascript" src="/plugin/swiper/swiper-3.4.2.min.js"></script>
<style type="text/css">
.header-wrap {background: #fff; color: #000}
.header-wrap a {color: #000}
.cate .item {
	padding: 15px;
	width: 25%;
	line-height: 25px;
}
.cate .arrow {height: 40px;}
.cate .down-arrow {-webkit-transform: rotate(180deg);    transform: rotate(180deg);}
.cate .icon {
	width: 30px;
	margin: 0 auto;
}
.cate .item .t2 {color: #b0b0b0;}
.list-coin {
	padding: 10px;
	border-top: 3px solid #ededed;
}

.list-coin .hd {
	padding: 10px;
	color: #7f7f7f
}

.list-coin .item {
	border-bottom: 1px solid #efeeee;
	padding: 15px;
}
.list-coin .item .t2 {color: #b0b0b0;}
.list-coin .item:LAST-CHILD {
	border-bottom: 0px;
}

.list-coin .item .persent {
	padding: 6px;
	color: #fff;
	border-radius: 4px;
	background: #00c483;
	text-align: center;
}
.list-coin .item .persent-red {background: #db5656!important}
.footbar {position: fixed; z-index: 999; bottom: 0; left: 0; right: 0;}
.footbar .btn {border-radius: 30px;  width: 40%; margin:10px;}
.footbar a {display: block;}
.footbar .btnreg a {color: #fff}
</style>
<script type="text/javascript">
    function getMarket() {
		$.ajax({
		    type: 'post',
		    url: "/index/okx/market/type/1.html",
		    dataType: "json",
		    data: $("form").serialize(),
		    success: function(res) {
		        $(".market1").html(res.result);
		    }
		});
    }
    function getMarket2() {
		$.ajax({
		    type: 'post',
		    url: "/index/okx/market/type/2.html",
		    dataType: "json",
		    data: $("form").serialize(),
		    success: function(res) {
		        $(".market2").html(res.result);
		    }
		});
    }
	$(document).ready(function() {
		getMarket();
		var timerId = setInterval(getMarket, 30000); 
		
		getMarket2();
		var timerId2 = setInterval(getMarket2, 30000); 
	})
</script>
</head>
<body>
	<div class="header-wrap" style="position: inherit;">
		<div class='flex flex-between align-center pd10'>
			<div class='logo'>Home</div>
			<div class="lang tr">
	<div class="btnlang">
	  <a href="/index/index/lang.html">	
		<img src="/image/en-cn.jpg" class='lang-ico' style="display: none;">
				<img src="/image/nav6.png" width="18" class="q-mx-sm">
	  </a>
	</div>
	<!--
	<ul class="list-lang">
		<li class="flex">
			<img src="/image/en-us.jpg">&nbsp;
			<a href="/index/index/index/lang/en-us.html">English</a>
		</li>
	</ul>
	-->
</div>
		</div>
	</div>
	<!-- 首页banner _star -->
	<div class="swiper-container swiper-banner" style="margin: 10px;">
		<div class="swiper-wrapper box_swipe" id="box_swipe">
			<div class="swiper-slide">
				<a href=""> <img class="lazy" src="/image/202311143.png" width="100%" height="230" /></a>
			</div>
			<div class="swiper-slide">
				<a href=""> <img class="lazy" src="/image/202311144.png" width="100%" height="200" /></a>
			</div>
			<div class="swiper-slide">
				<a href=""> <img class="lazy" src="/image/202311142.png" width="100%" height="200" /></a>
			</div>
			<div class="swiper-slide">
				<a href=""> <img class="lazy" src="/image/202311141.png" width="100%" height="200" /></a>
			</div>
		</div>
		<div class="swiper-pagination"></div>
	</div>
	<!-- 首页banner _end -->
	<script>
		var swiper = new Swiper('.swiper-container', {
			pagination : '.swiper-pagination',
			paginationClickable : true,
			spaceBetween : 30,
			centeredSlides : true,
			autoplay : 2500,
			autoplayDisableOnInteraction : false
		});
	</script>
	<div class="cate" ><!--style="display: none;"-->
		<div class="flex market2" style="overflow-x: scroll;"></div>
	</div>
	
<div class="cate">
	<div class="flex flex-center flex-row">
		<div class="item tc">
			<div class='icon'>
				<a href="/index/wallet/index.html">
					<img src="/image/nav_icon_5.png" class='img'>
				</a>
			</div>
			<div class='title'>
				<a href="/index/wallet/index.html">Wallet</a>
			</div>
		</div>	
		<div class="item tc">
			<div class='icon'>
				<a href="/index/recharge/index.html">
					<img src="/image/nav_icon_1.png" class='img'>
				</a>
			</div>
			<div class='title'>
				<a href="/index/recharge/index.html">Recharge</a>
			</div>
		</div>
		<div class="item tc">
			<div class='icon'>
				<a href="/index/withdraw/index/coin/usdt.html">
					<img src="/image/nav_icon_2.png" class='img'>
				</a>
			</div>
			<div class='title'>
				<a href="/index/withdraw/index/coin/usdt.html">Withdraw</a>
			</div>
		</div>
		<div class="item tc">
			<div class='icon'>
				<a href="/index/order/index/coin/usdt.html">
					<img src="/image/nav_icon_3.png" class='img'>
				</a>
			</div>
			<div class='title'>
				<a href="/index/order/index/coin/usdt.html">Transfer</a>
			</div>
		</div>
		<div class="item tc">
			<div class='icon'>
				<a href="/index/news/help.html">
					<img src="/image/nav_icon_6.png" class='img'>
				</a>
			</div>
			<div class='title'>
				<a href="/index/news/help.html">Help center</a>
			</div>
		</div>		
		<div class="item tc">
			<div class='icon'>
				<a href="/index/main/index.html">
					<img src="/image/nav_icon_7.png" class='img'>
				</a>
			</div>
			<div class='title'>
				<a href="/index/main/index.html">Investment</a>
			</div>
		</div>		
		<div class="item tc">
			<div class='icon'>
				<a href="/index/member/upgrade.html">
					<img src="/image/nav_icon_4.png" class='img'>
				</a>
			</div>
			<div class='title'>
				<a href="/index/member/upgrade.html">VIP</a>
			</div>
		</div>
		<div class="item tc">
			<div class='icon'>
				<a href="/index/user/onlinecall.html">
					<img src="/image/nav_icon_8.png" class='img'>
				</a>
			</div>
			<div class='title'>
				<a href="/index/user/onlinecall.html">Contact customer service</a>
			</div>
		</div>
	</div>
</div>
	<div class="list-coin">
		<div class="hd flex">
			<div class="flex-block">Currency</div>
			<div class="flex-block tr">Latest price</div>
			<!-- <div class="flex-block">Leaderboard</div> -->
		</div>
		<div class="bd market1"></div>
	</div>
		<div class="footbar">
	    <div class="flex flex-center">	       
	       <div class="btn btnblue btnreg"><a href="/index/passport/signup.html">Register</a></div>
	       <div class="btn btngrey btnlogin"><a href="/index/passport/login.html">Login</a></div>
	    </div>
	</div>
	</body>
</html>                               

Whois info of domain

Domain Name: IPPPS.COM
Registry Domain ID: 2916039285_DOMAIN_COM-VRSN
Registrar WHOIS Server: www.gname.com/whois
Registrar URL: http://www.gname.com
Updated Date: 2025-04-13T17:51:29Z
Creation Date: 2024-09-11T18:28:56Z
Registry Expiry Date: 2025-09-11T18:28:56Z
Registrar: Gname 140 Inc
Registrar IANA ID: 4132
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +65 31581391
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: A9.SHARE-DNS.COM
Name Server: B9.SHARE-DNS.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-09T19:08:25Z <<<
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