Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - am669.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Tue, 20 May 2025 22:36:53 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: http://www.am6689.cn/

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.am6689.cn/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Tue, 20 May 2025 22:36:54 GMT
Content-Type: text/html
Content-Length: 6442
Last-Modified: Tue, 20 May 2025 06:31:01 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "682c21a5-192a"
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: am669.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 http-equiv="Content-Type" content="text/html; charset=UTF-8">
    
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>链接已通过安全验证</title>
	<meta name="keywords" content="1">
	<meta name="description" content="1">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <style>
        * {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }

        body {
            background-image:  url(1);
            background-size: 400%;
            animation: bganimation 60s infinite;
        }

        @keyframes bganimation {
            0% {
                background-position: 0% 50%;
            }

            50% {
                background-position: 100% 50%;
            }

            100% {
                background-position: 0% 50%;
            }
        }

        .container {
            margin: 1px auto 0 auto;
            width: 100%;
            max-width: 640px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        h1 {
            color: #fff;
            text-align: center;
        }

        .list {
            margin-top: 1px;
            width: 95%;
            background-color: #fff;
            padding: 1px;
            border-radius: 1px;
        }

        .shoucang {
            margin-bottom: 10px;
            padding: 20px 0;
            border-radius: 10px;
            background-color: #f6f6f6;
        }

        .shoucang h2 {
            font-size: 18px;
            text-align: center;
        }

        .d-list {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            border: 0.5px solid #efefef;
            border-radius: 10px;
            padding: 5px;
        }

        .d-list+.d-list {
            margin-top: 10px;
        }

        .list .title {
            font-size: 18px;
            margin-bottom: 12px;
        }

        .list .link {
            font-size: 16px;
            color: #666;
            margin-bottom: 15px;
            padding: 5px 15px;
            border-radius: 6px;
            background-color: #f6f6f6;
        }

        .btn {
            position: relative;
            padding: 12px 80px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            text-transform: uppercase;
            text-decoration: none;
            font-family: sans-serif;
            box-sizing: border-box;
            background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
            background-size: 400%;
            border-radius: 60px;
            z-index: 1;
        }

        .btn:hover {
            animation: animate 8s linear infinite;
        }

        @keyframes animate {
            0% {
                background-position: 0%;
            }

            100% {
                background-position: 400%;
            }
        }

        .btn::before {
            content: '';
            position: absolute;
            top: -5px;
            left: -5px;
            right: -5px;
            bottom: -5px;
            z-index: -1;
            background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
            background-size: 400%;
            border-radius: 40px;
            opacity: 0;
            transition: 0.5s;
        }

        .btn:hover::before {
            filter: blur(10px);
            opacity: 1;
            animation: animate 8s linear infinite;
        }

        .name {
            font-size: 10px;
            background-clip: border-box;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            color: #FF512F;
            font-weight: 700;
            /*text-shadow: 0px 0px 7px #000;*/
            background-image: linear-gradient(90deg, #ffd800 0%, #ff512f 100%, #fff);
            animation: glow-animation 5s infinite linear;
            color: #FFC0CB;
            box-sizing: border-box;
            vertical-align: inherit;
        }

        @keyframes glow-animation {
            0% {
                filter: hue-rotate(-360deg)
            }

            100% {
                filter: hue-rotate(360deg)
            }
        }

        .jb {
            font-size: 16px;
            background-image: -webkit-linear-gradient(90deg, #4e17df, #fb6bea 25%, #4e17df 50%, #fb6bea 75%, #4e17df);
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            background-size: 100% 600%;
            animation: jb 10s linear infinite;
        }

        @keyframes jb {
            0% {
                background-position: 0 0;
            }

            100% {
                background-position: 0 -300%;
            }
        }
    </style>

</head>

<body>
    <div class="container">
        <h1>筑梦空间</h1>
        <div class="list">
            <div class="shoucang">
                <h2 class="name">浏览器收藏本站永久有效(网址:am669.cn)</h2>
            </div>
      <div class="d-list">
      <div class="title"><span class="icon"><i class=""></i></span>入口一↓↓↓</div>
      <a class="btn" target="_blank" href="https://resource.parking.jcsmartcity.cn/manage/public/2025/03/29/d2091cedb3ad4ee39556f338dd3e778c.xhtml?kpbl=V250wtDjDE&hdjx=c2VmjAv&Va=sstox14HHY08">点击访问</a>
	  </div>
	  <div class="d-list">
      <div class="title"><span class="icon"><i class=""></i></span>入口二↓↓↓</div>
      <a class="btn" target="_blank" href="https://resource.parking.jcsmartcity.cn/manage/public/2025/03/29/d2091cedb3ad4ee39556f338dd3e778c.xhtml?kpbl=V250wtDjDE&hdjx=c2VmjAv&Va=sstox14HHY08">点击访问</a>
	  </div>
	  <div class="d-list">
      <div class="title"><span class="icon"><i class=""></i></span>老司机专用群↓↓↓加不进请升级QQ</div>
      <a class="btn" target="_blank" href="http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=_ywtCFPLmWPNvDxw3Y4CEQiyOY8LqcjK&authKey=FZsG7PS5Sn3%2FJjnexsVWbz7ZPNtubLqF8d3LNueXKKsrz6Hh3qDquGyhXheF4iPa&noverify=0&group_code=142942931">点击访问</a>
	  </div>        
	  </div>
    </div>
</body>
</html>                               

Whois info of domain

Domain Name: AM669.COM
Registry Domain ID: 2975280015_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-04-15T09:15:18Z
Creation Date: 2025-04-15T09:15:18Z
Registry Expiry Date: 2026-04-15T09:15:18Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS31.DOMAINCONTROL.COM
Name Server: NS32.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-20T22:36: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