Check server response of

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

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 - https://sclh.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Thu, 15 May 2025 21:00:28 GMT
Content-Type: text/html
Content-Length: 15686
Last-Modified: Fri, 15 Nov 2024 06:44:56 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "6736ede8-3d46"
Strict-Transport-Security: max-age=31536000
Accept-Ranges: bytes

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: sclh.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>
<html lang="zh-CN">
<head>
  <meta charset="UTF-8">
  <meta name="viewport"
        content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <script>
    let domainWap = 'http://m.sclh.com';
    if (document.cookie.indexOf('redirectWap=1') < 0 && /phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone/i.test(navigator.userAgent)) {
      if (['/', '/index.html'].indexOf(location.pathname) > -1) {
        location.href = domainWap + location.search;
      }
    }
  </script>
  <title></title>
  <link rel="stylesheet" href="css/public.css">
  <link rel="stylesheet" href="css/index.css">
  <link rel="stylesheet" href="layui/css/layui.css">
  <link rel="stylesheet" href="css/swiper-4.3.2.min.css">
</head>
<body>
<div id="app" v-cloak>
  <div class="main">
		<header-bar @login="loginData" @tabcity="tabCity" @tabprovince="tabProvince"></header-bar>
    <div class="index-banner">
			<div class="banner_box swiper-container swipers">
				<div class="swiper-wrapper">
					<div class="swiper-slide" v-for="(item,key) in bannerList" :key="key">
						<img :src="item.img" class="banner_img">
						{{item.img}}
					</div>
				</div>
				<div class="swiper-btn">
					<!-- Add Pagination -->
					<div class="swiper-pagination"></div>
					<div></div>
					<div class="btn-img-box">
						<img src="img/goback.png" id="btn-img" class="swiper-prev"/>
						<img src="img/next.png" id="btn-img" class="swiper-next"/>
					</div>
				</div>
			</div>
    </div>

    <div class="contents">
			<div class="index-main">
				<div class="index-menu">
					<div class="index-menu-sub"><img src="img/index-new.png" id="menu" @click="goNew"/></div>
					<div class="index-menu-sub"><img src="img/index-special.png" id="menu" @click="goSpecial"/></div>
					<div class="index-menu-sub"><img src="img/index-tariff.png" id="menu" @click="goTariff"/></div>
					<div class="index-menu-sub"><img src="img/index-bank.png" id="menu" @click.stop="bankShow = !bankShow"/></div>
				</div>
				
				<div class="boutique" id="boutique">
					<div class="boutique-menu">
						<div class="boutique-title">
							<div class="b-titles">精品推荐</div>
							<div class="operator-box">
								<div class="operator" :class="item.name==opers?'oper':''"  
								v-for="(item,key) in operatorList" @click="taboper(item.name)">
									{{item.name}}
								</div>
							</div>
						</div>
						<div class="boutique-more">
							<div class="mores">查看更多</div>
							<img src="img/more.png" id="more"/>
						</div>
					</div>
					<div class="boutique-content">
						<div class="b-ad">
							<img src="img/boutique-ad.png"/>
						</div>
						<div class="b-phone">
							<div class="b-phones-box" v-for="(item,key) in boutiqueData" :key="key"
								@mouseover="isCollection(key)" @mouseout="isCollection('no')" v-show="noBoutique==false" @click.stop="goDetail(item.id)">
								<div class="b-city-box">
									<div class="b-city" @click.stop="goDetail(item.id)">
										<div class="b-city-name">{{item.city}}</div>
										<div class="b-oper-yys">{{item.operator}}</div>
									</div>
								</div>
								<div class="b-phone-num" @click.stop="goDetail(item.id)">{{item.number}}</div>
								<div class="b-price-box" @click.stop="goDetail(item.id)">
									<div class="b-price">¥{{item.sale_price}}</div>
									<div class="b-tariff">含话费{{item.including_fee}}元</div>
								</div>
							</div>
							<div class="no-data" v-show="noBoutique==true">
								<img src="img/no-data.png" id="no-datas"/>
								<div class="no-data-text">—— 暂无数据 ——</div>
							</div>
						</div>
					</div>
				</div>
				
				<div class="boutique" id="phone">
					<div class="boutique-menu">
						<div class="boutique-title">
							<div class="b-titles">手机靓号</div>
							<div class="operator-box">
								<div class="operator" :class="item.name==popers?'oper':''"  
								v-for="(item,key) in operatorList" @click="ptaboper(item.name)">
									{{item.name}}
								</div>
							</div>
						</div>
						<div class="boutique-more">
							<div class="mores" @click="goPhone">查看更多</div>
							<img src="img/more.png" id="more"/>
						</div>
					</div>
					<div class="boutique-content">
						<div class="b-ad">
							<img src="img/phone-ad.png"/>
						</div>
						<div class="b-phone">
							<div class="b-phones-box" v-for="(item,key) in phoneData" :key="key"
								@mouseover="isPhones(key)" @mouseout="isPhones('no')" v-show="noPhone==false" @click.stop="goDetail(item.id)">
								<div class="b-city-box">
									<div class="b-city" @click.stop="goDetail(item.id)">
										<div class="b-city-name">{{item.city}}</div>
										<div class="b-oper-yys">{{item.operator}}</div>
									</div>
								</div>
								<div class="b-phone-num" @click.stop="goDetail(item.id)">{{item.number}}</div>
								<div class="b-price-box" @click.stop="goDetail(item.id)">
									<div class="b-price">¥{{item.sale_price}}</div>
									<div class="b-tariff">含话费{{item.including_fee}}元</div>
								</div>
							</div>
							<div class="no-data" v-show="noPhone==true">
								<img src="img/no-data.png" id="no-datas"/>
								<div class="no-data-text">—— 暂无数据 ——</div>
							</div>
						</div>
					</div>
				</div>
				
				<div class="boutique" id="tele">
					<div class="boutique-menu">
						<div class="boutique-title">
							<div class="b-titles">座机靓号</div>
						</div>
						<div class="boutique-more">
							<div class="mores" @click="goLandline">查看更多</div>
							<img src="img/more.png" id="more"/>
						</div>
					</div>
					<div class="boutique-content">
						<div class="b-ad">
							<img src="img/tele-ad.png"/>
						</div>
						<div class="b-phone">
							<div class="b-phones-box" v-for="(item,key) in teleData" :key="key"
								@mouseover="isTele(key)" @mouseout="isTele('no')" v-show="noTele==false" @click.stop="goDetail(item.id)">
								<div class="b-city-box">
									<div class="b-city" @click.stop="goDetail(item.id,item.operator)">
										<div class="b-city-name">{{item.city}}</div>
										<div class="b-oper-yys">{{item.operator}}</div>
									</div>
								</div>
								<div class="b-phone-num" @click.stop="goDetail(item.id,item.operator)">{{item.number}}</div>
								<div class="b-price-box" @click.stop="goDetail(item.id,item.operator)">
									<div class="b-price">¥{{item.sale_price}}</div>
									<div class="b-tariff">含话费{{item.including_fee}}元</div>
								</div>
							</div>
							<div class="no-data" v-show="noTele==true">
								<img src="img/no-data.png" id="no-datas"/>
								<div class="no-data-text">—— 暂无数据 ——</div>
							</div>
						</div>
					</div>
				</div>
				<!-- 脚部ad -->
				<div class="footer-ad">
					<img src="img/banner/phonead.jpg" id="footer-ad-img"/>
				</div>
			</div>
    </div>
		<!--楼层-->
		<div class="page-floor-box" v-show="leftNav">
			<div class="page-floor-ui">
				<div class="page-floor-type">
					<a href="#boutique">
						<img src="img/floor-boutique.png" id="floor-img">
						<div class="page-floor-text">精品推荐</div>
					</a>
				</div>
				<div class="page-floor-type">
					<a href="#phone">
						<img src="img/floor-phone.png" id="floor-img">
						<div class="page-floor-text">手机号码</div>
					</a>
				</div>
				<div class="page-floor-type">
					<a href="#tele">
						<img src="img/floor-tele.png" id="floor-img">
						<div class="page-floor-text">座机号码</div>
					</a>
				</div>
			</div>
		</div>
		<!-- 脚部 -->
		<div class="footer-box">
			<footer-bar></footer-bar>
		</div>
		<div class="customize-bank-bg" v-show="bankShow">
			<div class="customize-bank-ui">
				<div class="customize-bank-img">
					<img src="/img/bank.png" class="bank-ico">
				</div>
				<div class="customize-bank-text-box">
					<div class="bank-close">
						<img src="/img/login/close.png" class="bank-colse" @click="bankShow=false">
					</div>
					<div class="customize-bank-title">
						<h2>银行卡靓号定制</h2>
						<div class="bank-text-font">
							承接国内各市地区、各大银行卡靓号预约服务,详情请添加客服微信进行咨询了解;
						</div>
						<div class="service-wechat">
							<img src="/img/wx.png" class="wechat">
						</div>
						<div class="text-remarks">扫一扫,添加客服</div>
					</div>
				</div>
			</div>
		</div>
  </div>
