Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - fawm.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 10 May 2025 08:35:53 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 51
Connection: keep-alive
Location: https://fawm.org
Server: ip-100-74-5-173.eu-west-2.compute.internal
Vary: Accept-Encoding
X-Request-Id: 002c4eca-7df3-424b-806c-58480c01842f

HTTP Code 301 Moved Permanently

301 Moved Permanently 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://fawm.org
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 10 May 2025 08:35:54 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: max-age=600
Expires: Sat, 10 May 2025 08:45:54 GMT
Vary: Accept-Encoding,User-Agent
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Cf-Cache-Status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xI6jcKAmc3c%2FtGrv0djGUkq7jP82anhGAtIVVhPKsFCbzNkvte69PEmHiO%2FntCnxCsTJ1GKuaAgrLpECmsXA7CLMnO9aXiCEeAHNkxO9xupJmKS2Ai1VfqN7EGoN7UjGDIlqUrn55w%3D%3D"}]}
CF-RAY: 93d81b151c009305-CPH
alt-svc: h3=":443"; ma=86400

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: fawm.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" />

    <title>FAWM: February Album Writing Month</title>

    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="rating" content="14 years" />
    <meta name="author" content="">
    <meta name="description" content="14 songs in 28 days. Make music. Because you can." />
    <meta name="keywords"
        content="february album writing month fifty ninety songwriting songs independent music musicians musical artists recording collaboration" />

    <!-- Theme, fonts, icons -->
    <link href="./assets/css/fawm.min.css" rel="stylesheet">
    <link href="./assets/css/fawm.min.css.map" rel="stylesheet">
    <link href="./assets/css/landing.css" rel="stylesheet">

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
        integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link
        href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,200;0,400;0,600;0,800;1,200;1,400;1,600;1,800&family=Special+Elite&display=swap"
        rel="stylesheet">

    <!-- Favicons -->
    <link rel="apple-touch-icon" href="./assets/favicons/apple-touch-icon.png" sizes="180x180">
    <link rel="icon" href="./assets/favicons/favicon-32x32.png" sizes="32x32" type="image/png">
    <link rel="icon" href="./assets/favicons/favicon-16x16.png" sizes="16x16" type="image/png">
    <link rel="manifest" href="./assets/favicons/manifest.json">
    <link rel="icon" href="./assets/favicons/favicon.ico">
    <meta name="theme-color" content="#ad4e00">

    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-MJPYDLMBQB"></script>


    <style>
        html,
        body {
            height: 100%;
        }

        body {
            display: flex;
            align-items: center;
            padding-top: 25px;
            padding-bottom: 25px;
            background-color: #f5f5f5;
        }
    </style>

</head>


<body class="text-center">

    <main class="container col-md-10 col-lg-8 col-xl-6 m-auto">

        <img class="my-3 w-50 auth-logo" src="./assets/img/fawm_logo.svg" alt="[FAWM]">
        <h1 class="h1 my-3">February Album <span class="text-nowrap">Writing Month</span></h1>

        <p class="lead fs-5">
            FAWM is a global challenge to write <b class="text-nowrap">14 songs in 28 days</b>.
            This site is in hibernation until 2026. Until then, sign up for the email
            list to stay in the loop...
        </p>

        <form class="my-4"
            action="https://fawm.us7.list-manage.com/subscribe/post?u=73956307d39e196f68e58a328&amp;id=948544bf42"
            method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate"
            target="_blank" novalidate>
            <div class="input-group mb-3">
                <input class="form-control form-control-lg" aria-describedby="mc-embedded-subscribe" type="email"
                    value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Your email address" required>
                <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
                <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text"
                        name="b_73956307d39e196f68e58a328_948544bf42" tabindex="-1" value=""></div>
                <!-- </div> -->
                <!-- <div class=" px-sm-0"> -->
                <input class="btn btn-primary btn-lg px-4 me-md-2" type="submit" value="Join the List" name="subscribe"
                    id="mc-embedded-subscribe" class="button">
            </div>
        </form>

        <p class="fs-5">
            <span class="mx-2 text-nowrap">
                <i class="fa-solid fa-circle-info"></i> Learn more: <a target="_blank"
                    href="https://help.fawm.org">help.fawm.org</a>
            </span>
            <span class="mx-2 text-nowrap">
                <i class="fa-solid fa-hand-holding-medical"></i> Donate: <a target="_blank"
                    href="https://ko-fi.com/fawm">ko-fi.com/fawm</a>
            </span>
        </p>

        <small class="text-muted">&copy; 2025 FAWM, LLC. <span class="text-nowrap">All rights reserved, all wrongs
                reversed.</span></small>

        <p class="fs-1 my-3">
            <a class="mx-1" target="_blank" href="https://www.instagram.com/fawmchallenge/">
                <i class="fa-brands fa-instagram"></i><span class="visually-hidden">Instagram</span></a>
            <a class="mx-1" target="_blank" href="https://www.youtube.com/@fawmchallenge">
                <i class="fa-brands fa-youtube"></i><span class="visually-hidden">YouTube</span></a>
            <a class="mx-1" target="_blank" href="https://bsky.app/profile/fawmchallenge.bsky.social">
                <i class="fa-brands fa-bluesky"></i><span class="visually-hidden">Bluesky</span></a>
            <a class="mx-1" target="_blank" href="https://mastodon.social/@fawm">
                <i class="fa-brands fa-mastodon"></i><span class="visually-hidden">Mastodon</span></a>
        </p>

    </main>

    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>

</html>
                               

Whois info of domain

Domain Name: FAWM.COM
Registry Domain ID: 90272427_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-01-02T20:50:14Z
Creation Date: 2002-09-14T14:15:37Z
Registry Expiry Date: 2029-09-14T14:16:39Z
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: NS73.DOMAINCONTROL.COM
Name Server: NS74.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-10T08:35:38Z <<<
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