Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
301 Moved Permanently - sole.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 30 May 2025 13:56:28 GMT
Server: Apache
Location: https://sole.com:443/
Content-Length: 229
Content-Type: text/html; charset=iso-8859-1

HTTP Kodu 301 Kalıcı Olarak Taşındı

301 Moved Permanently, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.

Kod 301 ne zaman kullanılır?

  • Bir web sitesi alan adını değiştirirken
  • URL yapılarını değiştirirken
  • SEO için yönlendirmeleri ayarlarken

Kod 301 kullanıcı için ne anlama geliyor?

Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.

200 OK - https://sole.com:443/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 30 May 2025 13:56:29 GMT
Server: Apache
Content-Type: text/html
Last-Modified: Tue, 23 Jul 2024 15:21:15 GMT
Accept-Ranges: bytes
ETag: "2b3dd3f513ddda1:0"
X-Powered-By: ASP.NET
Content-Length: 25719
Vary: Accept-Encoding

HTTP Kodu 200 OK

200 OK, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: sole.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>

<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta content="index,Follow" name="Robots" />

    <meta name="description" content="Perfect protection." />

    <meta property="og:site_name" content="Solé - Perfect protection." />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="https://www.sole.com/" />
    <meta property="og:title" content="Perfect protection." />
    <meta property="og:description" content="Perfect protection." />
    <meta property="og:image" content="images/og.png" />
    <meta property="og:image:width" content="1200" />
    <meta property="og:image:height" content="630" />

    <!-- Favicon -->
    <link rel="shortcut icon" href="/images/favicon.ico" type="image/vnd.microsoft.icon" />

    <link rel="stylesheet" href="/css/sole.css">

    <!-- Bootstrap core CSS -->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">

    <!-- Google Fonts -->
    <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=Oswald:wght@300&family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">

    <!-- Font Awesome -->
    <script src="https://kit.fontawesome.com/9fca5dd372.js" crossorigin="anonymous"></script>

    <!-- EMAIL SIGN UP START -->
    <script src="/js/jquery-3.4.1.min.js"></script>
    <script>

        //$(document).ready(function () {

        //    document.getElementById("lblThankFooter").style.visibility = 'hidden';
        //    document.getElementById("lblInvalidFooter").style.visibility = 'hidden';

        //    document.getElementById("lblThank").style.visibility = 'hidden';
        //    document.getElementById("lblInvalid").style.visibility = 'hidden';

        //    $("#btnEmail").click(function () {

        //        var txtEmail = $("#inputEmail").val();
        //        var txtName = $("#inputName").val();

        //        if ((txtEmail.length > 0 && txtEmail == 'Email') || txtEmail.length == 0 || txtEmail == 'Email') {
        //            document.getElementById("lblInvalid").style.visibility = 'visible';
        //            return false;
        //        } else {

        //            if ($('#checkRemember').prop('checked')) {

        //                if ((txtName.length > 0 && txtName == 'Name') || txtName.length == 0 || txtName == 'Name') {
        //                    document.getElementById("lblInvalid").style.visibility = 'visible';
        //                    return false;
        //                } else {

        //                    if (/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|.(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(txtEmail)) {
        //                        $.post('https://www.procapslabs.com/Home/EmailSignUp?&emailSole=' + txtEmail + '&name=' + txtName)

        //                        document.getElementById("lblThank").style.visibility = 'visible';
        //                        document.getElementById('inputEmail').value = "";
        //                        document.getElementById('inputName').value = "";
        //                        document.getElementById("checkRemember").checked = false;
        //                        document.getElementById("lblInvalid").style.visibility = 'hidden';
        //                        return false;
        //                    }
        //                    else {
        //                        document.getElementById("lblInvalid").style.visibility = 'visible';
        //                        return false;
        //                    }
        //                }

        //            } else {
        //                document.getElementById("lblInvalid").style.visibility = 'visible';
        //                return false;
        //            }
        //        }
        //    });

        //    $("#btnEmailFooter").click(function () {

        //        var txtEmail = $("#inputEmailFooter").val();
        //        var txtName = $("#inputNameFooter").val();

        //        if ((txtEmail.length > 0 && txtEmail == 'Email') || txtEmail.length == 0 || txtEmail == 'Email') {
        //            document.getElementById("lblInvalidFooter").style.visibility = 'visible';
        //            return false;
        //        } else {

        //            if ($('#checkRememberFooter').prop('checked')) {

        //                if ((txtName.length > 0 && txtName == 'Name') || txtName.length == 0 || txtName == 'Name') {
        //                    document.getElementById("lblInvalidFooter").style.visibility = 'visible';
        //                    return false;
        //                } else {

        //                    if (/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|.(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(txtEmail)) {
        //                        $.post('https://www.procapslabs.com/Home/EmailSignUp?&emailSole=' + txtEmail + '&name=' + txtName)

        //                        document.getElementById("lblThankFooter").style.visibility = 'visible';
        //                        document.getElementById('inputEmailFooter').value = "";
        //                        document.getElementById('inputNameFooter').value = "";
        //                        document.getElementById("checkRememberFooter").checked = false;
        //                        document.getElementById("lblInvalidFooter").style.visibility = 'hidden';
        //                        return false;
        //                    }
        //                    else {
        //                        document.getElementById("lblInvalidFooter").style.visibility = 'visible';
        //                        return false;
        //                    }
        //                }

        //            } else {
        //                document.getElementById("lblInvalidFooter").style.visibility = 'visible';
        //                return false;
        //            }
        //        }
        //    });
        //});

    </script>
    <!-- EMAIL SIGN UP END -->

    <title>Solé</title>
