Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - aspyx.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
keep-alive: timeout=5, max=100
content-type: text/html
content-length: 795
date: Sat, 03 May 2025 00:17:44 GMT
server: LiteSpeed
location: https://aspyx.com/
x-turbo-charged-by: LiteSpeed

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://aspyx.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
keep-alive: timeout=5, max=100
x-powered-by: PHP/8.0.30
set-cookie: PHPSESSID=ggcea6sged2q6fjncc8cgkvtde; path=/; secure
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
content-type: text/html; charset=UTF-8
transfer-encoding: chunked
date: Sat, 03 May 2025 00:17:45 GMT
server: LiteSpeed
referrer-policy:
x-turbo-charged-by: LiteSpeed

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: aspyx.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">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />

    <link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
    <title>Aspyx Security - Website Security Solutions</title>
    <link rel="stylesheet" href="https://www.aspyx.com/css/styles.css">
    <script src="https://www.aspyx.com//js/script.js" defer></script>
     <script src="https://www.google.com/recaptcha/api.js"></script>
    <script src="https://code.jquery.com/jquery-3.7.0.slim.js" integrity="sha256-7GO+jepT9gJe9LB4XFf8snVOjX3iYNb0FHYr5LI1N5c=" crossorigin="anonymous"></script>

</head>
<body>
    
    <!-- Header Section -->
    <header>
      <div class="container">
        <div class="logo">
          <h2>Aspyx Security</h2>
        </div>
        <nav>
          <ul id="nav-menu" class="nav-menu">
            <li><a href="https://www.aspyx.com/">Home</a></li>
            <li><a href="https://www.aspyx.com/services/">Services</a></li>
            <li><a href="https://www.aspyx.com/contact/">Contact</a></li>
            <li><a href="https://www.aspyx.com/about/">About</a></li>
            <li><a href="https://www.aspyx.com/policy/">Privacy Policy</a></li>
          </ul>
        </nav>
        <div class="menu-toggle" id="menu-toggle">
          <i class="fas fa-bars"></i>
        </div>
      </div>
    </header>
    <!-- Script placed at bottom of body -->
    <script>
        document.addEventListener('DOMContentLoaded', function() {
          const menuToggle = document.getElementById('menu-toggle');
          const navMenu = document.getElementById('nav-menu');
        
          menuToggle.addEventListener('click', function() {
            navMenu.classList.toggle('active');
          });
        });
    </script>
    <!-- Hero Section -->
    <section id="home" class="home-section">
        <div class="content">
            <h2>Protect Your Website with<br>Advanced <span>Cybersecurity Solutions</span></h2>
            <h3>Experience the ultimate protection with our AI-driven security solutions.</h3>
            <p><a href="#scan" class="btn">Start Free Security Scan</a></p>
        </div>
    </section>


    <!-- Services Section -->
    <section id="services" class="services">
        <h2>Comprehensive Website Security</h2>
        <div class="service-grid">
            <div class="service-item">
                <i class="service-icon">🛡️</i>
                <h3>Malware Detection</h3>
                <p>Find and eliminate hidden threats in your web application.</p>
            </div>
            <div class="service-item">
                <i class="service-icon">🔍</i>
                <h3>Vulnerability Scanning</h3>
                <p>Identify potential weaknesses before attackers do.</p>
            </div>
            <div class="service-item">
                <i class="service-icon">🔒</i>
                <h3>SSL & TLS Validation</h3>
                <p>Ensure secure communication on your site.</p>
            </div>
            <!-- Add more services as needed -->
        </div>
    </section>

    <!-- How It Works Section -->
    <section id="how-it-works" class="how-it-works-section">
        <h2>How It Works</h2>
        <div class="steps-container">
            <div class="step">
                <div class="icon-container">
                    <i class="fas fa-link"></i>
                </div>
                <h3>Enter Website</h3>
                <p>Provide your website URL, and we'll begin the security scan.</p>
            </div>
            <div class="step">
                <div class="icon-container">
                    <i class="fas fa-cogs"></i>
                </div>
                <h3>Analyze</h3>
                <p>We analyze every aspect of your website for vulnerabilities.</p>
            </div>
            <div class="step">
                <div class="icon-container">
                    <i class="fas fa-shield-alt"></i>
                </div>
                <h3>Get Report</h3>
                <p>Receive a detailed security report with solutions.</p>
            </div>
            <div class="step">
                <div class="icon-container">
                    <i class="fas fa-sync"></i>
                </div>
                <h3>Continuous Monitoring</h3>
                <p>Keep your website secure with real-time monitoring.</p>
            </div>
        </div>
    </section>

    <section id="scan" class="scan-section"> 
        <div class="scan-container">
            <h2>Start Free Security Scan <span class="beta-badge">BETA</span></h2>
            <p>Enter your website URL below to get a detailed security report.</p>
            <form id="scanForm" name="scanForm" method="POST">
                <input type="url" id="websiteUrl" name="websiteUrl" placeholder="Enter your website URL" required>
                <button id="start-scan" class="g-recaptcha btn-primary" 
        data-sitekey="6Ld0QGwqAAAAAAbtIVGn2311jEexkFfKBTq9eidc" 
        data-callback='onSubmit' 
        data-action='submit' type="submit">Start Scan</button>
            <div id="scanner-container">
                <!-- Spinner -->
                <div id="loading-spinner" class="hide-spinner">
                    <div class="spinner"></div>
                    <p>Scanning in progress... Please wait.</p>
                </div>
            </div>
        
            <div>
                <strong>Please note scan can take up to 5 min!</strong><br/>
                <strong>Provided "as is" without any guarantees or warranties of any kind.</strong>
            </div>
            <div id="scanResult">Sacnning  Under Development...</div>
                        </div>
    </section>


   
    <section id="how-it-works" class="how-it-works-section">
        <h2>Legal Note</h2>
        <div class="steps-container">
            <div class="step2">
                <h3>Privacy Policy</h3>
                    <p>We take your privacy seriously. This Privacy Policy outlines how we collect, use, and protect your personal information when you use our website. We may collect data such as your name, email address, and browsing activity to enhance your experience and provide better services.</p>
                      <p>Your data will not be shared with third parties unless required by law. You can contact us at any time to review, update, or delete your personal information.</p>
                      <p>For more detailed information, please read our full <a href="#">Privacy Policy</a>.</p>
            </div>
            <div class="step2">
                <h3>Site Disclaimer</h3>
                  <p>The information provided on this website is for general informational purposes only. While we strive to keep the information up to date and accurate, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability, or availability with respect to the website or the information, products, or services contained on the website for any purpose.</p>
                  <p>Any reliance you place on such information is therefore strictly at your own risk. In no event will we be liable for any loss or damage, including without limitation, indirect or consequential loss or damage, arising from the use of this website.</p>
                <p>The Website Security Scanner tool is provided on an "as is" and "as available" basis, without any warranties of any kind, express or implied. This includes, but is not limited to, implied warranties of merchantability, fitness for a particular purpose, accuracy, or non-infringement. The use of this tool is at your own risk. The results and recommendations generated by the scanner are intended to assist with identifying potential security vulnerabilities but do not guarantee complete protection against cybersecurity threats.</p>
            </div>
            <div class="step2">
                <h3>Terms of Use</h3>
                  <p>By using our website, you agree to the following terms and conditions:</p>
                  <ul>
                    <li>All content on this website, including text, graphics, and images, is the property of the website owner and is protected by copyright laws.</li>
                    <li>You may not reproduce, distribute, or exploit the content without explicit permission from the owner.</li>
                    <li>Unauthorized use of the website may give rise to a claim for damages and/or be a criminal offense.</li>
                    <li>Your use of any information or materials on this website is entirely at your own risk, for which we shall not be liable.</li>
                  </ul>
                  <p>Please review our full <a href="#">Terms of Use</a>.</p>
            </div>
        </div>
    </section>

    <!-- Footer Section -->
    <footer class="footer">
        <div class="footer-links">
            <a href="https://www.aspyx.com/">Home</a>
            <a href="https://www.aspyx.com/services/">Services</a>
            <a href="https://www.aspyx.com/about/">About</a>
            <a href="https://www.aspyx.com/contact/">Contact</a>
        </div>
        <div class="social-media">
            <a href="#">LinkedIn</a>
            <a href="#">Twitter</a>
            <a href="#">Facebook</a>
        </div>
        <p>&copy; 2025 Aspyx Security. All Rights Reserved.</p>
    </footer>
</body>
</html>
                               

Whois info of domain

Domain Name: ASPYX.COM
Registry Domain ID: 2815371114_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2024-09-18T17:59:57Z
Creation Date: 2023-09-19T22:06:23Z
Registry Expiry Date: 2025-09-19T22:06:23Z
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: DNS1.NAMECHEAPHOSTING.COM
Name Server: DNS2.NAMECHEAPHOSTING.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-03T00:17:34Z <<<
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