Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - astjo.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 17 May 2025 00:43:38 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
location: https://astjo.com/
vary: User-Agent
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=89oNFX%2BZozBWvDVIB9rrvUvc8SjUdJcP1shfgTx3h05hXw00rvg7%2FgZdwn1COyDv%2BUk67S7rFz%2BWQntc5gVXXG%2B3i5UvqxbRkxGFRfoNzc3glt%2FbZn3s%2FMZ9vHUa%2FuY97Or7wIRLmSs%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 940f14ec9d812d8c-ARN
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=7460&min_rtt=7460&rtt_var=3730&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

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 - https://astjo.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 17 May 2025 00:43:38 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=u7O8IzGLh8elEDCCnt08fIr36vmgFPB%2FAnZ%2BCm7CLzhUz4yfUFTLXtw3jekHJbVcVpyZbl3HjOVBussRD9YLO7rUeWEqgUNno2519Ey%2BPHlV1z7a0A%3D%3D"}]}
Vary: Accept-Encoding,User-Agent
Alt-Svc: h3=":443"; ma=86400
Cf-Cache-Status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 940f14ed3efefeec-ARN

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: astjo.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>
    
    
    
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HWD7FP7TP5"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-HWD7FP7TP5');
</script>

    
    
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Explore daily, weekly, and monthly horoscopes, love compatibility, free astrology charts, synastry reports, relationship insights, and zodiac signs for deeper connection and self-discovery. These are SEO-optimized to include keywords like &quot;astrology,&quot; &quot;horoscopes,&quot; &quot;compatibility,&quot; and &quot;free charts,&quot; while keeping the character lengths within best practices for search engine results." />
    <meta name="keywords" content="astrology, horoscopes, love compatibility, free astrology charts, synastry reports, zodiac signs, relationship insights, self-discovery" />
    <meta name="author" content="Astjo" />
    <meta name="robots" content="index, follow" />
    <meta property="og:title" content="Coming Soon - Astjo" />
    <meta property="og:description" content="Explore daily, weekly, and monthly horoscopes, love compatibility, free astrology charts, synastry reports, relationship insights, and zodiac signs for deeper connection and self-discovery." />
    <meta property="og:url" content="https://astjo.com" />
    <meta property="og:type" content="website" />
    <meta property="og:image" content="https://astjo.com/assets/og-image.jpg" />
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:title" content="Coming Soon - Astjo" />
    <meta name="twitter:description" content="Explore daily, weekly, and monthly horoscopes, love compatibility, free astrology charts, synastry reports, relationship insights, and zodiac signs for deeper connection and self-discovery." />
    <meta name="twitter:image" content="https://astjo.com/assets/og-image.jpg" />
    <title>Astjo</title>
    <style>
        body {
            margin: 0;
            font-family: Arial, sans-serif;
            background: linear-gradient(135deg, #6a11cb, #2575fc);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
            text-align: center;
        }

        .container {
            max-width: 600px;
        }

        h1 {
            font-size: 3rem;
            margin-bottom: 20px;
        }

        p {
            font-size: 1.2rem;
            margin-bottom: 30px;
        }

        a {
            text-decoration: none;
            color: #fff;
            font-weight: bold;
            border: 2px solid #fff;
            padding: 10px 20px;
            border-radius: 5px;
            transition: background 0.3s, color 0.3s;
        }

        a:hover {
            background: #fff;
            color: #2575fc;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>Coming Soon</h1>
        <p>Our website is under construction. Stay tuned for something amazing!</p>
        <a href="https://astjo.com/blog/" target="_blank">Visit Astjo Blog</a>
    </div>
</body>
</html>
                               

Whois info of domain

Domain Name: ASTJO.COM
Registry Domain ID: 2935125690_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.name.com
Registrar URL: http://www.name.com
Updated Date: 2024-12-14T22:50:53Z
Creation Date: 2024-11-18T03:45:53Z
Registry Expiry Date: 2025-11-18T03:45:53Z
Registrar: Name.com, Inc.
Registrar IANA ID: 625
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 7202492374
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: LORNA.NS.CLOUDFLARE.COM
Name Server: LYNN.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-17T00:43:21Z <<<
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