Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - sfbsp.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: Tengine
Date: Tue, 06 May 2025 17:52:57 GMT
Content-Type: text/html;charset=utf-8
Content-Length: 0
Connection: keep-alive
Keep-Alive: timeout=15
BackendServer: Aliyun URL Forwarding Server
Location: http://www.sfbsp.com

HTTP Code 302 Found (Moved Temporarily)

302 Found indicates that the requested resource is temporarily available at a different URL.

When is Code 302 used?

  • When temporarily changing a page URL
  • When testing new content
  • During temporary maintenance

What does Code 302 mean for the user?

The user is automatically redirected to the new URL, but search engines continue to index the old address.

307 Temporary Redirect - http://www.sfbsp.com
HTTP Status: 307
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: Tengine
Date: Tue, 06 May 2025 17:52:58 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: capc_session=4cerbve2asf41ebi5822rgb04ntprlvp; expires=Wed, 07-May-2025 17:52:58 GMT; Max-Age=86400; path=/; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Location: http://www.sfbsp.com/index.php/welcome/news/announcement

HTTP Code 307 Temporary Redirect

307 Temporary Redirect indicates a temporary redirect, but the HTTP request method remains unchanged.

When is Code 307 used?

  • When a page is temporarily moved without affecting form submissions
  • During site maintenance or temporary URL changes

What does Code 307 mean for the user?

The user is redirected to another URL while keeping the original request method (e.g., POST remains POST).

200 OK - http://www.sfbsp.com/index.php/welcome/news/announcement
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: Tengine
Date: Tue, 06 May 2025 17:52:58 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Set-Cookie: capc_session=liklmt4l9dp3fm12s4cpurluq4inv5j2; expires=Wed, 07-May-2025 17:52:58 GMT; Max-Age=86400; path=/; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache

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: sfbsp.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.0, user-scalable=no">
	<title>书法报视频网</title>
	<meta name="description" content="全国少儿绘画书法大赛">
	<link rel="stylesheet" href="http://www.sfbsp.com/assets/layui/css/layui.css">
	<link rel="stylesheet" href="http://www.sfbsp.com/assets/welcome.css">
	<style>
		body {
			min-width: 1200px;
			min-height: 80vh;
		}
		.contraindiv {
			position: relative;
			width: 1180px;
			margin: 0 auto;
		}
		#home_top {
			background-color: #ffffff;
		}
		#home_top .contraindiv {
			padding: 25px 0;
		}
		#home_top img {
			display: inline-block;
			height: 55px;
		}
		#home_search_form {
			position: absolute;
			top: 35px;
			right: 0;
		}
		#home_search_form .form-control {
			font-size: 14px;
			padding-left: 10px;
			box-sizing: border-box;
			height: 30px;
			border: 1px solid #cccccc;
			box-shadow: inset 0 1px 3px #ddd;
		}
		#home_search_form .btn-primary {
			background-color: #c2272d;
			border-color: #c2272d;
		}
		#home_nav {
			background-color: #009688;
			position: relative;
			z-index: 2;
		}
		#home_nav a {
			font-size: 16px;
			line-height: 40px;
			letter-spacing: 2px;
			color: #ffffff;
			padding: 1rem 1.25rem;
			margin-right: 1rem;
		}
		#home_nav a.hover, #home_nav a:hover {
			background-color: #FFB800;
		}
		#home_banner {
			display: block;
			background-color: #b50b0b;
		}
		#home_news {
			min-height: 480px;
			padding: 30px 0;
		}
		#home_nav2 {
			background-color: #009688;
			color: #ffffff;
			padding: 10px 0;
		}
		#home_nav2 .contraindiv {
			display: flex;
			justify-content: space-around;
		}
		#home_nav2 .contraindiv img {
			width: 300px;
			height: 38px;
			margin: 0;
		}
		#home_nav2 .contraindiv a {
			margin: 0 20px;
		}
		#home_nav2 .contraindiv a.hover {
			margin-left: 40px;
		}
		#home_nav2 ::-webkit-input-placeholder {
			color: #404040;
		}
		#home_bottom .contraindiv {
			position: relative;
			padding: 40px 100px;
		}
		#home_bottom .contraindiv p {
			font-size: 12px;
			line-height: 24px;
			margin: 0;
		}
		#home_bottom .qrcode {
			position: absolute;
			top: 30px;
			right: 280px;
			height: 120px;
		}
		#home_bottom img {
			display: inline-block;
		}
		#home_nav3 {
			position: fixed;
			left: 50%;
			bottom: 80px;
			width: 70px;
			margin-left: 600px;
		}
		#home_nav3 img {
			display: block;
			width: 60px;
			margin: 5px auto;
		}
		#home_nav3 #qr_weixin {
			display: none;
			position: absolute;
			left: -280px;
			top: -10px;
			width: 270px;
			height: 212px;
			border: 1px solid #bd815c;
			border-radius: 5px;
			z-index: 999;
		}
		#main {
			position: relative;
			width: 1180px;
			min-height: 640px;
			padding: 40px 80px 40px 320px;;
			box-shadow: 0 0 10px #cccccc;
			margin: 40px auto;
		}
		#main-nav {
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			width: 240px;
			border-right: 1px solid #e6e6e6;
		}
		#main-nav h2 {
			font-size: 18px;
			font-weight: bold;
			line-height: 80px;
			text-align: center;
			color: #009688;
			border-bottom: 1px solid #e6e6e6;
		}
		#main-nav a {
			display: block;
			font-size: 16px;
			font-weight: bold;
			line-height: 80px;
			text-align: center;
			border-bottom: 1px solid #e6e6e6;
		}
		#main-nav a.hover, #main-nav a:hover {
			background-color: #009688;
			color: #ffffff;
		}
		#main-content {
		}
	</style>
