Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - noolt.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 15 May 2025 15:28:47 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Last-Modified: Mon, 08 Jul 2024 19:15:29 GMT
Cache-Control: max-age=2678400
CF-Cache-Status: HIT
Age: 97745
Accept-Ranges: bytes
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ospB%2BjIZbesxfURvYutDiaO0xaPFEfXUYRThnKzeR8GyN0w%2FP5%2BEc67YP1eG87XCxxMFwhDd1oMqFaVAJff9yYOBWw4Oe%2BI3IjYg28cKFpQuOP3TE8Nhv67ee7hK17mo5Ua4%2F4dTczE%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Referrer-Policy: no-referrer
set-cookie: id=a3fWa; Max-Age=112592000; Path=/; Domain=.noolt.com;
Server: cloudflare
CF-RAY: 9403aac97c0b0b83-AMS
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=29286&min_rtt=29286&rtt_var=14643&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 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: noolt.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>Privacy Policy & Opt-Out Service</title>
 <style>
      /* Basic Reset */
        body, h1, h2, p, button, ul, li { margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; }
        .container { max-width: 960px; margin: auto; padding: 20px; }
        header { background: #005a87; color: #fff; text-align: center; padding-bottom: 10px; margin-bottom: 20px; }
        header h1 { padding: 20px 0; }
        section { margin-bottom: 20px; padding: 20px; background: #f4f4f4; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
        article { margin-bottom: 20px; }
        h2 { color: #005a87; margin-bottom: 10px; }
        p, li { font-size: 16px; margin-bottom: 10px; }
        ul { list-style-position: inside; padding-left: 20px; }
        footer { background: #333; color: #fff; text-align: center; padding: 10px 0; margin-top: 20px; }
        footer a,footer a:visited {color:#fff;text-decoration:underline;}
        button { 
          background-color: #005a87; 
          color: #fff; 
          padding: 10px 15px; 
          margin: 10px 0; 
          border: none; 
          cursor: pointer; 
          transition: background-color 0.3s ease; 
          border-radius: 5px; 
          /* New Styles for Visibility and Centering */
          font-size: 18px; 
          display: block; 
          width: 50%; 
          margin: 20px auto; /* Centers the button */
        }
        button:hover { background-color: #00415d; }
        .button-container { /* Center align container for the button */
          text-align: center;
        }
    </style>
       <script>
      function setCookie(name, value, days) {
        var expires = "";
        if (days) {
            var date = new Date();
            date.setTime(date.getTime() + (days*24*60*60*1000));
            expires = "; expires=" + date.toUTCString();
        }
        document.cookie = name + "=" + (value || "")  + expires + "; path=/";
      }

      function getCookie(name) {
        var nameEQ = name + "=";
        var ca = document.cookie.split(';');
        for(var i=0;i < ca.length;i++) {
            var c = ca[i];
            while (c.charAt(0)==' ') c = c.substring(1,c.length);
            if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
        }
        return null;
      }

      function optOutCookies() {
        // Set the opt-out cookie
        setCookie('optOutCookies', 'true', 365); // Set for 1 year

        // Now check and act upon the opt-out status wherever needed
        if(getCookie('optOutCookies') === 'true') {
            alert('You have opted out of cookies. We will not track your preferences.');
            // Here you would typically also remove or disable existing tracking cookies
        }
      }
    </script>
    
    
</head>
<body>

<header>
    <div class="container">
        <h1>Privacy Policy & Opt-Out Service</h1>
    </div>
</header>


<section class="container">
    <article>
        <h2>Privacy Policy Overview</h2>
        <p>Our Company is committed to protecting the privacy of Internet users. This Privacy Statement presents our privacy policy, including our privacy practices. Below is information regarding our commitment to protecting the privacy of Internet users.</p>
    </article>

    <article>
        <h2>Information We Collect</h2>
        <p>We do not collect the online user’s personally identifiable information ("PII") through our Services. Non-Personally Identifiable Information ("Non-PII") may be collected to offer a range of Services that allow advertisers and publishers to show online users the most useful and relevant ads.</p>
    </article>

    <article>
        <h2>Use of Cookies and Pixels</h2>
        <p>We collect Non-PII through the use of cookies and pixels. No personally identifiable information is collected or used in this process. Cookies are used by our affiliates, service providers or tracking utility company which is not covered by our Privacy Policy.</p>
    </article>

    <article>
        <h2>Disclosure of Information</h2>
        <p>We do not sell, rent, or share PII collected on our customer’s websites to non-affiliated third parties. Non-PII collected through our Services, and information derived from it, may be disclosed to our customers.</p>
    </article>

    <article>
        <h2>User Choice and Opt-Out</h2>
        <p>You may at all times adjust your computer’s web browser settings to refuse all cookies or opt out of receiving interest-based advertising.</p>
    </article>

    <article>
        <h2>Information Security</h2>
        <p>We follow generally accepted industry standards to protect against the unauthorized access to, retention of, and disclosure of data. This includes necessary physical, electronic, and management activities required to protect data integrity, access, and use.</p>
    </article>

    <article>
        <h2>Children’s Privacy</h2>
        <p>Our website, products, and Services are neither developed for, nor directed at, children. If you believe your child has provided us with personally identifiable data, please contact us for removal.</p>
    </article>
</section>


<section class="container">
    <!-- Previous Sections Repeated -->
    <article>
        <h2>Your Privacy Choices with us</h2>
        <p>We recognise the importance of privacy for our users. You have the option to prevent your browsing preferences from being gathered in our system, including both manually indicated preferences and those inferred through our network of partners.</p>
        <p>To opt out from this domain cookies collection, click the button below. This will place a "no-track" cookie on your device, indicating to us not to tailor advertisements based on your online activity. Note, if you switch devices or browsers, or clear your cookies, you'll need to perform this action again.</p>
        <p>Opting out will stop the customization of ads to your interests based on your browsing behavior, but it won't reduce the number of ads you see.</p>
         <div class="button-container">
          <button onclick="optOutCookies()">Cookies Opt-Out</button>
        </div>
    </article>
</section>


<section class="container">
    <article>
        <h2>Unsubscribing from Push Notifications</h2>
        <p>If you no longer wish to receive push notifications from our site, you can unsubscribe by following these steps based on the browser you are using:</p>
        <ul>
            <li><strong>Google Chrome:</strong> Go to 'Settings' > 'Privacy and security' > 'Site Settings' > 'Notifications'. Find our site in the list and click on the three dots to the right, then select 'Remove'.</li>
            <li><strong>Firefox:</strong> Go to 'Options' > 'Privacy & Security' > 'Permissions' > 'Notifications' > 'Settings'. Find our site, then use the dropdown menu to select 'Block' and save changes.</li>
            <li><strong>Safari:</strong> Go to 'Safari' > 'Preferences' > 'Websites' tab > 'Notifications'. Find our site in the list and deselect it, then choose 'Deny'.</li>
            <li><strong>Microsoft Edge:</strong> Go to 'Settings' > 'Site permissions' > 'Notifications'. Find our site, then click on the three dots to the right and select 'Remove'.</li>
        </ul>
        <p>Please note that unsubscribing from push notifications is browser-specific. If you use multiple browsers or devices, you will need to repeat these steps for each one.</p>
    </article>
</section>



<footer>
    <p><a href="https://forms.gle/71q8nkkrehthZ2XR8">Contact us</a></p>
</footer>

</body>
</html>
                               

Whois info of domain

Domain Name: NOOLT.COM
Registry Domain ID: 1802140595_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2025-04-18T08:39:20Z
Creation Date: 2013-05-18T08:21:52Z
Registry Expiry Date: 2026-05-18T08:21:52Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: KEN.NS.CLOUDFLARE.COM
Name Server: PRINCESS.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-15T15:28:37Z <<<
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