Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - mstqr.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Connection: keep-alive
Content-Length: 162
Server: GitHub.com
Content-Type: text/html
Location: https://mstqr.com/
X-GitHub-Request-Id: CD75:E67AF:41AF03:42361D:6812493C
Accept-Ranges: bytes
Age: 0
Date: Wed, 30 Apr 2025 16:01:00 GMT
Via: 1.1 varnish
X-Served-By: cache-hel1410031-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1746028861.731469,VS0,VE128
Vary: Accept-Encoding
X-Fastly-Request-ID: ced12cc75be5e2673747853a0a8e907ddd8dbc6e

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://mstqr.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Connection: keep-alive
Content-Length: 5366
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Tue, 08 Apr 2025 15:22:13 GMT
Access-Control-Allow-Origin: *
ETag: "67f53f25-14f6"
expires: Wed, 30 Apr 2025 16:11:00 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: E673:5E53D:4035C2:40BC7B:6812493C
Accept-Ranges: bytes
Age: 0
Date: Wed, 30 Apr 2025 16:01:01 GMT
Via: 1.1 varnish
X-Served-By: cache-hel1410029-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1746028861.880506,VS0,VE158
Vary: Accept-Encoding
X-Fastly-Request-ID: 307040e663705764779208e6557920b008622367

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: mstqr.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">
    <meta name="facebook-domain-verification" content="jwet0lt5nzi667pojg7btfbiaam71a" />
    <title>MSTQR - Smart Community Management</title>
    <link rel="stylesheet" href="css/style.css">
</head>
<body>
    <header>
        <nav class="main-nav">
            <a href="index.html" class="logo">
                <img src="assets/mstqr-logo-all-green.png" alt="MSTQR Logo">
            </a>
            <div class="menu-toggle">
                <span></span>
                <span></span>
                <span></span>
            </div>
            <ul>
                <li><a href="index.html" class="active">Home</a></li>
                <li><a href="#features">Features</a></li>
                <li><a href="contact.html">Contact</a></li>
                <li><a href="account-deletion.html">Delete Account</a></li>
                <li><a href="privacy-policy.html">Privacy Policy</a></li>
                <li><a href="admin/dashboard.html" class="admin-btn">Admin Portal</a></li>
            </ul>
        </nav>
    </header>

    <main>
        <section class="hero">
            <div class="hero-content">
                <h1>Smart Visitor Management for Modern Communities</h1>
                <p>Streamline your visitor access, enhance security, and provide a seamless experience for residents and guests alike.</p>
                <div class="hero-buttons">
                    <a href="#features" class="primary-btn">Explore Features</a>
                    <a href="get-started.html" class="secondary-btn">Get Started</a>
                </div>
            </div>
        </section>

        <section class="features" id="features">
            <h2>Comprehensive Security Solutions</h2>
            <div class="feature-grid">
                <div class="feature-card">
                    <div class="feature-icon">
                        <img src="assets/icons/residents.svg" alt="Resident Management">
                    </div>
                    <h3>Resident Management</h3>
                    <p>Streamline resident access with digital profiles, instant updates, and automated verification systems.</p>
                </div>
                <div class="feature-card">
                    <div class="feature-icon">
                        <img src="assets/icons/passes.svg" alt="Visitor Passes">
                    </div>
                    <h3>Digital Visitor Passes</h3>
                    <p>Generate secure, time-limited visitor passes with QR codes for seamless entry and enhanced tracking.</p>
                </div>
                <div class="feature-card">
                    <div class="feature-icon">
                        <img src="assets/icons/security.svg" alt="Security Scanners">
                    </div>
                    <h3>Smart Security</h3>
                    <p>Monitor access points in real-time with advanced scanning technology and instant notifications.</p>
                </div>
            </div>
        </section>
        
        <section class="benefits">
            <h2>Why Choose MSTQR?</h2>
            <div class="benefits-grid">
                <div class="benefit-item">
                    <h3>Enhanced Security</h3>
                    <p>Real-time monitoring and instant alerts for unauthorized access attempts</p>
                </div>
                <div class="benefit-item">
                    <h3>Easy Integration</h3>
                    <p>Seamlessly integrates with existing security systems and infrastructure</p>
                </div>
                <div class="benefit-item">
                    <h3>24/7 Support</h3>
                    <p>Round-the-clock technical support and maintenance</p>
                </div>
            </div>
        </section>
    </main>

    <footer>
        <div class="footer-content">
            <div class="footer-logo">
                <p>Smart solutions for modern communities</p>
            </div>
            <div class="footer-links">
                <div class="footer-section">
                    <h4>Company</h4>
                    <ul>
                        <li><a href="get-started.html">Get Started</a></li>
                        <li><a href="#features">Features</a></li>
                        <li><a href="contact.html">Contact</a></li>
                    </ul>
                </div>
                <div class="footer-section">
                    <h4>Solutions</h4>
                    <ul>
                        <li><a href="#">Visitor Management</a></li>
                        <li><a href="#">Access Control</a></li>
                    </ul>
                </div>
                <div class="footer-section">
                    <h4>Contact</h4>
                    <ul>
                        <li>Email: [email protected]</li>
                        <li>Phone: +20 1010941494</li>
                    </ul>
                </div>
            </div>
        </div>
        <div class="footer-bottom">
            <p>&copy; 2025 MSTQR. All rights reserved.</p>
        </div>
    </footer>
    <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>

    <script src="js/main.js"></script>
</body>
</html>
                               

Whois info of domain

Domain Name: MSTQR.COM
Registry Domain ID: 2846049961_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-01-04T11:11:49Z
Creation Date: 2024-01-14T11:34:23Z
Registry Expiry Date: 2026-01-14T11:34:23Z
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: NS19.DOMAINCONTROL.COM
Name Server: NS20.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T16:00:50Z <<<
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