</head>
<body>
<div id="home_banner">
	<div class="contraindiv">
		<img src="http://www.sfbsp.com/assets/pc_banner_2023.jpg">
	</div>
</div>


<div id="home_nav">
	<div class="contraindiv">
		<a name="index" href="http://www.sfbsp.com/index.php">首页</a>
		<a name="about" href="http://www.sfbsp.com/index.php/welcome/news/about">大赛规则</a>
		<a name="judge" href="http://www.sfbsp.com/index.php/welcome/news/judge">专家评委</a>
		<a name="news" href="http://www.sfbsp.com/index.php/welcome/news">大赛资讯</a>
		<a name="login" href="http://www.sfbsp.com/index.php/welcome/login">报名入口</a>
		<a name="picture" href="http://www.sfbsp.com/index.php/welcome/news/picture">优秀作品</a>
		<a name="animation" href="http://www.sfbsp.com/index.php/welcome/news/animation">动画展示</a>
		<a name="sfbtv" href="http://www.sfbtv.cn/" target="_blank">书画视频</a>
		<a name="agency" href="http://www.sfbsp.com/index.php/welcome/agency">团体报名</a>
	</div>
</div>


<style>
#home_banner {
	display: block;
}
#main-nav {
	border: 0;
}
#main-nav a {
	background-color: #efefef;
	border: 0;
	margin-bottom: 1rem;
}
#main-content {
	margin-left: 280px;
}
.layui-card-header {
	height: auto;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 0;
}
.layui-card .layui-tab {
	margin-top: 2rem;
}
</style>
<div id="home_news">
	<div class="contraindiv">
		<div id="main-nav">
			<a href="http://www.sfbsp.com/index.php/welcome/news/announcement" target="_self" class="hover">大赛公告</a>		</div>

		<div id="main-content">
			<div class="layui-card">
				<div class="layui-card-header" style="font-size:24px;">“美丽中国”第四届全国少儿绘画书法大赛</div>
				<div class="layui-card-body">  为了推进少年儿童美育事业的进一步发展,激发儿童发现美、表现美、创造美的热情,强化孩子对美的创作力和鉴赏力,展现少儿蓬勃风采,提升少年儿童的素质修养,增强孩子的价值观和文化观。“美丽中国”全国少儿绘画大赛已成功举办三届,时代日新月异,我们带着新的憧憬展望未来,由书法报社主办的“美丽中国”第四届全国少儿绘画书法大赛,于11月正式启动全国征稿工作,具体公告如下:</div>
				<div class="layui-card-header layui-tab">一、举办单位</div>
				<div class="layui-card-body">主办:书法报社</div>
				<div class="layui-card-body">承办:书法报视频网</div>
				<div class="layui-card-header layui-tab">二、大赛评委会</div>
				<div class="layui-card-body">由大赛组委会聘请全国著名书画家、教授担任</div>
				<div class="layui-card-header layui-tab">三、大赛内容</div>
				<div class="layui-card-body">绘画、书法、数字美术</div>
				<div class="layui-card-header layui-tab">四、征稿对象</div>
				<div class="layui-card-body">全国各地少年儿童</div>
				<div class="layui-card-header layui-tab">五、投稿须知</div>
				<div class="layui-card-body">1. 绘画作品尺寸:尺寸限制在8k纸以内(27×38cm),国画作品4尺以内,书法作品限4尺以内。作品须为作者原创,不限主题,严禁高仿、抄袭、复制作品参赛,<span style="color:#ff0000;">每人限投1件作品</span>。</div>
				<div class="layui-card-body">2. 分组:大赛分幼儿组(学前)、小学低年级组(一至三年级)、小学高年级组(四至六年级)、中学组(初中、高中)。</div>
				<div class="layui-card-body">3. <span style="color:#ff0000;">个人报名</span>请通过大赛微信公众号(少儿绘画大赛,ID:sfbspcom)</div>
				<div class="layui-card-body">4. <span style="color:#ff0000;">团体报名</span>请通过(www.sfbsp.com)pc端口投稿。</div>
				<div class="layui-card-body">5. 团体邮箱投递:[email protected]。请找组委会老师要表格。</div>
				<div class="layui-card-body">6. <span style="color:#ff0000;">投稿时间:即日起至2023年1月31日</span>。</div>
				<div class="layui-card-body">7. 大赛组委会联系人:</div>
				<div class="layui-card-body">  高老师 15607117990 (微信同号)</div>
				<div class="layui-card-body">  陈老师 15607118830 (微信同号)</div>
				<div class="layui-card-body">  肖老师 17720577927 (微信同号)</div>
				<div class="layui-card-body">  陈老师 17683998016 (微信同号)</div>
				<div class="layui-card-body">大赛监督电话:</div>
				<div class="layui-card-body">  蔡昌伟 17720538827 (微信同号)</div>
				<div class="layui-card-body">8. 本次大赛免收投稿报名费。</div>
				<div class="layui-card-header layui-tab">六、资格审定</div>
				<div class="layui-card-body">  由大赛评委会对报名的来稿作品(照片)进行初评、复评,初评采用专家线上评审方式,各个组别按照投稿总量不超过50%比例入围终评,发入围通知。在参加终评的作品中,按照比例分别评选出特等奖、金奖、银奖。</div>
				<div class="layui-card-header layui-tab">七、获奖待遇</div>
				<div class="layui-card-body">1. 分组评选:幼儿组(学前)、小学低年级组(一至三年级)、小学高年级组(四至六年级)、中学组(初中、高中)。</div>
				<div class="layui-card-body">2. 大赛评委将严格执行公开、公平、公正的原则进行评审,分幼儿组、小学低年级组、小学高年级组、中学组评审,分别评选特等奖、金奖、银奖三个等次奖,颁发获奖证书,评审后公布获奖名单。</div>
				<div class="layui-card-body">3. 所有入围选手、家长及指导老师均可听取专家教授的线上点评和讲座。</div>
				<div class="layui-card-body">4. 大赛同时评出金牌指导老师奖、优秀组织奖若干名,颁发荣誉证书。</div>
				<div class="layui-card-body">5. 编辑出版美丽中国大赛获奖作品集。</div>
				<div class="layui-card-header layui-tab">八、其他说明</div>
				<div class="layui-card-body">1. 主办方对征集到的所有作品享有宣传、出版和相关处置权。</div>
				<div class="layui-card-body">2. 凡投稿者均视为认同并接受本公告各项规定。</div>
				<div class="layui-card-body">  </div>
				<div class="layui-card-body">  </div>
				<div class="layui-card-body layui-colorpicker-main-input">书法报社 </div>
				<div class="layui-card-body layui-colorpicker-main-input">2022年10月</div>
				<div class="layui-card-body">  </div>
			</div>
		</div>
	</div>
