Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - tlszx.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.14.0 (Ubuntu)
Date: Wed, 14 May 2025 14:06:28 GMT
Content-Type: text/html
Content-Length: 20948
Last-Modified: Mon, 12 May 2025 05:37:43 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "68218927-51d4"
Accept-Ranges: bytes

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: tlszx.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="pragrma" content="no-cache"><meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate"><meta http-equiv="expires" content="0"><meta name="full-screen" content="yes"><link rel="icon" href="./favicon.ico"><title>虚拟仿真云平台</title><style>html,
    body,
    #app {
      height: 100%;
      margin: 0px;
      padding: 0px;
    }

    .chromeframe {
      margin: 0.2em 0;
      background: #ccc;
      color: #000;
      padding: 0.2em 0;
    }

    #loader-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 999999;
    }

    #loader {
      display: block;
      position: relative;
      left: 50%;
      top: 50%;
      width: 120px;
      height: 120px;
      margin: -75px 0 0 -75px;
      border-radius: 50%;
      border: 3px solid transparent;
      /* COLOR 1 */
      border-top-color: #FFF;
      -webkit-animation: spin 2s linear infinite;
      /* Chrome, Opera 15+, Safari 5+ */
      -ms-animation: spin 2s linear infinite;
      /* Chrome, Opera 15+, Safari 5+ */
      -moz-animation: spin 2s linear infinite;
      /* Chrome, Opera 15+, Safari 5+ */
      -o-animation: spin 2s linear infinite;
      /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 2s linear infinite;
      /* Chrome, Firefox 16+, IE 10+, Opera */
      z-index: 1001;
    }

    #loader:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 3px solid transparent;
      /* COLOR 2 */
      border-top-color: #FFF;
      -webkit-animation: spin 3s linear infinite;
      /* Chrome, Opera 15+, Safari 5+ */
      -moz-animation: spin 3s linear infinite;
      /* Chrome, Opera 15+, Safari 5+ */
      -o-animation: spin 3s linear infinite;
      /* Chrome, Opera 15+, Safari 5+ */
      -ms-animation: spin 3s linear infinite;
      /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite;
      /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #FFF;
      /* COLOR 3 */
      -moz-animation: spin 1.5s linear infinite;
      /* Chrome, Opera 15+, Safari 5+ */
      -o-animation: spin 1.5s linear infinite;
      /* Chrome, Opera 15+, Safari 5+ */
      -ms-animation: spin 1.5s linear infinite;
      /* Chrome, Opera 15+, Safari 5+ */
      -webkit-animation: spin 1.5s linear infinite;
      /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite;
      /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
      0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
      }

      100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
      }
    }

    @keyframes spin {
      0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
      }

      100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
      }
    }

    #loader-wrapper .loader-section {
      position: fixed;
      top: 0;
      width: 51%;
      height: 100%;
      background: #49a9ee;
      /* Old browsers */
      z-index: 1000;
      -webkit-transform: translateX(0);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translateX(0);
      /* IE 9 */
      transform: translateX(0);
      /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
      left: 0;
    }

    #loader-wrapper .loader-section.section-right {
      right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
      -webkit-transform: translateX(-100%);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translateX(-100%);
      /* IE 9 */
      transform: translateX(-100%);
      /* Firefox 16+, IE 10+, Opera */
      -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
      -webkit-transform: translateX(100%);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translateX(100%);
      /* IE 9 */
      transform: translateX(100%);
      /* Firefox 16+, IE 10+, Opera */
      -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader {
      opacity: 0;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
    }

    .loaded #loader-wrapper {
      visibility: hidden;
      -webkit-transform: translateY(-100%);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translateY(-100%);
      /* IE 9 */
      transform: translateY(-100%);
      /* Firefox 16+, IE 10+, Opera */
      -webkit-transition: all 0.3s 1s ease-out;
      transition: all 0.3s 1s ease-out;
    }

    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
      display: none;
    }

    .no-js h1 {
      color: #222222;
    }

    #loader-wrapper .load_title {
      font-family: 'Open Sans';
      color: #FFF;
      font-size: 14px;
      width: 100%;
      text-align: center;
      z-index: 9999999999999;
      position: absolute;
      top: 60%;
      opacity: 1;
      line-height: 30px;
    }

    #loader-wrapper .load_title span {
      font-weight: normal;
      font-style: italic;
      font-size: 14px;
      color: #FFF;
      opacity: 0.5;
    }

    /* 滚动条优化 start */
    ::-webkit-scrollbar {
      width: 8px;
      height: 8px;
    }

    ::-webkit-scrollbar-track {
      background: #f6f6f6;
      border-radius: 2px;
    }

    ::-webkit-scrollbar-thumb {
      background: #cdcdcd;
      border-radius: 2px;
    }

    ::-webkit-scrollbar-thumb:hover {
      background: #747474;
    }

    ::-webkit-scrollbar-corner {
      background: #f6f6f6;
    }

    /*//loading*/
    #loading {
      background-color: #49a9ee;
      height: 100%;
      width: 100%;
      position: fixed;
      z-index: 1;
      margin-top: 0px;
      top: 0px;
    }

    #loading-center {
      width: 100%;
      height: 100%;
      position: relative;
    }

    #loading-center-absolute {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 150px;
      width: 150px;
      margin-top: -75px;
      margin-left: -75px;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);

    }

    .object {
      width: 20px;
      height: 20px;
      background-color: #FFF;
      position: absolute;
      left: 65px;
      top: 65px;
    }

    .object:nth-child(2n+0) {
      margin-right: 0px;

    }

    #object_one {
      -webkit-animation: object_one 2s infinite;
      animation: object_one 2s infinite;
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s;
    }

    #object_two {
      -webkit-animation: object_two 2s infinite;
      animation: object_two 2s infinite;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s;
    }

    #object_three {
      -webkit-animation: object_three 2s infinite;
      animation: object_three 2s infinite;
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s;
    }

    #object_four {
      -webkit-animation: object_four 2s infinite;
      animation: object_four 2s infinite;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
    }

    #object_five {
      -webkit-animation: object_five 2s infinite;
      animation: object_five 2s infinite;
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s;
    }

    #object_six {
      -webkit-animation: object_six 2s infinite;
      animation: object_six 2s infinite;
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s;
    }

    #object_seven {
      -webkit-animation: object_seven 2s infinite;
      animation: object_seven 2s infinite;
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s;
    }

    #object_eight {
      -webkit-animation: object_eight 2s infinite;
      animation: object_eight 2s infinite;
      -webkit-animation-delay: 0.9s;
      animation-delay: 0.9s;
    }

    #object_big {

      position: absolute;
      width: 50px;
      height: 50px;
      left: 50px;
      top: 50px;
      -webkit-animation: object_big 2s infinite;
      animation: object_big 2s infinite;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
    }

    @-webkit-keyframes object_big {
      50% {
        -webkit-transform: scale(0.5);
      }

    }

    @keyframes object_big {
      50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
      }
    }

    @-webkit-keyframes object_one {
      50% {
        -webkit-transform: translate(-65px, -65px);
      }

    }

    @keyframes object_one {
      50% {
        transform: translate(-65px, -65px);
        -webkit-transform: translate(-65px, -65px);
      }
    }

    @-webkit-keyframes object_two {
      50% {
        -webkit-transform: translate(0, -65px);
      }
    }

    @keyframes object_two {
      50% {
        transform: translate(0, -65px);
        -webkit-transform: translate(0, -65px);
      }

    }

    @-webkit-keyframes object_three {
      50% {
        -webkit-transform: translate(65px, -65px);
      }
    }

    @keyframes object_three {
      50% {
        transform: translate(65px, -65px);
        -webkit-transform: translate(65px, -65px);
      }
    }

    @-webkit-keyframes object_four {
      50% {
        -webkit-transform: translate(65px, 0);
      }
    }

    @keyframes object_four {
      50% {
        transform: translate(65px, 0);
        -webkit-transform: translate(65px, 0);
      }

    }

    @-webkit-keyframes object_five {
      50% {
        -webkit-transform: translate(65px, 65px);
      }
    }

    @keyframes object_five {
      50% {
        transform: translate(65px, 65px);
        -webkit-transform: translate(65px, 65px);
      }

    }

    @-webkit-keyframes object_six {

      50% {
        -webkit-transform: translate(0, 65px);
      }

    }

    @keyframes object_six {
      50% {
        transform: translate(0, 65px);
        -webkit-transform: translate(0, 65px);
      }

    }

    @-webkit-keyframes object_seven {

      50% {
        -webkit-transform: translate(-65px, 65px);
      }

    }

    @keyframes object_seven {
      50% {
        transform: translate(-65px, 65px);
        -webkit-transform: translate(-65px, 65px);
      }

    }

    @-webkit-keyframes object_eight {

      50% {
        -webkit-transform: translate(-65px, 0);
      }

    }

    @keyframes object_eight {
      50% {
        transform: translate(-65px, 0);
        -webkit-transform: translate(-65px, 0);
      }

    }

    /* 滚动条优化 end */</style><link href="/css/chunk-00c79ece.f1521c2a.css" rel="prefetch"><link href="/css/chunk-02812753.2bc8c06d.css" rel="prefetch"><link href="/css/chunk-076f09b6.1f744b11.css" rel="prefetch"><link href="/css/chunk-09abe48d.4227a156.css" rel="prefetch"><link href="/css/chunk-0c12867a.be7dad8a.css" rel="prefetch"><link href="/css/chunk-0c57f4e8.f2792e8e.css" rel="prefetch"><link href="/css/chunk-0fc371a4.3eec40cb.css" rel="prefetch"><link href="/css/chunk-10efdd50.52838694.css" rel="prefetch"><link href="/css/chunk-11771645.2fd1e32d.css" rel="prefetch"><link href="/css/chunk-12aadf54.1d6ad2c3.css" rel="prefetch"><link href="/css/chunk-1605bd36.9a4649ef.css" rel="prefetch"><link href="/css/chunk-1909ab5b.dc107c43.css" rel="prefetch"><link href="/css/chunk-1a425b55.1feea095.css" rel="prefetch"><link href="/css/chunk-1e3b103f.1d6e2b6b.css" rel="prefetch"><link href="/css/chunk-1ea1579e.22c4e280.css" rel="prefetch"><link href="/css/chunk-1fbff699.4d9dfeb5.css" rel="prefetch"><link href="/css/chunk-21719f38.71625703.css" rel="prefetch"><link href="/css/chunk-2268b156.5d2b960e.css" rel="prefetch"><link href="/css/chunk-2538c341.f3679f0a.css" rel="prefetch"><link href="/css/chunk-2886de3f.b42500e5.css" rel="prefetch"><link href="/css/chunk-2a898872.93475a3a.css" rel="prefetch"><link href="/css/chunk-30f8198d.7d2c591b.css" rel="prefetch"><link href="/css/chunk-31601119.99386863.css" rel="prefetch"><link href="/css/chunk-320d40d6.cb5a79cc.css" rel="prefetch"><link href="/css/chunk-335a4598.45bb8247.css" rel="prefetch"><link href="/css/chunk-33e57c52.e9424515.css" rel="prefetch"><link href="/css/chunk-34a9cfce.1c463310.css" rel="prefetch"><link href="/css/chunk-36737bbc.468a7c98.css" rel="prefetch"><link href="/css/chunk-3adf6fa8.f8b9be64.css" rel="prefetch"><link href="/css/chunk-45e6cd10.63fe0a1c.css" rel="prefetch"><link href="/css/chunk-479f6435.6070ab48.css" rel="prefetch"><link href="/css/chunk-4b39750e.8bf31eb5.css" rel="prefetch"><link href="/css/chunk-4f99088e.01577dfd.css" rel="prefetch"><link href="/css/chunk-54351faa.1f821107.css" rel="prefetch"><link href="/css/chunk-58d8856a.dbd9b0c8.css" rel="prefetch"><link href="/css/chunk-5cf9ad7d.93fcd301.css" rel="prefetch"><link href="/css/chunk-61d5df0f.19b3ffe5.css" rel="prefetch"><link href="/css/chunk-6553856f.4f3713e2.css" rel="prefetch"><link href="/css/chunk-6b3d692e.832a2796.css" rel="prefetch"><link href="/css/chunk-6d45d996.4399a6c9.css" rel="prefetch"><link href="/css/chunk-6d4dd742.2fd1e32d.css" rel="prefetch"><link href="/css/chunk-6f68e685.1bb06ebd.css" rel="prefetch"><link href="/css/chunk-6fb6aa92.39934505.css" rel="prefetch"><link href="/css/chunk-7144a15c.551cc958.css" rel="prefetch"><link href="/css/chunk-7823341b.2443d69a.css" rel="prefetch"><link href="/css/chunk-783018c6.12b6d5c0.css" rel="prefetch"><link href="/css/chunk-7ed9eb2b.fe6a9e4e.css" rel="prefetch"><link href="/css/chunk-88808c16.75d0be7e.css" rel="prefetch"><link href="/css/chunk-8fefff76.ace1d9a3.css" rel="prefetch"><link href="/css/chunk-9c8543a4.de829fa0.css" rel="prefetch"><link href="/css/chunk-a684e1ea.3e0cea45.css" rel="prefetch"><link href="/css/chunk-a81c029e.be4f0151.css" rel="prefetch"><link href="/css/chunk-b01cdd60.1b0ccb7a.css" rel="prefetch"><link href="/css/chunk-b38db148.29de1907.css" rel="prefetch"><link href="/css/chunk-ca0f72c8.e363d2c9.css" rel="prefetch"><link href="/css/chunk-cf067598.95a7bf47.css" rel="prefetch"><link href="/css/chunk-dcd32ed0.16a2b6a2.css" rel="prefetch"><link href="/css/chunk-e3579b88.2fd1e32d.css" rel="prefetch"><link href="/css/chunk-ea7b22e4.9bc71404.css" rel="prefetch"><link href="/css/chunk-eb235a2a.b6bd7433.css" rel="prefetch"><link href="/js/chunk-00c79ece.d178ba13.js" rel="prefetch"><link href="/js/chunk-02812753.e3ebbfb9.js" rel="prefetch"><link href="/js/chunk-076f09b6.9cb76283.js" rel="prefetch"><link href="/js/chunk-09abe48d.6aae8118.js" rel="prefetch"><link href="/js/chunk-0c12867a.d23eea9d.js" rel="prefetch"><link href="/js/chunk-0c57f4e8.021e4614.js" rel="prefetch"><link href="/js/chunk-0fc371a4.e4a7ead3.js" rel="prefetch"><link href="/js/chunk-10efdd50.e5bfab82.js" rel="prefetch"><link href="/js/chunk-11771645.17b8fbe4.js" rel="prefetch"><link href="/js/chunk-1200fd28.1259fc93.js" rel="prefetch"><link href="/js/chunk-12aadf54.0cd917f6.js" rel="prefetch"><link href="/js/chunk-1605bd36.b76a6302.js" rel="prefetch"><link href="/js/chunk-1909ab5b.94bb97e6.js" rel="prefetch"><link href="/js/chunk-1a425b55.3622c494.js" rel="prefetch"><link href="/js/chunk-1e3b103f.6df9781e.js" rel="prefetch"><link href="/js/chunk-1ea1579e.b90f9619.js" rel="prefetch"><link href="/js/chunk-1fbff699.971e8059.js" rel="prefetch"><link href="/js/chunk-21719f38.be7f9ef2.js" rel="prefetch"><link href="/js/chunk-2268b156.91d406cf.js" rel="prefetch"><link href="/js/chunk-2538c341.37a39088.js" rel="prefetch"><link href="/js/chunk-2886de3f.c454a00d.js" rel="prefetch"><link href="/js/chunk-2a898872.90274d1b.js" rel="prefetch"><link href="/js/chunk-2d225df7.8ffd2f29.js" rel="prefetch"><link href="/js/chunk-2d22bd8f.f5ec8e02.js" rel="prefetch"><link href="/js/chunk-30f8198d.6f98f1dd.js" rel="prefetch"><link href="/js/chunk-31601119.35087526.js" rel="prefetch"><link href="/js/chunk-320d40d6.df9b7911.js" rel="prefetch"><link href="/js/chunk-335a4598.06462162.js" rel="prefetch"><link href="/js/chunk-33e57c52.d8ef69e3.js" rel="prefetch"><link href="/js/chunk-34a9cfce.21bdf844.js" rel="prefetch"><link href="/js/chunk-36737bbc.5dbeb2ce.js" rel="prefetch"><link href="/js/chunk-3adf6fa8.471ed33b.js" rel="prefetch"><link href="/js/chunk-3b72b312.b47152ba.js" rel="prefetch"><link href="/js/chunk-45e6cd10.e2bc9d87.js" rel="prefetch"><link href="/js/chunk-479f6435.bfa936b6.js" rel="prefetch"><link href="/js/chunk-4b39750e.9480dfb1.js" rel="prefetch"><link href="/js/chunk-4f99088e.a58969d7.js" rel="prefetch"><link href="/js/chunk-51fafa55.2656a14d.js" rel="prefetch"><link href="/js/chunk-54351faa.b169e8c1.js" rel="prefetch"><link href="/js/chunk-58d8856a.5325c9d4.js" rel="prefetch"><link href="/js/chunk-5cf9ad7d.f124c595.js" rel="prefetch"><link href="/js/chunk-5d47e5be.f1196cf3.js" rel="prefetch"><link href="/js/chunk-61d5df0f.ecf75c41.js" rel="prefetch"><link href="/js/chunk-6553856f.d04d3c8d.js" rel="prefetch"><link href="/js/chunk-6b3d692e.f40bc771.js" rel="prefetch"><link href="/js/chunk-6d45d996.a4a545cc.js" rel="prefetch"><link href="/js/chunk-6d4dd742.a71bdcde.js" rel="prefetch"><link href="/js/chunk-6f68e685.5c7e16a3.js" rel="prefetch"><link href="/js/chunk-6fb6aa92.58336b3a.js" rel="prefetch"><link href="/js/chunk-70807b68.07537081.js" rel="prefetch"><link href="/js/chunk-7144a15c.deb52d26.js" rel="prefetch"><link href="/js/chunk-7823341b.9a3ff93f.js" rel="prefetch"><link href="/js/chunk-783018c6.5b3423ca.js" rel="prefetch"><link href="/js/chunk-7ed9eb2b.31c02973.js" rel="prefetch"><link href="/js/chunk-88808c16.6c600fda.js" rel="prefetch"><link href="/js/chunk-8fefff76.40ca6e73.js" rel="prefetch"><link href="/js/chunk-9c8543a4.42031bfb.js" rel="prefetch"><link href="/js/chunk-a684e1ea.00f25e4b.js" rel="prefetch"><link href="/js/chunk-a81c029e.e95acc8b.js" rel="prefetch"><link href="/js/chunk-b01cdd60.d75bb9d7.js" rel="prefetch"><link href="/js/chunk-b38db148.d0b77732.js" rel="prefetch"><link href="/js/chunk-ca0f72c8.a78a221b.js" rel="prefetch"><link href="/js/chunk-cf067598.820d4f7e.js" rel="prefetch"><link href="/js/chunk-dcd32ed0.ee61c23a.js" rel="prefetch"><link href="/js/chunk-e3579b88.ba5267f0.js" rel="prefetch"><link href="/js/chunk-ea7b22e4.b190ec11.js" rel="prefetch"><link href="/js/chunk-eb235a2a.dd476e5c.js" rel="prefetch"><link href="/css/app.e0c79e50.css" rel="preload" as="style"><link href="/css/chunk-vendors.55f5ba1a.css" rel="preload" as="style"><link href="/js/app.88ae7686.js" rel="preload" as="script"><link href="/js/chunk-vendors.878bae07.js" rel="preload" as="script"><link href="/css/chunk-vendors.55f5ba1a.css" rel="stylesheet"><link href="/css/app.e0c79e50.css" rel="stylesheet"></head><body><div id="app"><div id="loading"><div id="loading-center"><div id="loading-center-absolute"><div class="object" id="object_one"></div><div class="object" id="object_two"></div><div class="object" id="object_three"></div><div class="object" id="object_four"></div><div class="object" id="object_five"></div><div class="object" id="object_six"></div><div class="object" id="object_seven"></div><div class="object" id="object_eight"></div><div class="object" id="object_big"></div></div></div></div></div><script src="/js/chunk-vendors.878bae07.js"></script><script src="/js/app.88ae7686.js"></script></body></html>                               

Whois info of domain

Domain Name: TLSZX.COM
Registry Domain ID: 2616183613_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2024-09-05T08:56:23Z
Creation Date: 2021-05-31T07:12:55Z
Registry Expiry Date: 2025-05-31T07:12:55Z
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: DNS15.HICHINA.COM
Name Server: DNS16.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-14T14:06:14Z <<<
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