Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - symtc.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: ***************
Date: Sat, 17 May 2025 02:32:47 GMT
Content-Type: text/html
Content-Length: 5296
Connection: keep-alive
Last-Modified: Fri, 16 May 2025 08:31:26 GMT
ETag: "6826f7de-14b0"
Cache-Control: no-cache
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Referrer-Policy: origin
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: master-only
Strict-Transport-Security: max-age=63072000; includeSubdomains; preload
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Headers: DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Access-Control-Allow-Methods: *
Access-Control-Allow-Headers: *
X-Frame-Options: ALLOWALL
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Access-Control-Allow-Methods: *
Access-Control-Allow-Headers: *

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: symtc.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8"/>
    <link rel="icon" href="/assets/favicon-f0e2e0f1.ico"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name=renderer content=webkit>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>沈阳地铁</title>
  <script type="module" crossorigin src="/assets/index-933ebd72.js"></script>
  <link rel="stylesheet" href="/assets/index-ee55ff99.css">
  <script type="module">import.meta.url;import("_").catch(()=>1);async function* g(){};if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
  <script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
</head>
<body>

<div id="app">
    <div id="ieElementID" style="display:none;position: relative;">
        <div class="image-logo">
            <img src="/assets/logo-sy4-99bfafdb.png">
        </div>
        <div class="image-container"></div>
        <div class="descBG">
        </div>
        <div class="desc">
            <span style="color: #BA0015;font-size: 40px;font-weight: bold;">浏览器版本过低</span><br><br>
            <span
                style="color: #BA0015;font-size: 25px;font-weight: bold;">由于微软官方近期停止支持IE11内核浏览器,您当前使用的浏览器无法正常访问。</span><br><br>
            <span style="color: #BA0015;font-size: 25px;font-weight: bold;">您可以升级Chrome、360极速模式等浏览器继续访问,感谢支持。</span>
        </div>
    </div>
</div>

<script>
    function is360() {
        let mimeTypes = window.navigator.mimeTypes;
        for (let mt in mimeTypes) {
            if (mimeTypes[mt].type === "application/360softmgrplugin") {
                return true;
            }
        }
        return false;
    }

    function is360SE() {
        try {
            let ax = new ActiveXObject("Xunlei.XLWEBSAFE.1");
            return true;
        } catch (e) {
            return false;
        }
    }

    function getBrowser() {
        let userAgent = window.navigator.userAgent;
        if (/MSIE|Trident/.test(userAgent)) {
            return "IE";
        } else if (/Edg/.test(userAgent)) {
            return "Edge";
        } else if (/Firefox/.test(userAgent)) {
            return "Firefox";
        } else if (/Opera|OPR/.test(userAgent)) {
            return "Opera";
        } else if (/Safari/.test(userAgent) && !/Chrome/.test(userAgent) && !/Edg/.test(userAgent)) {
            return "Safari";
        } else if (/Chrome/.test(userAgent) && !/OPR/.test(userAgent) && !/Edg/.test(userAgent)) {
            if (is360SE()) {
                return "360安全浏览器";
            } else if (is360()) {
                return "360极速浏览器";
            } else {
                // Check for other 360 browsers based on specific mimeTypes
                let mimeTypes = window.navigator.mimeTypes;
                for (let i in mimeTypes) {
                    if (mimeTypes[i]["type"] === "application/vnd.chromium.remoting-viewer") {
                        return "360浏览器";
                    }
                }
                return "Chrome";
            }
        } else {
            return "Unknown";
        }
    }


    // alert(getBrowser());
    if (getBrowser() === "IE") {
        let t = document.getElementById("ieElementID");//选取id为test的元素
        t.style.display = "block";
        // alert("请使用高版本浏览器浏览本网站!");
    }
</script>
<style>.image-container {
  width: 100%;
  height: calc(100vh - 20px);
  background-image: url('/assets/iebgpic-f0ab8d64.jpg');
  background-size: cover;
  background-position: center;
}
.image-logo {
  position: absolute;
  left: 20px;
  top: 20px;
}
.descBG {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  border-radius: 10px;
  background: #FAFCFF;
  width: 50%;
  height: 40%;
  opacity: 0.5;
}
.desc {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  border-radius: 10px;
}</style>
  <script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
  <script nomodule crossorigin id="vite-legacy-polyfill" src="/assets/polyfills-legacy-bbfadab1.js"></script>
  <script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-a133d5b0.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
</body>
</html>
                               

Whois info of domain

Domain Name: SYMTC.COM
Registry Domain ID: 286247670_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.webnic.cc
Registrar URL: http://www.webnic.cc
Updated Date: 2025-01-03T06:21:30Z
Creation Date: 2005-12-15T08:05:05Z
Registry Expiry Date: 2034-12-15T08:05:05Z
Registrar: Web Commerce Communications Limited dba WebNic.cc
Registrar IANA ID: 460
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +60.189836788
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS1.CNOLNIC.NET
Name Server: NS2.CNOLNIC.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-17T02:32:31Z <<<
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