Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - aa25b.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 03 May 2025 20:02:10 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 55
Connection: keep-alive
Location: http://www.aa25b.com
Server: ip-100-74-4-162.eu-west-2.compute.internal
Vary: Accept-Encoding
X-Request-Id: f60d31f3-0f36-467e-853c-e494153cc8e8

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.aa25b.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/10.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sat, 03 May 2025 20:02:10 GMT
Content-Length: 5095

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: aa25b.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title>Welcome</title>
    <link href="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/4.6.2/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
    <style type="text/css">
        html,body {
            background: url(file/bg.jpg) no-repeat #000;
            background-size:100% 100%;
            width:100%;
            height:100%;
            margin: 0;
            padding: 0;
        }
        main {
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        .form-container {
            flex: 0 1 auto;
        }
        /*body,form {padding:0;margin:0;width:100%; height:100%;}*/
        a {color:Red;text-decoration:none}
        a:hover {text-decoration:underline}
        table {width:100%;background:#aaa;font-size:14px}
        table tr {background:#fff}
        table td {padding:0px}
        #welcome {font-size:20px;color:#ffffff;margin-top:220px;font-family:WST_Span;font-weight:800;}
        #search {width:100%;max-width:480px; margin:15px auto;position:relative;overflow:hidden;margin-top:30px}
        #searchTb {border:none;text-align:center;line-height:32px;font-weight:bold;font-size:20px;color:#555}
        #searchBt {position:absolute;right:-1px;top:0;width:80px;height:2.875rem;color:#FFF;border:none;font-size:16px;font-weight:bold}
        #recommend {color: #fff;text-align:center;margin-top:12px;display: flex;justify-content: center;}
        #recommend ul {list-style:none;margin:0;padding:0;display:flex;justify-content:center}
        #recommend ul li {margin:0 4px}
        #dvMes {padding:20px;font-size:30px;color:Red;font-weight:bold}
        #dvTb {margin:10px auto 0 auto; flex: 1 1 auto; overflow-y:auto;}
        .center {text-align:center}
        .table-responsive {
            overflow-x:hidden;
        }
    </style>
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-XBR2XWPPLL"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'G-XBR2XWPPLL');
    </script>
</head>
<body class="bg-transparent">
<main class="container">
     <div class="form-container">
        <div id="welcome" class="center">Welcome, please input your key!</div>
        <form id="search" onsubmit="return sub()" class="">
            <input id="searchTb" name="code" maxlength="12" autocomplete="off" class="form-control" />
            <input id="searchBt" type="submit" value="搜索" class="btn btn-block btn-primary active form-control" />
            <div id="recommend">
                <span id="prompt">推荐浏览器</span>
                <ul>
                    <li>
                        <a href="https://www.google.com/intl/zh-CN/chrome/" target="_blank" title="Google Chrome">
                            <img alt="google chrome win10-11" style="width: 2rem; height: 2rem" src="/file/chrome.png" />
                        </a>
                    </li>
                    <li>
                        <a href="https://www.microsoft.com/zh-cn/edge/download" target="_blank" title="微软 Edge">
                            <img alt="微软 Edge" style="width: 2rem; height: 2rem" src="/file/edge.png" />
                        </a>
                    </li>
                    <li>
                        <a href="https://www.firefox.com.cn/" target="_blank" title="Firefox 火狐">
                            <img alt="Firefox 火狐" style="width: 2rem; height: 2rem" src="/file/firefox.png" />
                        </a>
                    </li>
                    <li>
                        <a href="https://browser.360.cn/ee/" target="_blank" title="360极速浏览器">
                            <img alt="360极速浏览器" style="width: 2rem; height: 2rem" src="/file/360.png" />
                        </a>
                    </li>
                </ul>
            </div>
        </form>
      </div>
    <div id="dvMes" class="center"></div>
    <div id="dvTb" class="table-responsive"></div>
</main>  
<script type="text/javascript"> var _code = '';</script>
<script type="text/javascript" src="/file/script.js?2.2.240225021"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.5.1/jquery.slim.js" crossorigin="anonymous"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/4.6.2/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<script src="/file/bowser.js"></script>
<script>
console.log(bowser);
if(!bowser.chrome && !bowser.firefox && !bowser.safari && !bowser.opera && !bowser.msedge && !bowser.webkit){
    let prompt =document.getElementById("prompt");
    prompt.innerHTML = "您的浏览器版本过低,需要升级为";
    prompt.style.weight = "bold";
}
</script>
</body>
</html>                               

Whois info of domain

Domain Name: AA25B.COM
Registry Domain ID: 2960303204_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-02-18T11:55:57Z
Creation Date: 2025-02-18T11:55:57Z
Registry Expiry Date: 2026-02-18T11:55:57Z
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: NS13.DOMAINCONTROL.COM
Name Server: NS14.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-03T20:02:04Z <<<
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