</div>
<script src="http://www.sfbsp.com/assets/layui/layui.js"></script>
<script>
layui.use(['layer', 'form'], function(){
	var layer = layui.layer;
	var form = layui.form;
	var $ = layui.jquery;

	$("#home_nav a[name='index']").addClass("hover");
});
</script>


<div id="home_nav2">
	<div class="contraindiv layui-form">
		<select>
			<option value="">媒体支持单位</option>
		</select>
		<select>
			<option value="">行业支持单位</option>
		</select>
		<select>
			<option value="">机构支持单位</option>
		</select>
		<select>
			<option value="">合作伙伴</option>
		</select>
		<img src="http://www.sfbsp.com/assets/telphone_2023.png">
	</div>
</div>


<div id="home_bottom">
	<div class="contraindiv">
		<p>报纸出版许可证:鄂-报出证字第0062号     广播电视节目制作经营许可证:(鄂)字第00280号</p>
		<p>网络文化经营许可证:鄂网文【2017】5907-128号    <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=42010602004349" target="_blank"><img src="http://www.sfbsp.com/assets/beian.png">鄂公网安备42010602004349号</a></p>
		<p>Copyright © 2015-2023 www.sfbsp.com Corporation, All Rights Reserved</p>
		<p>书法报视频媒体(湖北)有限公司 版权所有    <a href="https://beian.miit.gov.cn/" target="_blank">鄂ICP备20011090号-1</a></p>
		<img class="qrcode" src="http://www.sfbsp.com/assets/pc_qrcode_kf1.jpg">
		<img class="qrcode" style="right:100px;" src="http://www.sfbsp.com/assets/pc_qrcode_kf2.jpg">
	</div>
</div>


</body>
</html>
                               

Whois info of domain

Domain Name: SFBSP.COM
Registry Domain ID: 2533426399_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2022-05-20T09:27:18Z
Creation Date: 2020-06-03T07:00:01Z
Registry Expiry Date: 2027-06-03T07:00:01Z
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: DNS3.HICHINA.COM
Name Server: DNS4.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-06T17:52:43Z <<<
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