Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - lsomg.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 16 May 2025 02:33:04 GMT
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.33
Last-Modified: Sun, 04 Aug 2024 01:14:03 GMT
ETag: "157c-61ed146b3c8f4"
Accept-Ranges: bytes
Content-Length: 5500
Content-Type: text/html; charset=UTF-8

HTTP Code 200 OK

200 response 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: lsomg.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 charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>首页</title>
  <link href="css/themify-icons.css" rel="stylesheet">
  <link rel="stylesheet" href="css/bootstrap.css">
  <link href="css/style.css" rel="stylesheet">

</head>

<body>

  <!-- start page-wrapper -->
  <div class="page-wrapper">
    <!-- Start header -->
    <header id="header" class="site-header header-style-3">
      <nav class="navigation navbar navbar-default">
        <div class="container">
          <div class="navbar-header">
            <button type="button" class="open-btn"> <span class="sr-only">Toggle navigation</span> <span
                class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
            <a class="navbar-brand" href="index.html"><img src="images/logo.png"></a>
          </div>
          <div id="navbar" class="navbar-collapse collapse navbar-right navigation-holder">
            <button class="close-navbar"><i class="ti-close"></i></button>
            <ul class="nav navbar-nav">
              <li class="nav-showtext">
                让每个实体店都能有<br>
                会员充值的经营模式!
                <div>

                </div>
              </li>
              <li class="active menu-item-has-children"> <a href="#">产品和服务</a>
                <ul class="sub-menu">
                  <li><a href="./picard/app.apk">下载惠极通APP</a></li>
                </ul>
              </li>
              <li class="menu-item-has-children"> <a href="#">商家网点</a>
                <ul class="sub-menu">
                  <li><a href="http://lsomg.com/picard/index.html">发现商家</a></li>
                </ul>
              </li>
              <li class="menu-item-has-children"> <a href="#">DAO组织</a>
                <ul class="sub-menu">
                  <li><a href="http://lsomg.com/zs/web/merchant.php?i=1&c=site&a=entry&m=ewei_shopv2&do=web&r=login">DAO入驻</a></li>
                </ul>
              </li>
              <li> <a href="#intro">关于惠极通</a></li>
              <li> <a href="#">商家入驻</a></li>
              <li><a href="http://lsomg.com/zs/web/index.php?c=decom&a=display&">登录</a></li>
            </ul>
          </div>
          <!-- end of nav-collapse -->
        </div>
        <!-- end of container -->
      </nav>
    </header>
    <!-- end of header -->
    <section class="cta-section">
      <!-- <div class="container"> -->
      <div class="row">
        <div class="col col-xs-12">
          <div class="cta-content">
            <div class="col col-md-4 cta-left">
              <div class="cta-text">
                一店充值<br>
                全网优惠
              </div>
            </div>
          </div>
        </div>
      </div>
      <!-- </div> -->
    </section>
    <!-- start about-section -->
    <section class="about-section section-padding">
      <div class="container">
        <div class="row">
          <div class="col col-lg-8 col-md-8 col-lg-offset-4 col-md-offset-4">
            <div class="about-text">
              <p style="font-weight: 500; color: black;" name=intro>
                惠极通简介:<br>
                惠极通是一款使实体店储值余额可以在所有入网商家之间全自动即时交换并消费的平台,即用户只需要在一家充值获得会员优惠,就能享受全网商家会员优惠待遇。惠极通避免了用户为获得优惠在多家商户充值,而造成的资金占用以及余额浪费的问题。
              </p>
            </div>
          </div>
        </div>
      </div>
      <!-- end container -->
    </section>
    <!-- end about-section -->

    <!-- start site-footer -->
    <footer class="site-footer">
      <div class="lower-footer">
        <div class="container">
          <div class="row">
            <div class="separator"></div>
            <div class="col col-xs-12">
              <p class="copyright">Copyright &copy; 2022 <span>零熵科技</span>. All rights reserved.</p>
              <div class="social-icons">
                <div style="width:300px;margin:0 auto; padding:20px 0;"><a href="https://beian.miit.gov.cn/"  target="_blank">闽ICP备2022009349号</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		 		<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=35012102500611" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="备案图标.png" style="float:left;"/><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">闽公网安备 35012102500611号</p></a>
		 	</div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </footer>
    <!-- end site-footer -->
  </div>
  <!-- end of page-wrapper -->

  <!-- All JavaScript files
    ================================================== -->
  <script src="js/jquery-1.10.2.js"></script>
  <script src="js/bootstrap.min.js"></script>

  <!-- Plugins for this template -->
  <script src="js/jquery-plugin-collection.js"></script>

  <!-- Custom script for this template -->
  <script src="js/custom.js"></script>
</body>

</html>                               

Whois info of domain

Domain Name: LSOMG.COM
Registry Domain ID: 2704191429_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.dnspod.cn
Registrar URL: http://www.dnspod.cn
Updated Date: 2024-06-16T01:45:59Z
Creation Date: 2022-06-16T04:52:51Z
Registry Expiry Date: 2025-06-16T04:52:51Z
Registrar: DNSPod, Inc.
Registrar IANA ID: 1697
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.4009100100
Domain Status: ok https://icann.org/epp#ok
Name Server: ADELAIDE.DNSPOD.NET
Name Server: LATE.DNSPOD.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-16T02:32:54Z <<<
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