Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
303 See Other - smwl.com
HTTP Status: 303
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
x-download-options: noopen
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
location: http://www.suprememenswear.com
content-type: text/html; charset=utf-8
cache-control: no-cache
x-request-id: bb7573b3-ef0f-4f35-add3-952e4bc84ff0
x-runtime: 0.006052
transfer-encoding: chunked
301 Moved Permanently - http://www.suprememenswear.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/plain; charset=utf-8
Date: Sun, 11 May 2025 06:03:40 GMT
Location: https://suprememenswear.com/
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01JTYZ29QBGR6R33GQKG6XE8WH
Content-Length: 43

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://www.suprememenswear.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Age: 0
Cache-Status: "Netlify Edge"; fwd=miss
Content-Type: text/html;charset=UTF-8
Date: Sun, 11 May 2025 06:03:40 GMT
Etag: W/"23b8-jkgaRgYH2n1gUTZfuJSq51peekI"
Server: Netlify
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Nf-Request-Id: 01JTYZ29XN18ZZNQQPVK60JZXH
Transfer-Encoding: chunked

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: smwl.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 charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Supreme Men's Wear</title>

    <!-- Favicon -->
    <link rel="icon" href="Logo Lion.png" type="image/png">
    <link rel="shortcut icon" href="Logo Lion.png" type="image/png">

    <!-- Google Fonts -->
    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&amp;family=Playfair+Display:wght@400;700&amp;display=swap" rel="stylesheet">

    <!-- Site Description -->
    <meta name="description" content="Supreme Men's Wear offers high-quality men's fashion with exceptional customer service. Visit us for the best in men's clothing.">

    <!-- Open Graph Meta Tags -->
    <meta property="og:title" content="Supreme Men's Wear">
    <meta property="og:description" content="Supreme Men's Wear offers high-quality men's fashion with exceptional customer service. Visit us for the best in men's clothing.">
    <meta property="og:image" content="CBI/GROWTH IS A LIFESTYLE 2.0.png">
    <meta property="og:url" content="https://suprememenswear.netlify.app/">
    <meta property="og:type" content="website">

    <!-- Twitter Card Meta Tags -->
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Supreme Men's Wear">
    <meta name="twitter:description" content="Supreme Men's Wear offers high-quality men's fashion with exceptional customer service. Visit us for the best in men's clothing.">
    <meta name="twitter:image" content="CBI/GROWTH IS A LIFESTYLE 2.0.png">

    <style>
        body {
            font-family: 'Roboto', sans-serif;
            background-color: #000;
            color: #fff;
            margin: 0;
            padding: 0;
            text-align: center;
        }

        .header-bar {
            width: 100%;
            height: 1.5cm;
            background-color: #111;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1000;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 0.25cm;
        }

        .header-bar img {
            height: 1cm;
        }

        header {
            padding-top: 2cm; /* 1.5 cm for header-bar + 2 cm gap */
        }

        .banner {
            width: 80%;
            max-width: 1000px;
            height: auto;
            aspect-ratio: 2 / 1; /* Maintains a 2:1 aspect ratio */
            position: relative;
            overflow: hidden;
            margin: 0 auto; /* Center the banner */
        }

        .banner img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 1.5s;
        }

        h1, h2 {
            font-family: 'Playfair Display', serif;
            color: #fff;
        }

        h1, h2, p, a {
            color: #fff;
        }

        p, a {
            font-size: 18px; /* Increase font size by 3 points (default is typically around 15px) */
        }

        main {
            padding: 20px;
        }

        section {
            margin-bottom: 40px;
        }

       footer {
    background-color: #111;
    color: #fff;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    text-align: left;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    width: 60%; /* Adjusted width to center content more closely */
    max-width: 1000px; /* Adjust based on your content width */
    margin: 0 auto 0 27%; /* Shift to the right by adding left margin */
    box-sizing: border-box;
}

.footer-column {
    flex: 1;
    padding: 0 10px;
}

.footer-column h3 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    text-align: left;
}

.footer-copyright p {
    font-size: 12px !important; /* Forcefully set the font size */
    color: #fff; /* Ensure the color is set */
    margin: 0; /* Ensure no margin */
    padding: 10px 0;
    text-align: center; /* Center the text */
    background-color: #111; /* Ensure the background color */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0 auto; /* Reset margin for small screens */
    }
    
    .footer-column {
        padding: 10px 0;
    }
}
    </style>