</head>

<body>
    <!-- DISPLAY TOP NAV -->
    <div id="navi"></div>

    <!-- MAIN CONTENT -->

    <div class="container-fluid px-0" style="">

        <div class="row">
            <div class="col">
                <div class="text-overlay">

                    <div class="container">
                        <div class="row">
                            <div class="col">
                                <h1 style="color: #e0251b; padding: 0 !important;">
                                    Perfect <br />
                                    protection
                                </h1>
                            </div>
                        </div>

                        <div class="spacer-hero"></div>

                        <div class="row" style="align-items: start; justify-content: left;">
                            <div class="col-sm-auto my-auto">
                                <a class="btn btn-shop02" style="text-align: right" href="#shop" role="button">
                                    shop now
                                </a>
                            </div>
                        </div>
                    </div>

                </div>
            </div>
        </div>

        <picture>
            <source media="(max-width: 991px)" srcset="/images/hero01b.jpg" class="img-fluid w-100">
            <img src="/images/hero01.jpg" class="img-fluid w-100">
        </picture>

    </div>

    <div class="container-fluid" style="background: #e0251b;">
        <div class="row row-pad" style="justify-content: center;">
            <div class="klaviyo-form-XzniU3 d-none d-lg-block"></div>
            <div class="klaviyo-form-WFEWJx d-lg-none"></div>
        </div>
        <div class="spacer"></div>
    </div>

    <!--<div class="container-fluid" style="background: #e0251b;">

        <div class="row row-pad" style="justify-content: center;">

            <div class="col-lg-3">
                <div class="signUp-blurb">
                    <h4>
                        Be the first to receive new product information, offers, and exclusives.
                    </h4>
                </div>
            </div>

            <div class="col my-auto">

                <div class="row">

                    <div class="col-lg-5 my-auto" style="">
                        <form>
                            <input type="text" class="dr-form" style="" id="inputName" placeholder="Name" value="" required />
                        </form>
                        <div class="d-lg-none" style="margin: 1rem;"></div>
                    </div>

                    <div class="col-lg-5 my-auto" style="">
                        <form>
                            <input id="inputEmail" type="text" class="dr-form" placeholder="Email" value="" onclick="this.value='';" pattern="[email protected]" required />
                        </form>
                        <div class="d-lg-none" style="margin: 1rem;"></div>
                    </div>

                    <div class="col my-auto">
                        <a class="btn btn-signUp" href="" role="button" id="btnEmail">
                            sign&nbsp;up
                        </a>
                    </div>

                </div>

                <div style="margin: 0.5rem;"></div>

                <div class="row text-left">
                    <div class="col text-left pb-1 signUp-terms" style="color: white;">
                        <input class="dr-checkbox form-check-input" type="checkbox" id="checkRemember" />
                        &nbsp;&nbsp;I'd like free samples and new product information. I accept the Web Terms of Use and Privacy Policy.
                    </div>
                </div>

                <div class="row text-left px-0">
                    <div id="lblThank" style="color: yellow;">Thank you for signing up!</div>
                    <div id="lblInvalid" style="color: yellow;">*Please enter a valid name and email address and accept our terms &amp; policy</div>
                </div>

            </div>

        </div>

        <div class="spacer"></div>

    </div>-->

    <div id="shop" class="spacer"></div>

    <div class="container-fluid">
        <div class="row">

            <div class="col-lg text-center">
                <div>
                    <img src="images/06.jpg" class="img-fluid">
                </div>
                <div class="product-name">
                    <strong>Solé</strong> 6 oz
                </div>
                <div class="spacer"></div>
                <div>
                    <img src="images/5star04.png">
                </div>
                <div class="spacer"></div>
                <div>
                    <a class="btn btn-buyNow" href="https://www.procapslabs.com/Products/Sol%c3%a9-Sunscreen-SPF-40/301949/" role="button">
                        buy now
                    </a>
                </div>
                <div class="spacer"></div>
                <div class="spacer"></div>
            </div>

            <div class="col-lg text-center">
                <div>
                    <img src="images/04.jpg" class="img-fluid">
                </div>
                <div class="product-name">
                    <strong>Solé</strong> 4 oz
                </div>
                <div class="spacer"></div>
                <div>
                    <img src="images/5star04.png">
                </div>
                <div class="spacer"></div>
                <div>
                    <a class="btn btn-buyNow" href="https://www.procapslabs.com/Products/Sol%c3%a9-Sunscreen-SPF-40/301949/" role="button">
                        buy now
                    </a>
                </div>
                <div class="spacer"></div>
                <div class="spacer"></div>
            </div>

            <div class="col-lg text-center">
                <div>
                    <img src="images/02.jpg" class="img-fluid">
                </div>
                <div class="product-name">
                    <strong>Solé</strong> 2 oz
                </div>
                <div class="spacer"></div>
                <div>
                    <img src="images/5star04.png">
                </div>
                <div class="spacer"></div>
                <div>
                    <a class="btn btn-buyNow" href="https://www.procapslabs.com/Products/Sol%c3%a9-Sunscreen-SPF-40/301949/" role="button">
                        buy now
                    </a>
                </div>
            </div>

        </div>
    </div>

    <div id="testimonials" class="spacer"></div>

    <div class="container-fluid">
        <div class="row text-center">
            <div class="col-lg">
                <img src="images/review01.jpg" class="img-fluid">
                <div class="d-lg-none" style="margin: 1rem;"></div>
            </div>
            <div class="col-lg">
                <img src="images/review02.jpg" class="img-fluid">
                <div class="d-lg-none" style="margin: 1rem;"></div>
            </div>
            <div class="col-lg">
                <img src="images/review03.jpg" class="img-fluid">
                <div class="d-lg-none" style="margin: 1rem;"></div>
            </div>
        </div>
    </div>

    <div id="about" class="spacer-big"></div>

    <div class="container-fluid">

        <div class="row text-center justify-content-center">
            <div class="col-10 col-md-8">
                <h2 style="color: #e0251b; padding: 0 !important;">
                    Safe. Gentle. Enjoyable.
                </h2>
                <div class="spacer"></div>
                <p>
                    <strong>Solé</strong> is a natural mineral-based sunscreen that’s the successful result of more than two decades of research seeking the safest, mildest and most effective sun protection. Its smooth, transparent, non-whitening zinc oxide provides powerful SPF 40 protection without synthetic chemical sunscreens.
                </p>
            </div>
        </div>

        <div class="spacer"></div>
        <div class="spacer"></div>

        <div class="row text-center justify-content-center">
            <div class="col-12 col-md-8">
                <picture>
                    <source media="(max-width: 991px)" srcset="images/icons_stacked.png" class="img-fluid w-100">
                    <img src="/images/icons05.png" class="img-fluid w-100">
                </picture>
            </div>
        </div>

        <div class="spacer"></div>
        <div class="spacer"></div>

        <div class="row text-center justify-content-center">
            <div class="col-10 col-md-8">
                <p>
                    <strong>Solé</strong> is the most rigorously tested sun protection available tested by: Dermatologist, Pediatrician, and Ophthalmologist making it hypoallergenic, non-comedogenic, and safe for sensitive skin, children, and around eyes. It is also fragrance-free, preservative-free and chemical sunscreen free. <strong>Solé</strong> is vegan, cruelty-free and never tested on animals.
                </p>
            </div>
        </div>

        <div class="spacer"></div>
        <div class="spacer"></div>
        <hr style="width:50%; margin: auto;" />
        <div class="spacer"></div>
        <div class="spacer"></div>

        <div class="row text-center justify-content-center">
            <div class="col-11 col-md-8">

                <!-- SHOW ON LARGE -->
                <p class="dr-bullets d-none d-lg-block">
                    <span class="dr-bullets-hed">Protecting you and your skin.</span><br />
                    Dermatologist Tested • Ophthalmologist Tested<br />
                    Pediatrician Tested • Safe for Sensitive Skin<br />
                    Non-Comedogenic • Hypoallergenic<br />
                    Fragrance-Free • Preservative-Free<br />

                    <img src="images/rule.png" style="height: 4px; width: 100px;"><br />

                    Paraben-Free • Phthalate-Free<br />
                    Petrolatum-Free • Sulfate-Free • Gluten-Free<br /><br />

                    <span class="dr-bullets-hed">Designed using more than 20 years of research.</span><br />
                    SPF40 • Mineral Based • Broad Spectrum<br />
                    Smooth Transparent • Non-Nano Zinc Oxide<br />
                    No Chemical Sunscreens<br /><br />


                    <span class="dr-bullets-hed">Protecting our environment.</span><br />
                    Cruelty Free / Vegan • Not Tested on Animals<br />
                    Eco-Friendly • Reef-Friendly
                </p>


                <!-- SHOW ON SMALL -->
                <p class="dr-bullets d-lg-none">
                    <span class="dr-bullets-hed">Protecting you and your skin.</span><br />
                    Dermatologist Tested<br />
                    Ophthalmologist Tested<br />
                    Pediatrician Tested<br />
                    Safe for Sensitive Skin<br />
                    Non-Comedogenic<br />
                    Hypoallergenic<br />
                    Fragrance-Free<br />
                    Preservative-Free<br />
                    <img src="images/rule.png" style="height: 4px; width: 100px;"><br />
                    Paraben-Free<br />
                    Phthalate-Free<br />
                    Petrolatum-Free<br />
                    Sulfate-Free<br />
                    Gluten-Free<br /><br />

                    <span class="dr-bullets-hed">Designed using more than 20 years of research.</span><br />
                    SPF40<br />Mineral Based<br />Broad Spectrum<br />
                    Smooth Transparent<br />Non-Nano Zinc Oxide<br />
                    No Chemical Sunscreens<br /><br />


                    <span class="dr-bullets-hed">Protecting our environment.</span><br />
                    Cruelty Free / Vegan<br />Not Tested on Animals<br />
                    Eco-Friendly<br />Reef-Friendly
                </p>


            </div>
        </div>

    </div>

    <div class="spacer-big"></div>

    <div class="container-fluid">
        <div class="row px-0" style="background: #f4f4f4;">
            <div class="d-lg-none" style="margin: 2rem;"></div>
            <div class="col-lg-6 my-auto">
                <div class="row text-center justify-content-center">
                    <div class="col-10 col-md-7 my-auto">
                        <h3 style="color: #e0251b; padding: 0 !important; text-align: left;">
                            The sunscreen you and your skin deserve.
                        </h3>
                        <div class="hat-text">
                            <strong>Solé</strong>’s primary ingredients are water and non-nano zinc oxide making it the safest, gentlest and most responsible choice in skin protection and now includes cucumber extract for even smoother application and more soothing experience. <strong>Solé</strong> is designed with not just your health, but that of the planet, in mind. Enjoy!
                        </div>
                    </div>
                </div>
            </div>

            <div class="d-lg-none" style="margin: 2rem;"></div>

            <div class="col-lg px-0 mx-0">
                <img src="images/hat02.jpg" class="img-fluid">
            </div>
        </div>
    </div>

    <div id="ingredients" class="container-fluid">
        <div class="row text-center justify-content-center">
            <div class="col-10">
                <div class="dr-ingredients">
                    <strong>Active Ingredient</strong> Zinc Oxide 17.5% <strong>Inactive Ingredients</strong> Water (Aqua), Caprylic/Capric Triglyceride, Simmondsia chinensis (Jojoba) Seed Oil, Silica, Coco-Glucoside, Cetearyl Alcohol, Glycerin, Pyrus malus (Apple) Fruit Extract, Xanthan Gum , Polyhydroxystearic Acid, Coconut Alcohol,Cocoyl Proline, Hydroxyacetophenone, Isostearic Acid, Cucumis sativus (Cucumber) Fruit Extract
                </div>
            </div>
        </div>
    </div>

    <div class="spacer-big"></div>

    <div class="container-fluid signUp-bg d-none d-lg-block">
        <div class="row justify-content-center">
            <div class="col-11 col-md-8">
                <div class="klaviyo-form-VbqgBg"></div>
            </div>
        </div>
        <div class="spacer-big"></div>
        <div class="spacer-big"></div>
    </div>

    <div class="container-fluid d-lg-none" style="padding-left: 0; padding-right: 0; overflow-x: hidden;">
        <div class="row justify-content-center">
            <div class="col-12 col-md-12">
                <div class="klaviyo-form-XvuN77"></div>
            </div>
        </div>
        <div class="spacer-big"></div>
        <div class="spacer-big"></div>
    </div>

    <!--<div class="container-fluid signUp-bg">

        <div class="spacer-big"></div>

        <div class="row text-center justify-content-center">
            <div class="col-6 col-md-auto">
                <img src="images/eco_powered02.png" class="img-fluid">
            </div>
        </div>

        <div class="spacer"></div>

        <div class="row text-center justify-content-center">
            <div class="col-12">
                <h3 style="color: white;">
                    Interested in learning more about our products?
                </h3>
            </div>
        </div>

        <div class="spacer"></div>

        <div class="row text-center justify-content-center">
            <div class="col-12 col-md-6">
                <div class="signUp-bod" style="color: white;">
                    Sign up for FREE samples and information on our new product launches.
                </div>
            </div>
        </div>

        <div class="spacer"></div>

        <div class="row justify-content-center">

            <div class="col-11 col-md-8">

                <div class="row justify-content-center">
                    <div class="col-lg-5">
                        <form>
                            <input type="text" class="dr-form" style="" id="inputNameFooter" placeholder="Name" value="" required />
                        </form>
                        <div class="d-lg-none" style="margin: 1rem;"></div>
                    </div>

                    <div class="col-lg-5">
                        <form>
                            <input id="inputEmailFooter" type="text" class="dr-form" placeholder="Email" value="" onclick="this.value='';" pattern="[email protected]" required />
                        </form>
                        <div class="d-lg-none" style="margin: 1rem;"></div>
                    </div>

                    <div class="col-lg-auto my-auto">
                        <a class="btn btn-signUp02" href="" role="button" id="btnEmailFooter">
                            sign up
                        </a>
                    </div>
                </div>

                <div style="margin: 0.5rem;"></div>

                <div class="row text-center justify-content-center">
                    <div class="col-12 pb-2 signUp-terms" style="color: white;">
                        <input class="dr-checkbox form-check-input" style="" type="checkbox" id="checkRememberFooter" />
                        &nbsp;&nbsp;I'd like free samples and new product information. I accept the Terms of Use and Privacy Policy.
                    </div>
                </div>

                <div class="row text-center">
                    <div id="lblThankFooter" style="color: yellow;">Thank you for signing up!</div>
                    <div id="lblInvalidFooter" style="color: yellow;">*Please enter a valid name and email address and accept our terms &amp; policy</div>
                </div>

            </div>

        </div>

        <div class="spacer-big"></div>
        <div class="spacer-big"></div>

    </div>-->

    <div class="spacer-footer"></div>

    <!-- Klaviyo JavaScript -->
    <script type="text/javascript" src="//static.klaviyo.com/onsite/js/klaviyo.js?company_id=YkjFXr"></script>

    <!-- DISPLAY FOOTER -->
    <div id="foot"></div>
    <!-- Go To Top of Page -->
    <!--<script src="js/to-top.js"></script>-->
    <!-- Import Include Nav -->
    <script src="js/import-nav.js"></script>

    <!-- Bootstrap JavaScript -->
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
</body>
</html>                               

Alan adının whois bilgisi

Domain Name: SOLE.COM
Registry Domain ID: 108986621_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2022-09-03T00:13:41Z
Creation Date: 2003-12-28T19:28:48Z
Registry Expiry Date: 2028-12-31T11:59:59Z
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: NS49.DOMAINCONTROL.COM
Name Server: NS50.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-30T13:56: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