Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - 58ecs.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 18 May 2025 13:30:09 GMT
Server: Apache
Location: http://58ecs.com/home
Content-Length: 288
Connection: close
Content-Type: text/html; charset=iso-8859-1

HTTP Code 301 Moved Permanently

301 Moved Permanently 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 - http://58ecs.com/home
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 18 May 2025 13:30:10 GMT
Server: Apache
X-Powered-By: PHP/7.0.7
Set-Cookie: ci_session=l2ev13sq5bklocovq8v7674n5d6p6d8m; expires=Sun, 18-May-2025 15:30:10 GMT; Max-Age=7200; path=/; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
Content-Length: 3980
Connection: close
Content-Type: text/html; charset=UTF-8

HTTP Code 200 OK

200 OK 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: 58ecs.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="keywords" content="网吧主页联盟,网吧增值,网吧增值联盟,网吧,网吧广告,网吧广告联盟,网吧主页赚钱,网吧增值服务,网吧游戏退弹广告,网吧搜狗导航网址,网吧搜索主页,网吧桌面图标,网吧增值广告,家庭主页增值广告" />
<meta name="description" content="无名之忧提供网吧主页增值、游戏退弹网吧增值、IE推送网吧增值、桌面图标增值 、开机广告增值、升窗广告增值、自定义网吧广告等多种增值项目,增加网吧赢利。" />
<meta name="author" content="helloweba.com" />
<title>无名之忧-网吧增值广告主页领导者!</title>
<link rel="stylesheet" type="text/css" href="/images/webapp/Themes/css/main.css?v=2014" />
<!--[if lt IE 9]><script type="text/javascript" src="/images/webapp/Themes/js/html5.js"></script><![endif]-->
<script type="text/javascript" src="/images/webapp/Themes/js/jquery.min.js"></script>
<script type="text/javascript" src="/images/webapp/Themes/js/jquery.slidereveal.min.js"></script>
<link rel="stylesheet" href="/images/webapp/Themes/css/fancybox.css">
<script src="/images/webapp/Themes/js/jquery.flexslider-min.js"></script>
<script src="/images/webapp/Themes/js/jquery.fancybox.js"></script> 
</head>
<body>
<div id="wrap">
<header>
	<div id="header_wrap">
		<div id="logo" style="background:url(/images/uploads/201912/13ce57cd8faf0ae8ee6483d393926c26.png) no-repeat"><h1><a href="/">无名之忧</a></h1></div>
		<div class="tel" style="background:url(/images/uploads/201705/00f4b7d371e36876987b9f211054070b.png) no-repeat;">服务热线:15377485525</div>
    </div>
</header>
<div id="main">
	<div class="ind_box yw_wrap" id="latest_news" style="left:320px;">
	  <div>
			<a name="login" id="login"></a>
	   <div class="ind_box fr" id="login_ind">
			<div class="login_ind_box">
				<h3>会员登录</h3>
				<form id="login_form" action="/member/signin" method="post">
				<p><label>用户名:</label><input id="user" name="user" tabindex="1" placeholder="输入用户名" value="" class="ipt_ind" type="text"></p>
				<p><label>密 &nbsp; 码:</label><input id="pwd" name="pwd" tabindex="2" placeholder="输入密码" class="ipt_ind" type="password" value="" autocomplete="off"></p>
				<p><input class="button blue" style="width:156px;margin:4px auto 4px 70px" accesskey="l" value="登 录" tabindex="3" type="submit"></p>
				</form>
		    <p style="text-align:center">还没有无名之忧帐号? <a href="/register" style="color:#369"><strong>马上注册</strong></a></p>	
		  </div>

	</div>
		</div>
	</div>


	
 
	
	<div class="clear"></div>
</div>

<script>
$(function() {
	$('#flexslider').flexslider({
		animation: "fade",
		easing:"swing",
		directionNav:false
	});
	$(".adslider").flexslider({animation:"slide",slideshow:false,controlNav:false});
	$(".linkslider").flexslider({animation:"slide",controlNav:false});
	
	$(".showdiv").fancybox({'centerOnScroll':true});
	$(".cover").css('opacity',0.8);
	$('.yw_wrap').hover(function(){
		$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:160});
	},function(){
		$(".cover", this).stop().animate({left:'306px'},{queue:false,duration:160});
	});
	
	$("#login_form").submit(function(){
		var user = $("#users").val();
		var pass = $("#pwd").val();
		//var code = $("#code").val();
		if(user==""){
			alert("请输入用户名!");
			$("#users").focus();
			return false;
		}
		if(pass==""){
			alert("请输入密码!");
			$("#pwd").focus();
			return false;
		}
		/*if(code==""){
			alert("请输入验证码!");
			$("#code").focus();
			return false;
		}*/
	});
});	
</script>
<footer>
	<div id="footer_wrap">
		<p>Copyright ? 2017 All Rights Reserved <a href="http://www.58ecs.com">无名之忧</a> 版权所有  &nbsp; <a href="http://www.beian.miit.gov.cn" target="_blank">湘ICP备16020548号-1号</a></p>
		
	</div>
</footer></div>
</body>
</html>                               

Whois info of domain

Domain Name: 58ECS.COM
Registry Domain ID: 2078850565_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2024-11-04T01:40:26Z
Creation Date: 2016-12-03T03:05:42Z
Registry Expiry Date: 2025-12-03T03:05:42Z
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: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: VIP1.ALIDNS.COM
Name Server: VIP2.ALIDNS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-18T13:29:51Z <<<
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