Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - shetc.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html
Last-Modified: Fri, 10 May 2024 07:17:08 GMT
Accept-Ranges: bytes
ETag: "c070e711aaa2da1:0"
Server: Microsoft-IIS/7.5
Date: Sat, 17 May 2025 21:35:47 GMT
Content-Length: 7745

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: shetc.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>机械工业高压电器设备质量检测中心</title>

<link href="css/index20140528.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak=UqM5IFsbBI0jcyHoulj3a3TQrK1ds87P"></script>
</head>
<body>
<script type="text/javascript" src="js/header.js"></script>
<div class="banner">
  <div id="slideshow" class="box_skitter">
     <ul>
        <li><img class="cubeRandom" src="images/slider5.jpg" /></li>
        <li><img class="cubeRandom" src="images/slider4.jpg" /></li>
	</ul>
  </div>
  <script type="text/javascript" src="js/slideshow.js"></script>
</div>
<div class="main">
  <div class="main_l">
    <div class="title"><font>公司简介</font><a href="company.html" target="_blank"><img src="images/icon_3.jpg" /></a></div>
    <img class="company" src="images/pic01.jpg" />
    <p>机械工业高压电器设备质量检测中心(沈阳虎石台试验站)是国内最大的网络试验室,始建于1958年,1962年投入运行。1988年原机械工业部承认为...</p>
  </div>
  <div class="main_c">
    <div class="title"><font>新闻动态</font><a href="news.html" target="_blank"><img src="images/icon_3.jpg" /></a></div>
    <ul>
      <li><a title="AQTC参加全国高压开关设备和熔断器标准化会议" href="news.html" target="_blank">+ AQTC参加全国高压开关设备和熔断器标准化会议</a><span>2019-11-28</span></li>
	  <li><a title="AQTC参加电力行业气体绝缘金属封闭电器标准化技术委员会七届一次会议暨2019年工作会" href="news.html" target="_blank">+ AQTC参加电力行业气体绝缘金属封闭电器标准化技术委员会七届一次会议暨2019年工作会</a><span>2019-11-25</span></li>
	  <li><a title="AQTC参加第二届能源行业短路试验技术标委会第四次会议" href="news.html" target="_blank">+ AQTC参加第二届能源行业短路试验技术标委会第四次会议</a><span>2019-10-25</span></li>
	  <li><a title="检测中心新建高压和开关试验室建设项目顺利完成投入使用" href="news.html" target="_blank">+ 检测中心新建高压和开关试验室建设项目顺利完成投入使用</a><span>2018-10-17</span></li>
	  <li><a title=" AQTC参加GB/T《3.6kV~40.5kV交流金属封闭开关设备和控制设备型式试验有效性的延伸导则》国家标准制定工作组第二次工作会议" href="news.html" target="_blank">+ AQTC参加GB/T3.6kV~40.5kV交流金属封闭开</a><span>2018-10-17</span></li>
      <li><a title="AQTC参加标准修订工作" href="news.html" target="_blank">+ AQTC参加标准修订工作</a><span>2015-01-16</span></li>
    </ul>
  </div>
  <div class="main_r">
    <div class="title"><font>关于我们</font><a href="about.html" target="_blank"><img src="images/icon_3.jpg" /></a></div>
    <div style="width:298px;height:218px;border:#ccc solid 1px; margin-top:10px;" id="dituContent"></div>
  </div>