</head>
<body>
    <div class="header-bar">
        <img src="Top logo.png" alt="Logo">
    </div>
    <header>
        <div class="banner" id="banner">
            <img src="CBI/enjoy today.png" alt="Enjoy Today" style="opacity: 1;">
            <img src="CBI/GENIUS IS PATIENCE 2.0.png" alt="GENIUS IS PATIENCE 2.0" style="opacity: 0;">
            <img src="CBI/LIVE LAUGH LOVE 2.0 (2).png" alt="LIVE LAUGH LOVE 2.0 (2)" style="opacity: 0;">
            <img src="CBI/LIVE LAUGH LOVE 2.0.png" alt="LIVE LAUGH LOVE 2.0" style="opacity: 0;">
            <img src="CBI/IF NOT US, WHO_ 2.0.png" alt="IF NOT US, WHO_ 2.0" style="opacity: 0;">
            <img src="CBI/EMBRACE THE JOURNEY 2.0.png" alt="EMBRACE THE JOURNEY 2.0" style="opacity: 0;">
            <img src="CBI/LET YOUR AUTHENTIC SELF SHINE 2.0.png" alt="LET YOUR AUTHENTIC SELF SHINE 2.0" style="opacity: 0;">
            <img src="CBI/A NEW PATH IS ONE DECISION AWAY 2.0.png" alt="A NEW PATH IS ONE DECISION AWAY 2.0" style="opacity: 0;">
            <img src="CBI/KEEP UP THE GREAT ATTITUDE 2.0.png" alt="KEEP UP THE GREAT ATTITUDE 2.0" style="opacity: 0;">
            <img src="CBI/COMPASSION LOVE KINDNESS 2.0.png" alt="COMPASSION LOVE KINDNESS 2.0" style="opacity: 0;">
            <img src="CBI/OUR VIBE ATTRACTS OUR TRIBE 2.0.png" alt="OUR VIBE ATTRACTS OUR TRIBE 2.0" style="opacity: 0;">
            <img src="CBI/NOW IS THE TIME 2.0.png" alt="NOW IS THE TIME 2.0" style="opacity: 0;">
            <img src="CBI/COURAGE IS A DECISION 2.0.png" alt="COURAGE IS A DECISION 2.0" style="opacity: 0;">
            <img src="CBI/LETS MAKE GRATITUDE PRIORITY 2.0.png" alt="LETS MAKE GRATITUDE PRIORITY 2.0" style="opacity: 0;">
            <img src="CBI/YOU ARE LOVED 2.0.png" alt="YOU ARE LOVED 2.0" style="opacity: 0;">
            <img src="CBI/SHOW UP WITH TENACITY 2.0.png" alt="SHOW UP WITH TENACITY 2.0" style="opacity: 0;">
            <img src="CBI/WE GET WHAT WE GIVE.png" alt="WE GET WHAT WE GIVE" style="opacity: 0;">
            <img src="CBI/EMBRACE THIS DAY 2.0.png" alt="EMBRACE THIS DAY 2.0" style="opacity: 0;">
            <img src="CBI/WHAT WE WATER GROWS 2.0.png" alt="WHAT WE WATER GROWS 2.0" style="opacity: 0;">
            <img src="CBI/LOOK FOR BEAUTIFUL 2.0.png" alt="LOOK FOR BEAUTIFUL 2.0" style="opacity: 0;">
            <img src="CBI/GROWTH IS A LIFESTYLE 2.0.png" alt="GROWTH IS A LIFESTYLE 2.0" style="opacity: 0;">
            <img src="CBI/LETS LEARN TOGETHER 2.0.png" alt="LETS LEARN TOGETHER 2.0" style="opacity: 0;">
            <img src="CBI/WE SEE WHAT WE LOOK FOR 2.0.png" alt="WE SEE WHAT WE LOOK FOR 2.0" style="opacity: 0;">
            <img src="CBI/WHAT WE FOCUS ON EXPANDS 2.0.png" alt="WHAT WE FOCUS ON EXPANDS 2.0" style="opacity: 0;">
            <img src="CBI/COMMIT TO GROWTH 2.0.png" alt="COMMIT TO GROWTH 2.0" style="opacity: 0;">
            <img src="CBI/TRUST THE PROCESS 2.0.png" alt="TRUST THE PROCESS 2.0" style="opacity: 0;">
            <img src="CBI/THOUGHTS HAVE ENERGY 2.0.png" alt="THOUGHTS HAVE ENERGY 2.0" style="opacity: 0;">
        </div>
        <h1>Supreme Men's Wear</h1>
    </header>
    <main>
        <section class="info">
            <img src="Store Image for Website.png" alt="Supreme Banner" style="display: block; margin: 0 auto 20px; max-width: 80%; width: 500px;">
            <h2>Store Information</h2>
            <p>We do all things men's wear.</p>
            <p>Public Hours: 10am - 5pm, Tuesday - Saturday</p>
            <p>Call for Private Appointment or Inquires: <a href="tel:4032664417" aria-label="Call us at (403) 266-4417">(403) 266-4417</a></p>
            <p>Address: 401 - 4th Ave S.W. Calgary Alberta T2P 4X6</p>
            <p>Email inquires: [email protected]</p>
          </section>
    </main>
  <footer>
    <div class="footer-wrapper">
        <div class="footer-column">
            <h3>Store Hours</h3>
            <p>Tuesday - Saturday: 10:00 AM - 5:00 PM</p>
            <p>Private appointments available</p>
        </div>
        <div class="footer-column">
            <h3>Supreme Men's Wear Ltd.</h3>
            <p><a href="tel:4032664417" aria-label="Call us at (403) 266-4417">(403) 266-4417</a></p>
            <p><a href="https://www.google.com/maps/search/?api=1&amp;query=401+4th+Ave+S.W.+Calgary+Alberta" target="_blank" style="color: #fff; text-decoration: none;" aria-label="Open Google Maps location for 401 - 4th Ave S.W., Calgary, Alberta">401 - 4th Ave S.W.</a></p>
            <p>Calgary, Alberta</p>
            <p>T2P 4X6</p>
        </div>
    </div>
</footer>
<div class="footer-copyright">
    <p>© 2024 by Supreme Men's Wear Ltd.</p>
</div>


</body></html>                               

Whois info of domain

Domain Name: SMWL.COM
Registry Domain ID: 10917571_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.enom.com
Registrar URL: http://www.enomdomains.com
Updated Date: 2024-09-30T08:50:07Z
Creation Date: 1999-10-01T18:09:38Z
Registry Expiry Date: 2025-10-01T18:09:38Z
Registrar: eNom, LLC
Registrar IANA ID: 48
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4165350123
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.HOVER.COM
Name Server: NS2.HOVER.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-11T06:03:28Z <<<
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