Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - tjwg.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 07:25:04 GMT
Server: Apache
Location: https://tjwg.com
Vary: Accept-Encoding
Content-Length: 224
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 - https://tjwg.com
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 07:25:05 GMT
Server: Apache
Vary: User-Agent,Accept-Encoding
Transfer-Encoding: chunked
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: tjwg.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<html lang="zh-cn">
<head>
	<meta charset="UTF-8">
	<title>域名出售</title>
	<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
	<meta charset="utf-8">
	<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
	<style type="text/css">
		@import url(https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext);html{position:relative;overflow-x:hidden!important}
		*{box-sizing:border-box}
		body{font-family:Quicksand,sans-serif;color:#324e63;padding:0;margin:0}
		a,a:hover{text-decoration:none}
		.icon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}
		.wrapper{width:100%;width:100%;height:auto;min-height:100vh;padding:50px 20px;padding-top:100px;display:flex;display:flex;background-image: linear-gradient(125deg,#fdcbf1,#e6dee9,#a1c4fd,#a8edea,#d299c2);}
		@media screen and (max-width:768px){.wrapper{height:auto;min-height:100vh;padding-top:100px}
		}
		.profile-card{width:100%;min-height:460px;margin:auto;box-shadow:0 8px 60px -10px rgba(13,28,39,.6);background:rgb(255 255 255 / 0.60);border-radius:12px;max-width:700px;position:relative}
		.profile-card.active .profile-card__cnt{filter:blur(6px)}
		.profile-card.active .profile-card-message,.profile-card.active .profile-card__overlay{opacity:1;pointer-events:auto;transition-delay:.1s}
		.profile-card.active .profile-card-form{transform:none;transition-delay:.1s}
		.profile-card__img{width:80px;height:80px;margin-left:auto;margin-right:auto;transform:translateY(-50%);border-radius:50%;overflow:hidden;position:relative;z-index:4;box-shadow:0 1px 10px 0 #2196F3, 0 0 0 1px rgba(107,74,255,.5);margin-bottom: 10px;}
		@media screen and (max-width:576px){.profile-card__img{width:120px;height:120px}
		}
		.profile-card__img img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}
		.profile-card__cnt{margin-top:-35px;text-align:center;padding:0 20px;padding-bottom:40px;transition:all .3s}
		.profile-card__name{font-weight:700;font-size:24px;color:#6944ff;margin-bottom:15px}
		.profile-card__txt{font-size:18px;font-weight:500;color:#324e63;margin-bottom:15px}
		.profile-card__txt strong{font-weight:700}
		.profile-card-loc{display:flex;justify-content:center;align-items:center;font-size:18px;font-weight:600}
		.profile-card-loc__icon{display:inline-flex;font-size:27px;margin-right:10px}
		.profile-card-inf{display:flex;justify-content:center;flex-wrap:wrap;align-items:flex-start;margin-top:35px}
		.profile-card-inf__item{padding:10px 35px;min-width:150px}
		@media screen and (max-width:768px){.profile-card-inf__item{padding:10px 20px;min-width:120px}
		}
		.profile-card-inf__title{font-weight:700;font-size:27px;color:#324e63}
		.profile-card-inf__txt{font-weight:500;margin-top:7px}
		.profile-card-social{margin-top:25px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}
		.profile-card-social__item{display:inline-flex;width:55px;height:55px;margin:15px;border-radius:50%;align-items:center;justify-content:center;color:#fff;background:#405de6;box-shadow:0 7px 30px rgba(43,98,169,.5);position:relative;font-size:21px;flex-shrink:0;transition:all .3s}
		@media screen and (max-width:768px){.profile-card-social__item{width:50px;height:50px;margin:10px}
		}
		@media screen and (min-width:768px){.profile-card-social__item:hover{transform:scale(1.2)}
		}
		.profile-card-social__item.facebook{background:linear-gradient(45deg,#3b5998,#0078d7);box-shadow:0 4px 30px rgba(43,98,169,.5)}
		.profile-card-social__item.twitter{background:linear-gradient(45deg,#1da1f2,#0e71c8);box-shadow:0 4px 30px rgba(19,127,212,.7)}
		.profile-card-social__item.instagram{background:linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d);box-shadow:0 4px 30px rgba(120,64,190,.6)}
		.profile-card-social__item.behance{background:linear-gradient(45deg,#1769ff,#213fca);box-shadow:0 4px 30px rgba(27,86,231,.7)}
		.profile-card-social__item.github{background:linear-gradient(45deg,#333,#626b73);box-shadow:0 4px 30px rgba(63,65,67,.6)}
		.profile-card-social__item.codepen{background:linear-gradient(45deg,#324e63,#414447);box-shadow:0 4px 30px rgba(55,75,90,.6)}
		.profile-card-social__item.link{background:linear-gradient(45deg,#d5135a,#f05924);box-shadow:0 4px 30px rgba(223,45,70,.6)}
		.profile-card-social .icon-font{display:inline-flex}
		.profile-card-ctr{display:flex;justify-content:center;align-items:center;margin-top:40px}
		@media screen and (max-width:576px){.profile-card-ctr{flex-wrap:wrap}
		}
		.profile-card__button{background:0 0;border:none;font-family:Quicksand,sans-serif;font-weight:700;font-size:19px;margin:15px 35px;padding:15px 40px;min-width:201px;border-radius:50px;min-height:55px;color:#fff;cursor:pointer;backface-visibility:hidden;transition:all .3s}
		@media screen and (max-width:768px){.profile-card__button{min-width:170px;margin:15px 25px}
		}
		@media screen and (max-width:576px){.profile-card__button{min-width:inherit;margin:0;margin-bottom:16px;width:100%;max-width:300px}
		  .profile-card__button:last-child{margin-bottom:0}
		}
		.profile-card__button:focus{outline:0!important}
		@media screen and (min-width:768px){.profile-card__button:hover{transform:translateY(-5px)}
		}
		.profile-card__button:first-child{margin-left:0}
		.profile-card__button:last-child{margin-right:0}
		.profile-card__button.button--blue{background:linear-gradient(45deg,#1da1f2,#0e71c8);box-shadow:0 4px 30px rgba(19,127,212,.4)}
		.profile-card__button.button--blue:hover{box-shadow:0 7px 30px rgba(19,127,212,.75)}
		.profile-card__button.button--orange{color: #fff;background:linear-gradient(45deg,#a1c4fd,#673AB7);box-shadow:0 1px 10px rgb(156 39 176 / 0.35)}
		.profile-card__button.button--orange:hover{box-shadow:0 7px 30px rgba(223,45,70,.75)}
		.profile-card__button.button--gray{box-shadow:none;background:#dcdcdc;color:#142029}
		.profile-card-message{width:100%;height:100%;position:absolute;top:0;left:0;padding-top:130px;padding-bottom:100px;opacity:0;pointer-events:none;transition:all .3s}
		.profile-card-form{box-shadow:0 4px 30px rgba(15,22,56,.35);max-width:80%;margin-left:auto;margin-right:auto;height:100%;background:#fff;border-radius:10px;padding:35px;transform:scale(.8);position:relative;z-index:3;transition:all .3s}
		@media screen and (max-width:768px){.profile-card-form{max-width:90%;height:auto}
		}
		@media screen and (max-width:576px){.profile-card-form{padding:20px}
		}
		.profile-card-form__bottom{justify-content:space-between;display:flex}
		@media screen and (max-width:576px){.profile-card-form__bottom{flex-wrap:wrap}
		}
		.profile-card textarea{width:100%;resize:none;height:210px;margin-bottom:20px;border:2px solid #dcdcdc;border-radius:10px;padding:15px 20px;color:#324e63;font-weight:500;font-family:Quicksand,sans-serif;outline:0;transition:all .3s}
		.profile-card textarea:focus{outline:0;border-color:#8a979e}
		.profile-card__overlay{width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none;opacity:0;background:rgba(22,33,72,.35);border-radius:12px;transition:all .3s}
		.text-center{text-align: center!important;}
		table{background-color: rgb(255 255 255 / 0)!important;}
		thead>tr{background-color: rgb(224 224 224 / 0)!important;background-image: linear-gradient(45deg,#f4433621,#ffc10729);}
	</style>
	<!-- 引入 layui.css -->
	<link rel="stylesheet" href="https://lib.baomitu.com/layui/2.6.12/css/layui.css">
</head>
<body>
	<div class="wrapper">
		<div class="profile-card js-profile-card">
			<div class="profile-card__img">
				<img src="https://q4.qlogo.cn/headimg_dl?dst_uin=10000&amp;spec=100" alt="profile card">
			</div>
			<div class="profile-card__cnt js-profile-cnt">
				<div class="profile-card__name"><a href="http://www.tjwg.com/" target="_blank">
				SZ</a></div>
				<div class="profile-card__txt">天青色等烟雨,而我在等你<strong>
					<a href="http://www.tjwg.com/" target="_blank"></a></strong>
				</div>
				<div class="profile-card-inf">
					<table class="layui-table text-center" lay-size="sm">
						<thead>
							<tr>
								<th class="text-center">域名</th>
								<th class="text-center">描述</th>
								<th class="text-center">注册商</th>
								<th class="text-center">价格</th>
								<th class="text-center">操作</th>
							</tr> 
						</thead>
						<tbody>
							<tr><td><b>tjwg.com</b></td><td>4声母COM</td><td>Network Solutions</td><td>2000</td><td><a href="https://wpa.qq.com/msgrd?v=3&amp;uin=10000&amp;site=qq&amp;menu=yes" class="layui-btn layui-btn-primary layui-border-blue layui-btn-sm" rel="nofollow" target="_blank">购买</a></td></tr><tr><td><b>Karufa.com</b></td><td>卡如法,印度尼西亚一个城市名称</td><td>Network Solutions</td><td>2000</td><td><a href="https://wpa.qq.com/msgrd?v=3&amp;uin=10000&amp;site=qq&amp;menu=yes" class="layui-btn layui-btn-primary layui-border-blue layui-btn-sm" rel="nofollow" target="_blank">购买</a></td></tr><tr><td><b>gfmtr.com</b></td><td>广佛地铁</td><td>NameCheap</td><td>5000</td><td><a href="https://wpa.qq.com/msgrd?v=3&amp;uin=10000&amp;site=qq&amp;menu=yes" class="layui-btn layui-btn-primary layui-border-blue layui-btn-sm" rel="nofollow" target="_blank">购买</a></td></tr><tr><td><b>ganzhoumetro.com</b></td><td>赣州地铁</td><td>NameCheap</td><td>5000</td><td><a href="https://wpa.qq.com/msgrd?v=3&amp;uin=10000&amp;site=qq&amp;menu=yes" class="layui-btn layui-btn-primary layui-border-blue layui-btn-sm" rel="nofollow" target="_blank">购买</a></td></tr><tr><td><b>shenkeyun.com</b></td><td>深客运,深科云,深圳客运</td><td>NameCheap</td><td>2000</td><td><a href="https://wpa.qq.com/msgrd?v=3&amp;uin=10000&amp;site=qq&amp;menu=yes" class="layui-btn layui-btn-primary layui-border-blue layui-btn-sm" rel="nofollow" target="_blank">购买</a></td></tr><tr><td><b>yuexinwen.com</b></td><td>粤新闻,广东新闻,悦新闻</td><td>NameCheap</td><td>5000</td><td><a href="https://wpa.qq.com/msgrd?v=3&amp;uin=10000&amp;site=qq&amp;menu=yes" class="layui-btn layui-btn-primary layui-border-blue layui-btn-sm" rel="nofollow" target="_blank">购买</a></td></tr>						</tbody>
					</table>
				</div>
				<div class="profile-card-ctr">
					<a class="profile-card__button button--orange" href="http://www.tjwg.com/" target="_blank">返回主站</a>

				</div>
			</div>

		</div>

	</div>

</body>
</html>                               

Whois info of domain

Domain Name: TJWG.COM
Registry Domain ID: 2784187119_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2025-03-12T04:32:29Z
Creation Date: 2023-05-25T18:40:30Z
Registry Expiry Date: 2026-05-25T18:40:30Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.ALIDNS.COM
Name Server: NS2.ALIDNS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-18T07:24:56Z <<<
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