Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - vueco.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: Thu, 23 Feb 2023 07:55:08 GMT
Accept-Ranges: bytes
ETag: "056bf255c47d91:0"
Server: Microsoft-IIS/7.5
Date: Wed, 30 Apr 2025 00:41:46 GMT
Content-Length: 7076

HTTP Code 200 OK

200 http 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: vueco.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE HTML>
<html>
<head>
<title>VUECO Web</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body class="is-preload">
<div class="banner"> 

		<div class="image" data-position="right">
                <img src="images/banner.png" alt="">
            </div>
 </div>
<!-- Wrapper -->
<div id="wrapper"> 
  <!-- Header -->
  <header id="header">
    <h1><a href="index.html"><img src="images/logo.png" ></a></h1>
    <nav class="links">
      <ul>
        <li class="active"><a href="index.html">首页</a></li>
        <li><a href="product.html">产品</a></li>
        <li><a href="story.html">故事</a></li>
        <li><a href="#">小屿</a></li>
        <li><a href="#">支持</a></li>
        <li><a href="about.html">关于</a></li>
      </ul>
    </nav>
    <nav class="main">
      <ul>
        <li class="search"> <a class="fa-search" href="#search">Search</a>
          <form id="search" method="get" action="#">
            <input type="text" name="query" placeholder="Search" />
          </form>
        </li>
        <li class="menu"> <a class="fa-bars" href="#menu">Menu</a> </li>
      </ul>
    </nav>
  </header>
  
  <!-- Menu -->
  <section id="menu"> 
    
    <!-- Search -->
    <section>
      <form class="search" method="get" action="#">
        <input type="text" name="query" placeholder="Search" />
      </form>
    </section>
    
    <!-- Links -->
    <section>
      <ul class="links">
        <li> <a href="index.html">
          <h3>首页</h3>
          </a> </li>
        <li> <a href="product.html">
          <h3>产品</h3>
          </a> </li>
        <li> <a href="story.html">
          <h3>故事</h3>
          </a> </li>
        <li> <a href="#">
          <h3>小屿</h3>
          </a> </li>
        <li> <a href="#">
          <h3>支持</h3>
          </a> </li>
        <li> <a href="about.html">
          <h3>关于</h3>
          </a> </li>
      </ul>
    </section>
  </section>
  
  <!-- Main -->
  <div id="main">
    <div class="row" id="index-box">
      <article class="col-4 col-12-medium">
        <div class="boxinc boxpro">
          <div class="title"><a href="product.html">产品</a></div>
          <p>相信有很多人和我们一样,儿时的绝大部分记忆已模糊,但儿时在田野间、在小溪旁的美好时光,不管过去多久却一直在脑海里。</p>
          <p>虽然生活在水泥森林,只要有时间总希望去户外走走,坐在小桥流水边,感受那份无法替代的自然与宁静。</p>
          <p>从大学走向社会,从成立工作室到注册公司,2007年在机缘巧合中了解到生态鱼缸,在乏味的办公环境中,小巧的鱼缸显得那么的宁静又充满生机。</p>
        </div>
      </article>
      <article class="col-4 col-12-medium">
        <div class="boxinc">
          <div class="title">故事</div>
          
          <!--<section>-->
          <ul class="posts">
            <li>
              <article>
                <header>
                  <h3><a href="single.html">2019年2月01日 自主设计自主设计</a></h3>
                  <div>作为DIY水平的物品,离真正标准化工业产品还有很长的路要走,但这种尝试让我们后续设计研发奠定基础。</div>
                </header>
                <a href="single.html" class="image"><img src="images/app.png" alt=""></a> </article>
            </li>
            <li>
              <article>
                <header>
                  <h3><a href="single.html">预研开始</a></h3>
                  <div>隔行如隔山,对硬件设计及研发毫无经验情况,寻找现成的低成本、功能强大、易于上手的硬件平台变得尤其重要。综合考虑当时的情况下选择了树莓派。</div>
                </header>
                <a href="single.html" class="image"><img src="images/s2.png" alt=""></a> </article>
            </li>
            <li>
              <article>
                <header>
                  <h3><a href="single.html">2017年月24日 项目概念</a></h3>
                  <div>从2017年6月01日开始招手准备设计一款小巧实用,且能自动监测当前水体状态的装置。市面上并没有同类产品,我们希望通过我们的努力创造一种新物种。</div>
                </header>
                <a href="single.html" class="image"><img src="images/s3.png" alt=""></a> </article>
            </li>
          </ul>
          <!--</section>--> 
          
        </div>
      </article>
      <article class="col-4 col-12-medium">
        <div class="boxinc boxabout">
          <div class="title">关于</div>
          <p>VUECO是一个水质监测生活品牌,为水族爱好者或其他各行各业提供智能化水监测产品。</p>
          <p>我们希望未来的中国制造能从追逐到领跑的转变中有我们的一份力量。</p>
          <p>我们正在通过创新的思维、正确的方法、持续的努力,结合多项现有的基础科学以及物联网技术,创造一
            种世界上从未出现过的产品。 </p>
          <p>我们相信能设计出具有新颖、强大、小巧、智能的产品,并且能为使用该产品的人增添一丝美好。</p>
        </div>
      </article>
    </div>
  </div>
</div>
<div id="footer">
  <div class="wrapper">
    <div class="row ">
      <div class="col-8 col-12-medium">
        <ul class="posts">
          <li>
            <article>
              <header>
                <p>COPYRIGHT © VUECO.COM 2022. ALL RIGHTS RESERVED.</br>
                  <a href="https://beian.miit.gov.cn" target="_blank">粤ICP备2023011365号</a></p>
              </header>
              <img src="images/logowz.png" alt="" class="image"> </article>
          </li>
        </ul>
      </div>
      <div class="col-4 hiddensm">
        <div class="row">
          <div class="col-4">
            <ul>
              <li><a href="story.html">品牌故事</a></li>
              <li><a href="#">在研项目</a></li>
              <li><a href="#">服务支持</a></li>
              <li><a href="about.html">关于我们</a></li>
            </ul>
          </div>
          <div class="col-4"> <img src="images/gz.png"><br/>
            公众号</div>
          <div class="col-4"> <img src="images/app.png"><br/>
            小程序</div>
        </div>
      </div>
    </div>
  </div>
</div>
</div>

<!-- Scripts --> 
<script src="assets/js/jquery.min.js"></script> 
<script src="assets/js/browser.min.js"></script> 
<script src="assets/js/breakpoints.min.js"></script> 
<script src="assets/js/util.js"></script> 
<script src="assets/js/main.js"></script>
</body>
</html>                               

Whois info of domain

Domain Name: VUECO.COM
Registry Domain ID: 1739314463_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2024-08-02T02:26:07Z
Creation Date: 2012-08-17T02:35:48Z
Registry Expiry Date: 2025-08-17T02:35:48Z
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: DNS10.HICHINA.COM
Name Server: DNS9.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T15:42:25Z <<<
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