</div>
<script type="text/javascript" src="js/footer.js"></script>
</body>
<script type="text/javascript">
function AutoScroll(obj){
        $(obj).find("ul:first").animate({
                marginTop:"-25px"
        },500,function(){
                $(this).css({marginTop:"0px"}).find("li:first").appendTo(this);
        });
}
$(document).ready(function(){
setInterval('AutoScroll("#scrollDiv")',5000)
});
</script>
<script type="text/javascript" src="js/org.js"></script>
<script type="text/javascript">
    //创建和初始化地图函数:
    function initMap(){
        createMap();//创建地图
        setMapEvent();//设置地图事件
        addMapControl();//向地图添加控件
        addMarker();//向地图中添加marker
    }
    
    //创建地图函数:
    function createMap(){
        var map = new BMap.Map("dituContent");//在百度地图容器中创建一个地图
        var point = new BMap.Point(123.522248,41.930697);//定义一个中心点坐标
        map.centerAndZoom(point,15);//设定地图的中心点和坐标并将地图显示在地图容器中
        window.map = map;//将map变量存储在全局
    }
    
    //地图事件设置函数:
    function setMapEvent(){
        map.enableDragging();//启用地图拖拽事件,默认启用(可不写)
        map.enableScrollWheelZoom();//启用地图滚轮放大缩小
        map.enableDoubleClickZoom();//启用鼠标双击放大,默认启用(可不写)
        map.enableKeyboard();//启用键盘上下左右键移动地图
    }
    
    //地图控件添加函数:
    function addMapControl(){
        //向地图中添加缩放控件
	var ctrl_nav = new BMap.NavigationControl({anchor:BMAP_ANCHOR_TOP_LEFT,type:BMAP_NAVIGATION_CONTROL_LARGE});
	map.addControl(ctrl_nav);
        //向地图中添加缩略图控件
	var ctrl_ove = new BMap.OverviewMapControl({anchor:BMAP_ANCHOR_BOTTOM_RIGHT,isOpen:0});
	map.addControl(ctrl_ove);
        //向地图中添加比例尺控件
	var ctrl_sca = new BMap.ScaleControl({anchor:BMAP_ANCHOR_BOTTOM_LEFT});
	map.addControl(ctrl_sca);
    }
    
    //标注点数组
    var markerArr = [{title:"机械工业高压电器设备质量检测中心",content:"电话:024-89872239/89636993",point:"123.516498|41.928229",isOpen:0,icon:{w:23,h:25,l:46,t:21,x:9,lb:12}}
		 ];
    //创建marker
    function addMarker(){
        for(var i=0;i<markerArr.length;i++){
            var json = markerArr[i];
            var p0 = json.point.split("|")[0];
            var p1 = json.point.split("|")[1];
            var point = new BMap.Point(p0,p1);
			var iconImg = createIcon(json.icon);
            var marker = new BMap.Marker(point,{icon:iconImg});
			var iw = createInfoWindow(i);
			var label = new BMap.Label(json.title,{"offset":new BMap.Size(json.icon.lb-json.icon.x+10,-20)});
			marker.setLabel(label);
            map.addOverlay(marker);
            label.setStyle({
                        borderColor:"#808080",
                        color:"#333",
                        cursor:"pointer"
            });
			
			(function(){
				var index = i;
				var _iw = createInfoWindow(i);
				var _marker = marker;
				_marker.addEventListener("click",function(){
				    this.openInfoWindow(_iw);
			    });
			    _iw.addEventListener("open",function(){
				    _marker.getLabel().hide();
			    })
			    _iw.addEventListener("close",function(){
				    _marker.getLabel().show();
			    })
				label.addEventListener("click",function(){
				    _marker.openInfoWindow(_iw);
			    })
				if(!!json.isOpen){
					label.hide();
					_marker.openInfoWindow(_iw);
				}
			})()
        }
    }
    //创建InfoWindow
    function createInfoWindow(i){
        var json = markerArr[i];
        var iw = new BMap.InfoWindow("<b class='iw_poi_title' title='" + json.title + "'>" + json.title + "</b><div class='iw_poi_content'>"+json.content+"</div>");
        return iw;
    }
    //创建一个Icon
    function createIcon(json){
        var icon = new BMap.Icon("http://app.baidu.com/map/images/us_mk_icon.png", new BMap.Size(json.w,json.h),{imageOffset: new BMap.Size(-json.l,-json.t),infoWindowOffset:new BMap.Size(json.lb+5,1),offset:new BMap.Size(json.x,json.h)})
        return icon;
    }
    
    initMap();//创建和初始化地图
</script>
</html>
                               

Whois info of domain

Domain Name: SHETC.COM
Registry Domain ID: 88822928_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2020-06-29T01:55:53Z
Creation Date: 2002-07-29T07:46:36Z
Registry Expiry Date: 2025-07-29T07:46:36Z
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: DNS1.HICHINA.COM
Name Server: DNS2.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-17T21:35:28Z <<<
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