Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - bmsvr.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 11 May 2025 06:22:15 GMT
Server: Apache/2.4.41 (Ubuntu)
Location: https://bmsvr.com/
Content-Length: 277
Content-Type: text/html; charset=iso-8859-1

HTTP Code 302 Found (Moved Temporarily)

302 status code 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.

200 OK - https://bmsvr.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 11 May 2025 06:22:16 GMT
Server: Apache/2.4.41 (Ubuntu)
Last-Modified: Thu, 27 Mar 2025 10:15:05 GMT
ETag: "3aa9-631503a493721"
Accept-Ranges: bytes
Content-Length: 15017
Vary: Accept-Encoding
Content-Type: text/html

HTTP Code 200 OK

200 status code 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: bmsvr.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>电化学储能运维管理系统</title>
    <link rel="stylesheet" href="./css/index.css">
    <script src="./js/echarts.min.js"></script>
<script src="./js/jquery.min.js"></script>
<!-- script type="text/javascript" src="./js/china.js"></script -->
<script type="text/javascript" src="./js/index.js"></script>
<script type="text/javascript" src="//api.tianditu.gov.cn/api?v=4.0&tk=478300820a742802c29328f81783c11d"></script>
<!-- //http://t0.tianditu.gov.cn/img_c/wmts?tk=478300820a742802c29328f81783c11d -->
<script src="./js/d3.min.js" charset="utf-8"></script>
<script src="./js/D3SvgOverlay.js"></script>
<style>
.layout-obj {
    position:absolute;
    background-image: url(./images/battery.png);
    background-repeat: no-repeat;
    background-size: 20px;
    border:0px;
    width:20px;
    height:20px;
    line-Height:18px;
    white-Space:nowrap;
    font-Size:12px;
    opacity: 0.8;
    padding-left:20px;
}
.bottom {
  align-self: flex-end;
  width:100%;
  height:70px;
  opacity: 0.8;
  padding:1px;
}
.fixed{ 
    position: fixed; 
    left: 0px; 
    bottom: 0px; 
    width: 100%; 
    height: 50px; 
    background-color: #000; 
    z-index: 9999;
}
.center-body{
    display: flex;
    flex-direction: column;
}
:root {
  --card-height: 65vh;
  --card-width: calc(var(--card-height) / 1.5);
}
@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}
.lightBox{  
    padding: 1px;
    border-radius: 6px;
    background-image: linear-gradient(
    var(--rotate)
    , #5d5cff, #3c37e3 43%, #1e1cc2);
    z-index: -1;
    animation: spin 2.5s linear infinite;
}
.lightBox div{
    background: #191c29;
    border-radius: 5px;
}
@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}
.tree {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tree li {
  position: relative;
}

.tree li ul {
  display: none;
}

.tree li:hover > ul {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
}

.tree li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}

.tree li li {
  margin-left: 20px;
}

.tree li li a {
  padding: 5px;
}
</style>

