Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - 0s1.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Fri, 02 May 2025 11:51:48 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Location: http://www.v.0s1.com:40309/

HTTP Code 301 Moved Permanently

301 status code 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 - http://www.v.0s1.com:40309/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Fri, 02 May 2025 11:51:49 GMT
Content-Type: text/html
Content-Length: 10779
Connection: keep-alive
Vary: Accept-Encoding
Last-Modified: Sat, 29 Mar 2025 11:22:36 GMT
Vary: Accept-Encoding
ETag: "67e7d7fc-2a1b"
X-Cache: MISS
Accept-Ranges: bytes

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: 0s1.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, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
    />
    <title>屠龙归来会员站</title>
    <link rel="stylesheet" href="./css/common.css" />
    <link rel="stylesheet" href="./css/normalize.css" />
    <link rel="stylesheet" href="./css/swiper-bundle.min.css" />
    <link rel="stylesheet" href="./css/index.css" />
    <link rel="shortcut icon" href="/favicon.ico" />
    <script src="./js/antiShake.js"></script>
    <script src="./js/jquery.min.js"></script>
    <script src="./js/swiper-bundle.min.js"></script>
    <script src="./js/common.js"></script>
    <script src="./js/index.js"></script>
    <script>
      // 获取当前页面的域名
      const currentDomain = window.location.hostname;

      // 检查域名是否包含 "wy618.com"
      if (currentDomain.includes('wy618.com')) {
        // 如果包含,则跳转到 index1.html
        window.location.href = 'index1.html';
      }
    </script>
  </head>
  <body>
    <div class="loadingPage">
      <div class="loadingGif"></div>
    </div>
    <div class="noLoading">
      <!-- 头部 -->
      <div class="header">
        <div class="versionHeart">
          <div class="layout1">
            <div class="left1">
              <div class="logo"></div>
            </div>
            <div class="right1"></div>
            <div class="search">
              <form>
                <input
                  type="text"
                  class="input"
                  placeholder="搜索你喜欢的游戏"
                />
                <button type="button" class="submit">
                  <img src="./static/imgs/search.png" alt="" />
                </button>
              </form>
            </div>
          </div>
        </div>
      </div>
      <!-- banner 区域 -->
      <!-- 测试测试 -->
      <div class="banner">
        <!-- 适龄提示 -->
        <div class="ageTips"></div>
        <!-- banner 背景图像 -->
        <div class="bannerBg swiper mySwiper">
          <div class="swiper-wrapper"></div>
        </div>

        <!-- 分页器 -->
        <div class="swiper-pagination"></div>
        <!-- 四个 tips -->
        <div class="versionHeart subnavs">
          <div class="subnav subnav1">
            <a href="" class="loggerDownload"></a>
          </div>
          <a href="" class="subnav subnav2">
            <img src="./static/imgs/timg3.jpg" alt="" class="slogo img2" />
            <div class="video video2">
              <video
                playsinline
                autoplay
                loop
                poster=""
                preload="auto"
                muted
                id="top-video2"
                controlsList="nodownload"
                disablePictureInPicture
              >
                <source src="" type="video/mp4" class="myscource" />
              </video>
            </div>
            <div class="titles">
              <div class="title1"></div>
              <div class="divLine"></div>
              <div class="title2"></div>
            </div>
          </a>
          <a href="" class="subnav subnav3">
            <img src="./static/imgs/timg2.jpg" alt="" class="slogo img3" />
            <div class="video video3">
              <video
                playsinline
                autoplay
                loop
                poster=""
                preload="auto"
                muted
                id="top-video3"
                controlsList="nodownload"
                disablePictureInPicture
              >
                <source src="" type="video/mp4" />
              </video>
            </div>
            <div class="titles">
              <div class="title1"></div>
              <div class="divLine"></div>
              <div class="title2"></div>
            </div>
          </a>
          <a href="" class="subnav subnav4">
            <img src="" alt="" class="slogo img4" />
            <div class="video video4">
              <video
                playsinline
                autoplay
                loop
                poster=""
                preload="auto"
                muted
                id="top-video4"
                controlsList="nodownload"
                disablePictureInPicture
              >
                <source src="" type="video/mp4" />
              </video>
            </div>
            <div class="titles">
              <div class="title1"></div>
              <div class="divLine"></div>
              <div class="title2"></div>
            </div>
          </a>
        </div>
        <!-- 过渡背景图像 -->
        <div class="bgmin"></div>
      </div>
      <!-- 背景 -->
      <div class="bg2"></div>

      <!-- 版本标签收起时按钮 -->
      <div class="typeTigs1"></div>
      <!-- 版本标签 -->
      <div class="tigs">
        <div class="name1">版本标签</div>
        <div class="tip1">
          <div class="type"></div>
        </div>
        <div class="name2">版本标签</div>
        <!-- 版本类型 -->
        <div class="tip2">
          <div class="type"></div>
        </div>
        <!-- 收起箭头 -->
        <div class="arrow_up"></div>
      </div>
      <!-- 官方客服收起时按钮 -->
      <div class="typeTigs2"></div>
      <!-- 关注公众号 -->
      <div class="followOfficialAccout">
        <div class="name1">官方客服</div>
        <div class="MoreBenefits">添加官方客服</div>
        <img src="" alt="" class="qrCode" />
        <!-- 
        <div class="subTitle">
          <p>微信扫一扫</p>
          <p>关注公众号</p>
        </div> 
        -->
        <!-- <a href="http://wpa.qq.com/msgrd?v=3&uin=3003684926&site=qq&menu=yes" class="name2" target="_blank">加入官方交流群</a> -->
        <a href="" class="name2" target="_blank">加入官方交流群</a>
        <div class="divisionLine"></div>
        <p class="info">每周三、周六0点准时上架新版本</p>
        <p class="info">累计任意充值满100,送永久包服卡</p>
        <p class="info">全平台游戏均支持包服卡,支持转区</p>
        <p class="info">一次消费永久享受充值收益</p>
        <!-- 收起箭头 -->
        <div class="arrow_up"></div>
      </div>

      <!-- 公告 -->
      <a href="" class="versionHeart gonggao">
        <img src="" alt="" class="ggimg" />
        <div class="info"></div>
      </a>
      <!-- 游戏列表 -->
      <div class="versionHeart gameList">
        <!-- 风格1:旗舰版本 -->
        <div class="custom1">
          <div class="title">
            <div class="icon"></div>
            <div class="title1">旗舰版本</div>
            <div class="title2">
              <span class="tig">1</span>
              倍充值 强者的选择
            </div>
          </div>
          <div class="style1"></div>
        </div>
        <!-- 风格2:精品版本 -->
        <div class="custom2">
          <div class="title">
            <div class="icon"></div>
            <div class="title1">精品版本</div>
            <div class="title2">
              最高
              <span class="tig">3</span>
              倍充值
            </div>
          </div>
          <div class="style2"></div>
        </div>
        <!-- 风格3:热门版本 -->
        <div class="custom3">
          <div class="title">
            <div class="icon"></div>
            <div class="title1">热门版本</div>
            <div class="title2">
              最高
              <span class="tig">10</span>
              倍充值
            </div>
          </div>
          <div class="style3"></div>
        </div>
        <!-- 风格4:畅玩版本 -->
        <div class="custom4">
          <div class="title">
            <div class="icon"></div>
            <div class="title1">畅玩版本</div>
            <div class="title2">
              最高
              <span class="tig">100</span>
              倍充值
            </div>
          </div>
          <div class="style4"></div>
        </div>
        <!-- 占位:当四个风格版本的游戏都没有数据的时候才展示 -->
        <view class="vjwz2"></view>
      </div>
      <!-- footer 区域 -->
      <div class="footer">
        <div class="footercenter"></div>
      </div>

      <!-- 自定义弹窗 -->
      <div class="pop-up-notifications">
        <!-- 充值成功和充值失败的提示 -->
        <div class="pop-up1">
          <!-- 背景图 -->
          <img src="./static/imgs/pop-bg.png" alt="" class="c-bg" />
          <!-- 具体内容 -->
          <div class="c-contents">
            <!-- 信息列表 -->
            <div class="info-lists">
              <!-- 
              <div class="item">
                <div class="icon4">1</div>
                <div class="tip">单日累充储值排名每日截止时间23:59:00</div>
              </div>
              <div class="item">
                <div class="icon4">2</div>
                <div class="tip">单日累充储值排名每日截止时间23:59:00</div>
              </div>
              <div class="item">
                <div class="icon4">3</div>
                <div class="tip">单日累充储值排名每日截止时间23:59:00</div>
              </div>
              <div class="item">
                <div class="icon4">4</div>
                <div class="tip">活动时间 2025-01-25 00:00:00 - 2025-02-10 23:59:59</div>
              </div> 
              -->
            </div>
            <!-- 参与活动:按钮 -->
            <a class="participate-activities-btn" href="./fengyun-list.html">
              参与活动
            </a>
          </div>
          <!-- 关闭按钮 -->
          <div class="close-btn close-btn-2"></div>
        </div>
      </div>
    </div>
  </body>
</html>
<script>
  $(document).ready(function () {
    // 选择 .banner、.gonggao 和 .gameList 内的 <a> 标签,并处理点击事件
    $(document).on(
      'click',
      '.banner a, .gonggao, .gameList a',
      function (event) {
        event.preventDefault(); // 阻止默认行为

        // 确保目标元素具有 href 属性
        if ($(this).is('a')) {
          window.open($(this).attr('href'), '_blank'); // 在新标签页中打开链接
        }
      }
    );
  });
</script>
                               

Whois info of domain

Domain Name: 0S1.COM
Registry Domain ID: 129797882_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.22.cn
Registrar URL: http://www.22.cn
Updated Date: 2025-03-03T14:21:01Z
Creation Date: 2004-09-12T14:47:15Z
Registry Expiry Date: 2026-09-12T14:47:15Z
Registrar: 22net, Inc.
Registrar IANA ID: 1555
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.571.88276020
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: BEECH.DNSPOD.NET
Name Server: ONLY.DNSPOD.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-02T11:51:41Z <<<
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