</div>
<script type="text/javascript" src="js/vue2.6.12.js"></script>
<script type="text/javascript" src="js/jquery2.0.js"></script>
<script type="text/javascript" src="js/public.js"></script>
<script type="text/javascript" src="layui/layui.js"></script>
<script type="text/javascript" src="js/swiper-4.3.2.min.js"></script>
<script type="text/javascript" src="components/header.js"></script>
<script type="text/javascript" src="components/footer.js"></script>
<script>
  const app = new Vue({
    el:"#app",
    data:{
			bannerList:{},
			opers:"中国移动",
			popers:"中国移动",
			operatorList:[{name:"中国移动"},{name:"中国电信"},{name:"中国联通"},],
			userId:"",
			boutiqueData:{},
			phoneData:{},
			teleData:{},
			colleShow:"no",
			phoneShow:"no",
			teleShow:"no",
			leftNav:false,
			noPhone:false,
			noTele:false,
			noBoutique:false,
			//子传父
			tabCitys:"",
			tabProvinces:"",
			bankShow:false,
    },
		created(){
			this.getBanner();
			this.getBoutique();
			this.getPhone();
			this.getTele();
			this.userId = localStorage.getItem('userId');
		},
		mounted(){
			let that = this;
			window.onscroll = function () {
				//变量scrollTop是滚动条滚动时,距离顶部的距离
				const scrollTop = document.documentElement.scrollTop || window.pageYOffset || document.body.scrollTop;
				that.leftNav=(scrollTop>=480)?true:false;
			}
		},
    methods:{
			goDetail:function(i,yys){
				if(yys==='电信'){
					localStorage.setItem('phoneId',i);
					localStorage.setItem('phoneType','2');
				}else {
					localStorage.setItem('phoneId',i);
					localStorage.setItem('phoneType','1');
				}
				window.location.href="/detail.html";
			},
			goTariff:function(){
				window.location.href="/sub_tariff.html";
			},
			goSpecial:function(){
				window.location.href="/sub_special.html";
			},
			goNew:function(){
				window.location.href="/sub_new.html";
			},
			goLandline:function(){
				window.location.href="/landline.html";
			},
			goPhone:function(){
				window.location.href="/phone.html";
			},
			//取消收藏
			delCollect:function(id,yys){
				let type = yys==='电信'?2:1;
				let data = {
					id:id,
					user_id:this.userId,
					num_type:type,
				};
				$.post(api()+"del_collect", data, (res)=> {
					let arr = JSON.parse(res);
					if(arr.code===200){
						layer.msg('取消成功',{icon:6});
						this.getBoutique();
						this.getPhone();
						this.getTele();
					}else {
						layer.msg('取消失败',{icon:5});
						this.getBoutique();
						this.getPhone();
						this.getTele();
					}
				});
			},
			//添加收藏
			addCollect:function(id,yys){
				let type = yys==='电信'?2:1;
				if(this.userId ==='' || this.userId ===null){
					layer.msg('请先登录再收藏');
					return false;
				}
				let data = {
					id:id,
					user_id:this.userId,
					num_type:type,
				};
				$.post(api()+"add_collect", data, (res)=> {
					let arr = JSON.parse(res);
					if(arr.code===200){
						layer.msg('恭喜您,收藏成功',{icon:6});
						this.getBoutique();
						this.getPhone();
						this.getTele();
					}else {
						layer.msg('收藏失败',{icon:5});
						this.getBoutique();
						this.getPhone();
						this.getTele();
					}
				})
			},
			//子传父选择城市
			tabCity:function(data){
				this.tabCitys = (data==='不限')?'':data;
				this.getBoutique();
				this.getPhone();
				this.getTele();
			},
			//子传父选择省
			tabProvince:function(data){
				this.tabProvinces=data;
			},
			//子传父用户ID
			loginData:function(data){
				this.userId = data;
				this.getBoutique();
				this.getPhone();
				this.getTele();
			},
			//切换收藏和人气
			isCollection:function(i){
				this.colleShow = i;
			},
			isPhones:function(i){
				this.phoneShow = i;
			},
			isTele:function(i){
				this.teleShow = i;
			},
			//切换运营商
			taboper:function(i){
				this.opers=i;
				this.getBoutique();
			},
			ptaboper:function(i){
				this.popers=i;
				this.getPhone();
			},
			//获取座机号码
			getTele:function(){
				let data = {
					classShow: '2',
					page: 1,
					limit: 12,
				};
				$.post(api()+"getPhone", data, (res)=> {
					if (res.code == 200) {
						let data = res.data;
						let user_id = this.userId;
						data.forEach(function(i){
							let str = i.collect;
							let reg = RegExp(user_id);
							if(reg.exec(str)){
								i.collect = true;
							}else {
								i.collect = false;
							}
						});
						this.teleData = data;
						this.noTele = false;
					}else {
						this.noTele = true;
					}
				})
			},
			//获取手机号码
			getPhone:function(){
				let operator = this.popers.slice(-2);
				let data = {
					oper:operator,
					classShow: '1', 
					page: 1,
					limit: 12,
				};
				$.post(api()+"getPhone", data, (res)=> {
					if (res.code == 200) {
						let data = res.data;
						let user_id = this.userId;
						data.forEach(function(i){
							let str = i.collect;
							let reg = RegExp(user_id);
							if(reg.exec(str)){
							 i.collect = true;
							}else {
								i.collect = false;
							}
						});
						this.phoneData = data;
						this.noPhone = false;
					}else {
						this.noPhone = true;
					}
				})
			},
			//获取精品号码
			getBoutique:function(){
				let operator = this.opers.slice(-2);
				let data = {
					oper:operator,
					subType:"经典老号",
					classShow: '1',
					digital:'4',
					page: 1,
					limit: 12,
				};
				$.post(api()+"getPhone", data, (res)=> {
					if (res.code === 200) {
						let data = res.data;
						let user_id = this.userId;
						data.forEach(function(i){
							let str = i.collect;
							let reg = RegExp(user_id);
							if(reg.exec(str)){
							 i.collect = true;
							}else {
								i.collect = false;
							}
						});
						this.boutiqueData = data;
						this.noBoutique = false;
					}else {
						this.noBoutique = true;
					}
				})
			},
			//banner设置
			bannerMove: function () {
				let swiper = new Swiper('.swipers', {
					slidesPerView: 1,
					spaceBetween: 30,
					loop: true,
					scrollbar: '.swiper-scrollbar',
					scrollbarDraggable: true,
					scrollbarSnapOnRelease: true,
					scrollbarHide: false,
					//分页器
					pagination: {
						el: '.swiper-pagination',
						clickable: true,
						renderBullet: function (index, className) {
							return '<span class="' + className + '">'+'0' + (index + 1) + '</span>';
						},
					},
					navigation: {
						nextEl: '.swiper-next',
						prevEl: '.swiper-prev',
					},
					//自动播放
					autoplay: {
						delay: 3000,//延期秒数
						stopOnLastSlide: false,
						disableOnInteraction: false,
					},
				});
			},
			//获取banner图
			getBanner: function () {
				$.post(api()+"getBanner", {}, (res)=> {
					if (res.code == '200') {
						this.bannerList = res.data;
						this.$nextTick(function () {
							this.bannerMove()
						})
					}
				})
			}
    }
  })
</script>
</body>
</html>
                               

Whois info of domain

Domain Name: SCLH.COM
Registry Domain ID: 3765107_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://wanwang.aliyun.com
Updated Date: 2023-10-07T05:51:46Z
Creation Date: 1999-02-20T05:00:00Z
Registry Expiry Date: 2030-02-20T05:00:00Z
Registrar: Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)
Registrar IANA ID: 1599
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS27.HICHINA.COM
Name Server: DNS28.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-15T20:49:39Z <<<
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