</head>
<body>
<!--
.lightBox::before {
  content: "";
  width: 104%;
  height: 102%;
  border-radius: 8px;
  background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    position: absolute;
    z-index: -1;
    top: -1%;
    left: -2%;
    animation: spin 2.5s linear infinite;
}
.lightBox::after {
  position: absolute;
  content: "";
  top: calc(var(--card-height) / 6);
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.8);
  filter: blur(calc(var(--card-height) / 6));
  background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    opacity: 1;
  transition: opacity .5s;
  animation: spin 2.5s linear infinite;
}
-->
<div class="content-body">
    <div class="header">
        <div class="header-left">
            飞艾智能科技
        </div>
        <div class="header-center lightBox">
            <div style="width:100%;height:100%;background-color:#1e0072;">
                电化学储能运维管理系统
            </div>
        </div>
        <div class="header-time" id="time">
           2025年03月25日&nbsp;&nbsp;13:20:08&nbsp;&nbsp;星期二
        </div>
    </div>

    <div class="content">
        <div class="content-con">
            <div class="left-body">
                <div class="left-top public-bg lightBox">
                    <div class="public-title">总计</div>
                    <div class="top-body">
                        <div class="top-left">
                            <div class="top-left-title">
                                <h6>装机量</h6>
                                <span><span id="storagecount">1756</span><b>&nbsp;台</b></span>
                                <img src="./images/pictre.png">
                                <h6>总计充电</h6>
                                <span><span id="sumcharge">1756</span><b>&nbsp;MWh</b></span>
                                <img src="./images/pictre.png">
                            </div>
                        </div>

                        <div class="top-right">
                            <div class="top-left-title">
                                <h6>累计容量</h6>
                                <span><span id="summcapacity">3520</span><b>&nbsp;MWh</b></span>
                                <img src="./images/pictre.png">
                                <h6>总计放电</h6>
                                <span><span id="summdischarge">3520</span><b>&nbsp;MWh</b></span>
                                <img src="./images/pictre.png">
                            </div>
                        </div>
                    </div>
                    <div style="clear:both;"></div>
                </div>

                <div class="left-con public-bg lightBox">
                    <div class="public-title">分布情况</div>
                    <div class="title-nav" id="leida" _echarts_instance_="ec_1742879990059" style="-webkit-tap-highlight-color: transparent; user-select: none;"><div style="position: relative; overflow: hidden; width: 421px; height: 304px; padding: 0px; margin: 0px; border-width: 0px;"><canvas data-zr-dom-id="zr_0" width="421" height="304" style="position: absolute; left: 0px; top: 0px; width: 421px; height: 304px; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 0px; margin: 0px; border-width: 0px;"></canvas></div></div>
                </div>
                <div class="left-bottom public-bg lightBox">
                    <div class="public-title">应用情况</div>
                    <div class="title-nav" id="wuran" _echarts_instance_="ec_1742879990060" style="-webkit-tap-highlight-color: transparent; user-select: none; position: relative;"><div style="position: relative; overflow: hidden; width: 421px; height: 251px; padding: 0px; margin: 0px; border-width: 0px;"><canvas data-zr-dom-id="zr_0" width="421" height="251" style="position: absolute; left: 0px; top: 0px; width: 421px; height: 251px; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 0px; margin: 0px; border-width: 0px;"></canvas><canvas data-zr-dom-id="zr_1" width="421" height="251" style="position: absolute; left: 0px; top: 0px; width: 421px; height: 251px; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 0px; margin: 0px; border-width: 0px;"></canvas></div><div></div></div>
                </div>
            </div>

            <div class="center-body lightBox">
                <div id="mapDiv" style="width:100%;height:100%;"></div>
                <div class="bottom lightBox" style="text-align:center;text-size:24px;color:#ffffff;background-color:#1e0072;">
                    <div style="width:100%;height:100%;background-color:#1e0072;">
                    </div>
                </div>
                <!--div class="map" id="map" _echarts_instance_="ec_1742879990058" style="-webkit-tap-highlight-color: transparent; user-select: none;"><div style="position: relative; overflow: hidden; width: 1032px; height: 879px; padding: 0px; margin: 0px; border-width: 0px; cursor: default;"><canvas data-zr-dom-id="zr_0" width="1032" height="879" style="position: absolute; left: 0px; top: 0px; width: 1032px; height: 879px; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 0px; margin: 0px; border-width: 0px;"></canvas><canvas data-zr-dom-id="zr_2" width="1032" height="879" style="position: absolute; left: 0px; top: 0px; width: 1032px; height: 879px; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 0px; margin: 0px; border-width: 0px;"></canvas><canvas data-zr-dom-id="zr_3" width="1032" height="879" style="position: absolute; left: 0px; top: 0px; width: 1032px; height: 879px; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 0px; margin: 0px; border-width: 0px;"></canvas></div></div-->
            </div>

            <div class="right-body">
                <div class="right-top public-bg  lightBox">
                    <div class="public-title">概要</div>
                    <div class="title-nav">
                        <div class="top5-ul">
                            <ul class="tree">
                                <li>所有
                                    <ul>
                                       
                                    </ul>
                                </li>
                                 <li>未分配
                                    <ul>
                                    </ul>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
</body>
<script>
    //顶部时间
    $(function(){
    function getTime(){
        var myDate = new Date();
        var myYear = myDate.getFullYear(); //获取完整的年份(4位,1970-????)
        var myMonth = myDate.getMonth()+1; //获取当前月份(0-11,0代表1月)
        var myToday = myDate.getDate(); //获取当前日(1-31)
        var myDay = myDate.getDay(); //获取当前星期X(0-6,0代表星期天)
        var myHour = myDate.getHours(); //获取当前小时数(0-23)
        var myMinute = myDate.getMinutes(); //获取当前分钟数(0-59)
        var mySecond = myDate.getSeconds(); //获取当前秒数(0-59)
        var week = ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'];
        var nowTime;

        nowTime = myYear+'年'+fillZero(myMonth)+'月'+fillZero(myToday)+'日'+'&nbsp;&nbsp;'+fillZero(myHour)+':'+fillZero(myMinute)+':'+fillZero(mySecond)+'&nbsp;&nbsp;'+week[myDay]+'&nbsp;&nbsp;';
        //console.log(nowTime);
        $('#time').html(nowTime);
    };
    function fillZero(str){
        var realNum;
        if(str<10){
            realNum	= '0'+str;
        }else{
            realNum	= str;
        }
        return realNum;
    }
    //大屏
    setInterval(getTime,1000);

    var map;
    var zoom = 12;
    map = new T.Map('mapDiv');//$LBRMC,024604.000,A,2222.7014,N,11330.7773,E,0.0,0.0,080325,,,E*7D

        var definedOverlay = T.Overlay.extend({
                initialize: function (lnglat, text, text2, options) {
                    this.lnglat = lnglat;
                    this.setOptions(options);
                    this._text = text;
                    this._overText = text2;
                },

                onAdd: function (map) {
                    this.map = map;
                    var div = this._div = document.createElement("div");
                    $(div).addClass("layout-obj");
                    $(div).attr("data-text",this._text);
                    $(div).attr("data-text1",this._overText);
                    var span = this._span = document.createElement("span");
                    div.appendChild(span);
                    span.appendChild(document.createTextNode(this._text));
                    var that = this;

                    var arrow = this._arrow = document.createElement("div");
                    arrow.style.background = "url(http://map.baidu.com/fwmap/upload/r/map/fwmap/static/house/images/label.png) no-repeat";
                    arrow.style.position = "absolute";
                    arrow.style.width = "11px";
                    arrow.style.height = "10px";
                    arrow.style.top = "22px";
                    arrow.style.left = "10px";
                    arrow.style.overflow = "hidden";
                    div.appendChild(arrow);

                    map.getPanes().overlayPane.appendChild(div);
                    this.update(this.lnglat);
                },

                onRemove: function () {
                    var parent = this.div.parentNode;
                    if (parent) {
                        parent.removeChild(this.div);
                        this.map = null;
                        this.div = null;
                    }
                },

                setLnglat: function (lnglat) {
                    this.lnglat = lnglat;
                    this.update();
                },
                getLnglat: function () {
                    return this.lnglat;
                },
                setPos: function (pos) {
                    this.lnglat = this.map.layerPointToLngLat(pos);
                    this.update();
                },
                /**
                 * 更新位置
                 */
                update: function () {
                    var pos = this.map.lngLatToLayerPoint(this.lnglat);
                    this._div.style.top = ( pos.y - 36) + "px";
                    this._div.style.left = (pos.x - 11) + "px";

                }
            });
            var deg = 113;
            var minu = 30;
            var sec = 77.73;
            var longitude = deg * 1.0 + (30/60.0) + (sec / 3600.0);
            deg = 22;
            minu = 22;
            sec = 70.14;
            var latitude = deg * 1.0 + (30/60.0) + (sec / 3600.0);
            map.centerAndZoom(new T.LngLat(longitude,latitude), zoom);
            var point = new T.LngLat(longitude,latitude);
            var pdefinedOverlay = new definedOverlay(point, "测试", "当前位置", {});
            map.addOverLay(pdefinedOverlay);
            $(".layout-obj").on("mouseover",function () {
                        this.style.border = "1px solid #BC3B3A";
                        this.style.width="200px";
                        this.style.height="200px";
                        //this.style.backgroundColor = "#6BADCA";
                        //this.style.borderColor = "#0000ff";
                        this.getElementsByTagName("span")[0].innerHTML = $(this).attr("data-text1");
                        this.style.backgroundPosition = "0px 0px";
                        $(this).css("opacity", "1");
                    });

                    $(".layout-obj").on("mouseout",function () {
                        this.style.border = "0px";
                        //this.style.backgroundColor = "#EE5D5B";
                        //this.style.borderColor = "#BC3B3A";
                        this.style.width="20px";
                        this.style.height="20px";
                        this.getElementsByTagName("span")[0].innerHTML = $(this).attr("data-text");
                        this.style.backgroundPosition = "0px 0px";
                        $(this).css("opacity", "0.8");
                        
                    });
            $("ul li").click(function(e) {
                $(this).children("ul").toggle();
                e.stopPropagation(); 
            });
        });

</script>
</html>                               

Whois info of domain

Domain Name: BMSVR.COM
Registry Domain ID: 2786676546_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://wanwang.aliyun.com
Updated Date: 2024-05-08T02:37:42Z
Creation Date: 2023-06-03T07:40:19Z
Registry Expiry Date: 2025-06-03T07:40:19Z
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: DNS13.HICHINA.COM
Name Server: DNS14.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-11T06:21:59Z <<<
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