Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - maxys.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: CloudFront
Date: Tue, 06 May 2025 19:08:27 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Location: https://www.maxys.com/
X-Cache: Redirect from cloudfront
Via: 1.1 f046dddea42312c0568a651a5699d67e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: HEL51-P3
X-Amz-Cf-Id: SLcDSh5FDduIAp66NinCeXRvMn7ZyRs0XUEAZUpgoTWyIwP0ubFEfA==

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://maxys.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html
Content-Length: 21489
Connection: keep-alive
Date: Tue, 06 May 2025 19:08:28 GMT
Last-Modified: Thu, 24 Jun 2021 00:55:11 GMT
ETag: "3da11ec4f76721e985036ff4e9b90c2f"
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 f046dddea42312c0568a651a5699d67e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: HEL51-P3
X-Amz-Cf-Id: Jq4BKtiDHgUtVZ1K_0A7Qa_wjHPlAu8nKiaQWHmEmgCoYTjA0H_C_w==

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: maxys.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>
  <title>Maxys LLC</title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
  <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
  <link href="https://fonts.googleapis.com/css?family=Julius+Sans+One" rel="stylesheet" type="text/css">
  <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
  <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  <link rel="stylesheet" href="css/maxys.css">
  <link rel="icon" type="image/png" href="icons/favicon/favicon.ico">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  <script src="scripts/maxys.js"></script>
</head>
<body id="myPage" data-spy="scroll" data-target=".navbar" data-offset="60">

<nav class="navbar navbar-default navbar-fixed-top">
  <div class="nav-container">
    <div class="navbar-header">
      <button id="navButton" type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
      </button>
      <a class="navbar-brand" href="#myPage"><img src="images/maxys/MaxysChipM.png" alt="Maxys LLC" height="64" width="64"></a>
      <!-- <p class="navbar-brand">MAXYS LLC</p> -->
    </div>
    <div class="collapse navbar-collapse" id="myNavbar">
      <ul class="nav navbar-nav navbar-right">
        <li><a data-target=".navbar-collapse" href="#home">
          <span class="glyphicon glyph-menu glyphicon-home" aria-hidden="true" ></span>
          HOME</a>
        </li>
        <li><a data-target=".navbar-collapse" href="#portfolio">
          <span class="glyphicon glyph-menu glyphicon-th" aria-hidden="true" ></span>
          PORTFOLIO</a></li>
        <li><a data-target=".navbar-collapse" href="#services">
          <span class="glyphicon glyph-menu glyphicon-cog" aria-hidden="true"></span>&nbsp;SERVICES</a>
        </li>
        <li><a data-target=".navbar-collapse" href="#partners">
          <span class="glyphicon glyph-menu glyphicon-link" aria-hidden="true" ></span>
          PARTNERS</a></li>
        <li><a data-target=".navbar-collapse" href="#about">
          <span class="glyphicon glyph-menu glyphicon-grain" aria-hidden="true" ></span>
          ABOUT</a></li>
        <li><a data-target=".navbar-collapse" href="#mission">
          <span class="glyphicon glyph-menu glyphicon-flag" aria-hidden="true" ></span>
          MISSION</a>
        </li>
        <li><a data-target=".navbar-collapse" href="#contact">
          <span class="glyphicon glyph-menu glyphicon-envelope" aria-hidden="true" ></span>
            CONTACT
          </a></li>

      </ul>
    </div>
  </div>
</nav>

<div id="home" class="jumbotron text-right" style="color:blanchedalmond; background-image: url('images/97077-1920.jpg');">
  <h1 style="font-weight:bold">Maxys LLC</h1>
  <p style="font-weight:bold; font-stretch: ultra-expanded;">Empower Your Technology Platform</p>

</div>


<!-- Container (Portfolio Section) -->
<div id="portfolio" class="container-fluid text-center">
  <h2 class="panel-heading text-center"><span class="glyphicon glyph-menu glyphicon-th" aria-hidden="true" ></span>&nbsp; Our Business Portfolio</h2>
  <h4 class="text-left">Successful technology platforms demand a holistic approach to its moving parts. Maxys brings an integrated and
    balanced perspective in building solutions for immediate needs, and strategic planning for the next generation technologies.
  </h4>
  <div class="row text-center"> <!-- slideanim -->
    <div class="col-sm-4">
      <div class="thumbnail">
        <img src="images/1307227.jpg" alt="Data-Center and Cloud Services">
        <p><strong>Systems, Communications and Cloud</strong></p>
        <p>Private and Off-Premise Data-Centers</p>
        <p>Network Engineering and Storage</p>
        <p>Cloud Archival, Snapshots and Replication</p>
        <p>Office Integration, SMS, VoIP, Conferencing</p>
        <p>Amazon AWS, Google Cloud, MS Azure Deployment</p>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="thumbnail">
        <img src="images/2284501.jpg" alt="Consulting and Development Services">
        <p><strong>Consulting and Software Development</strong></p>
        <p>Enterprise and Web Applications</p>
        <p>Project Management and Dev-Ops</p>
        <p>Websites, SEO, CDN and eCommerce</p>
        <p>SQL and NoSQL Databases</p>
        <p>Dashboards and Analytics</p>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="thumbnail">
        <img src="images/3041437.jpg" alt="Cyber-Security Services">
        <p><strong>Cyber and Security</strong></p>
        <p>Network Security and Intrusion Detection</p>
        <p>Antivirus and Malware Prevention</p>
        <p>Monitoring and Remote Management</p>
        <p>FedRAMP and Security Documentation</p>
        <p>Industry Internet Security Compliance</p>
      </div>
    </div>
  </div><br>


</div>


<!-- Container (Services Section) -->
<div id="services" class="container-fluid text-center bg-grey">
  <h2 class="panel-heading text-center"><span class="glyphicon glyph-menu glyphicon-cog" aria-hidden="true"></span>&nbsp; OUR SERVICES</h2>
  <h4>Backed by Two Decades of Experience and Successful Engagements</h4>
  <br>
  <div class="row"> <!-- slideanim -->
    <div class="col-sm-4">
      <span class="glyphicon glyphicon-lock logo-small"></span>
      <h4>CYBER-SECURITY</h4>
      <p class="text-left">It takes more than firewalls and virus protection to secure your organization. Communications can be secured with VPNs and encrypted channels. However hackers can introduce malware into the service endpoints that then transport them unchallenged past firewalls into your network through secure and encrypted connections. To be effective network security devices need to unwrap the security layer and conduct deep packet inspection of the data traffic to recognize an attack.</p>
    </div>
    <div class="col-sm-4">
      <span class="glyphicon glyphicon-paperclip logo-small"></span>
      <h4>OFFICE INTEGRATION</h4>
      <p class="text-left">Office Applications like Office 365, VOIP and PBX, Voice Messaging, EMail, and SMS for internal collaboration and marketing campaigns are no longer separate domains. Enhance employee efficiency by integrating the systems. The services can be deployed from internal data-centers or from the cloud. The cloud brings multiple vendors with defined services and rates ready to integrate. Leverage phone and video conferencing, live meetings and recorded webinars.</p>
    </div>
    <div class="col-sm-4"><span class="glyphicon glyphicon-education logo-small"></span>
      <h4>EDUCATION & TRAINING</h4>
    <p class="text-left">Modern systems and technology are a moving target. To remain productive periodic training and updates to skills are needed. It is not always possible for employees under pressure to deliver results, to stay updated, to research, or add new necessary skills. Maxys provides courses in project management, agile methodology, software development, web content management, dev-ops and cyber-security practices.</p>
    </div>
  </div>
  <br><br>
  <div class="row"> <!-- slideanim -->
    <div class="col-sm-4">
      <span class="glyphicon glyphicon-shopping-cart logo-small"></span>
      <h4>E-COMMERCE</h4>
      <p class="text-left">In addition to straightforward shopping cart integration, e-commerce systems need to integrate multiple capabilities to be successful. Realtime inventory management to manage sales, invoice generation, accepting credit cards and bank checks, returns and refunds, in and out bound shipment tracking, customer contact, messaging and promotions, accounts receivables for bigger customers with net payable terms.</p>
    </div>
    <div class="col-sm-4">
      <span class="glyphicon glyphicon-phone logo-small"></span>
      <h4>WEB & MOBILE APPS</h4>
      <p class="text-left">Effective and functional websites are invaluable for organizational presence and business development. Capable web-applications keep employees efficient and customers satisfied. Mobile applications speed up employee interaction, make available time sensitive and critical information as in sales and customer support situations, help with monitoring of technical systems, status of projects, and timely handling of events. </p>
    </div>
    <div class="col-sm-4">
      <span class="glyphicon glyphicon-cloud-upload logo-small"></span>
      <h4 style="color:#303030;">CLOUD MIGRATION</h4>
      <p class="text-left">On-Premises Data-Centers take hard work. Cloud based systems offer the ability to unleash your entire data-center through scripts. Scale it up or down, all while saving significantly on premium floor space lease. Leverage pre-configured packages, continuous replication and snapshot backups, scalability of storage, compute and network architecture, gargantuan data pipes with free IP addresses. </p>
    </div>
  </div>
</div>

<!-- Partner Section   -->
<div id="partners" class="container-fluid text-center">

  <h2 class="panel-heading text-center"><span class="glyphicon glyph-menu glyphicon-link" aria-hidden="true" ></span>&nbsp; OUR PARTNERS</h2>
  <div class="row""> <!-- slideanim -->
    <div class="col-sm-4 col-xs-12">
      <div class="panel panel-default text-center">
        <div class="panel-top">
          <h1>SonicWall</h1>
        </div>
        <div class="panel-body text-left">
          <p><strong>TZ Entry Level Series</strong>
Comprehensive protection and lightning-fast performance in an entry level next-generation firewall. Five different models designed for small networks including remote and branch offices. Advanced unified threat management (UTM) security, networking and management features plus optional 802.11ac Wi-Fi ensure you are protected from threats over wired and wireless connections.</p>
          <p><strong>SuperMassive Series</strong>
Designed with leading-edge threat inspection technology and hardware processing power, these high end firewalls support the largest, most complex and demanding security use cases. With comprehensive security services including sandboxing, SSL inspection, intrusion prevention, anti-malware, application identification and content filtering, SuperMassive is the ideal next-generation high end firewall for securing large distributed enterprises and data centers.</p>
        </div>
        <div class="panel-footer">
          <h3>FireWalls</h3>
          <h4>Get advanced threat protection</h4>
          <form action="#contact">
          <button class="btn btn-lg">Learn more ...</button>
          </form>
        </div>
      </div>
    </div>
    <div class="col-sm-4 col-xs-12">
      <div class="panel panel-default text-center">
        <div class="panel-top">
          <h1>SonicWall</h1>
        </div>
        <div class="panel-body text-left">

          <p><strong>Security As A Service</strong> stops viruses, spyware, worms, trojans, key loggers, and more before they enter your network</p>
          <p>Prevent “drive-by downloads” from infected websites</p>
          <p>Mitigate denial-of-service and flooding attacks</p>
          <p>Stop network traffic from geographical regions and IP addresses associated with cybercriminals</p>
          <p>Block outbound “command and control” cybercriminals traffic from stealing your confidential information</p>
          <p>Control access to websites containing unproductive and inappropriate content</p>
          <p>Ensure high-priority applications (CRM, order processing) receive more bandwidth than less urgent applications (chat, video streaming)</p>
        </div>
        <div class="panel-footer">
          <h3>Security As A Service</h3>
          <h4>Network security level NASA demands</h4>
          <form action="#contact">
          <button class="btn btn-lg">Learn more ...</button>
          </form>
        </div>
      </div>
    </div>
    <div class="col-sm-4 col-xs-12">
      <div class="panel panel-default text-center">
        <div class="panel-top">
          <h1>SonicWall</h1>
        </div>
        <div class="panel-body text-left">
          <p><strong>Reassembly Free Deep Packet Inspection</strong> engine scans against multiple application types and protocols</p>
          <p>Deep Inspection engine is not limited by file size or the amount of concurrent traffic it can scan</p>
          <p>Deep Inspection protects against hidden application vulnerabilities by working at all network layers including the application layer</p>
          <p>Deep Inspection ensures your network is protected from internal and external attacks</p>
          <p>Deep Inspection scans multiple application types and protocols, including SMTP, POP3, IMAP, FTP, HTTP and NetBIOS</p>
          <p>RFDPI provides contextual controls over identity and access of users and applications, data leakage and network optimization</p>
          <p>RFDPI provides granular reporting, auditing and forensics</p>
        </div>
        <div class="panel-footer">
          <h3>Deep Inspection</h3>
          <h4>Beyond simple stateful inspection</h4>
          <form action="#contact">
          <button class="btn btn-lg">Learn more ...</button>
          </form>
        </div>
      </div>
    </div>
  </div>
</div>

<!-- Container (About Section) -->
<div id="about" class="container-fluid bg-grey">
  <div class="row">
    <h2 class="panel-heading text-center">
      <span class="glyphicon glyph-menu glyphicon-grain" aria-hidden="true" ></span>&nbsp;
      About Maxys LLC</h2>
  <div class="col-sm-8">

    <h4>Maxys was founded as a Virginia Corporation in 1997, by Sri Amudhanar, to bring leading information technology products, services and solutions to enterprises and the government.
    </h4>
    <p>Over the past two decades Maxys has continued to invest into the latest technological developments while allowing experience to guide best practices. Maxys partners with select technology and service vendors to bring proven products and solutions to customers.
      <br>
    Maxys provides customers with consulting, vendor authorized class room training with certification programs, software development, systems integration, implementation and go-live deployments, data-center operations, technical support and maintenance services.</p>
    <br>

    </div>
    <div class="col-sm-4">
      <span class="glyphicon glyphicon-signal logo"></span>
    </div>
  </div>

</div>

<!-- Container (Mission Section) -->
<div id="mission" class="container-fluid" >
  <div class="text-center">
    <h2 class="panel-heading text-center">
      <span class="glyphicon glyph-menu glyphicon-flag" aria-hidden="true" ></span>&nbsp;
      Our Mission</h2>
    <h2>To bring success to your technology projects</h2>
  </div>
  <div class="container-fluid">
    <div class="row">
      <div class="col-sm-4 thumbnail">
        <!-- <span class="glyphicon glyphicon-globe logo slideanim"></span> -->
        <img src="images/2987962.jpg" alt="Our Mission and Vision">
      </div>
      <div class="col-sm-8">
        <h4><strong>Our Vision - </strong> To be your reliable service provider</h4>
        <h4><strong>Our Strategy - </strong>Systems, connectivity and user devices evolve in interdependent ways.
          To capture the promise of technological advances we invest in understanding the interconnected forces driving progress.</h4><br>
        <p><strong>Our Care - </strong>New technology gets more complex and legacy technology becomes obsolete at an increasing pace.
          The lines separating voice, video, data analytics, knowledge, intelligence, geospatial, embedded and realtime systems have blurred.<br>
          Modern speeds of connectivity have enabled us to alloy distributed resources into powerful services and capabilities.
          These amalgamations bring new capabilities as well as threats from vast reaches of cyberspace, the new frontiers of our generation,
          where the challengers strive to evolve faster than our defenses. <br>
          Small communities and businesses who are not able build internal expertise in cyber-defense remain vulnerable without structured defences. Review of advances in technology and their security implications go hand in hand.
      </div>
    </div>
  </div>
</div>



<!-- Container (Contact Section) -->
<div id="contact" class="container-fluid bg-grey">
  <h2 class="panel-heading text-center">
    <span class="glyphicon glyph-menu glyphicon-envelope" aria-hidden="true" ></span>&nbsp;
    CONTACT US TODAY!
  </h2>
  <div class="row">
    <div class="col-sm-5">
      <p>Please contact us with and we'll get back to you quickly.</p>
      <p><span class="glyphicon glyphicon-map-marker">&nbsp;</span>Ashburn VA, US</p>
      <!--p><span class="glyphicon glyphicon-phone">&nbsp;</span>+1 XXX-XXX-XXXX</p-->
      <p><span class="glyphicon glyphicon-envelope">&nbsp;</span><a href="mailto:[email protected]?Subject=Maxys%20Website%20Enquiry" target="_top">[email protected]</a></p>
    </div>
    <div class="col-sm-7">
      <form action="mailto://[email protected]?Subject=Maxys%20Website%20Enquiry" method="post" enctype="text/plain">
      <div class="row">
        <div class="col-sm-6 form-group">
	      <label for="fname">First Name</label>
          <input class="form-control" id="fname" name="fname" title="Please enter your first name" placeholder="First name" type="text" required>
        </div>
        <div class="col-sm-6 form-group">
          <label for="lname">Last Name</label>
          <input class="form-control" id="lname" name="lname" title="Please enter your last name" placeholder="Last name" type="text" required>
        </div>
      </div>
      <div class="row">
        <div class="col-sm-6 form-group">
          <label for="email">Contact Email</label>
		      <input class="form-control" id="email" name="email" title="Please enter your email address" placeholder="Email" type="Email" required>
        </div>
        <div class="col-sm-6 form-group">
		<!--
		      <label for="email2">Email Confirm</label>
          <input class="form-control" id="email2" name="email2" title="Please confirm your email address" placeholder="Re-enter email" type="email" required>
		  -->
        </div>
      </div>
      <p>
	  	  <label for="comments">Comments</label>
	  	  <textarea class="form-control" id="comments" name="comments" title="Please enter your questions and comments" placeholder="Please enter your questions and comments" rows="5" required>
      	</textarea>
      </p>
      <p><button class="btn btn-danger pull-right" type="submit">Send</button></p>
    </div>
    </form>
  </div>
</div>


<div id="myCarousel" class="carousel slide text-center" data-ride="carousel">
  <!-- <h2>What our customers say</h2> -->
  <h2 class="panel-heading text-center"><span class="glyphicon glyph-menu glyphicon-thumbs-up" aria-hidden="true" ></span>&nbsp; What our customers say</h2>
  <!-- Indicators -->

  <!-- Indicators -->
  <ol class="carousel-indicators">
    <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
    <li data-target="#myCarousel" data-slide-to="1"></li>
    <li data-target="#myCarousel" data-slide-to="2"></li>
  </ol>

  <!-- Wrapper for slides -->
  <div class="carousel-inner" role="listbox">
    <div class="item active">
      <h4>"Sri is both a business professional and technical expert.<br>The team here at BD is very satisfied with the enabling capabilities delivered by Maxys."<br><span>Gary Kellstrom, Worldwide Director, Enterprise Quality. Becton Dickinson Medical, NJ USA</span></h4>
    </div>
    <div class="item">
      <h4>"Sri has served us well as both technical expert and software developer. Sri is extremely dedicated to his client"<br><span>Thomas A. Edwards, Lt Col USA (Retd), Vice President Operations and Systems, <br>Navy Mutual Aid Association, Arlington, VA USA</span></h4>
    </div>
    <div class="item">
      <h4>"Sri is a true, successful entrepreneur who has great expertise and experience"<br><span>Greg Goodall, Director of Sales - DEFENSE<br>Aviation and Defense. IFS NA</span></h4>
    </div>
  </div>

  <!-- Left and right controls -->
  <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
    <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
    <span class="sr-only">Previous</span>
  </a>
  <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
    <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
    <span class="sr-only">Next</span>
  </a>
</div>

<div class="panel-footer">
<footer class="container-fluid text-center">
  <a href="#myPage" title="To Top">
    <span class="glyphicon glyphicon-chevron-up"></span>
  </a>
  <p>Copyright &copy; <a href="https://www.maxys.com" title="Maxys LLC">Maxys LLC</a>, 2017-2018. All Rights Reserved </p>
</footer>
</div>


</body>
</html>
                               

Whois info of domain

Domain Name: MAXYS.COM
Registry Domain ID: 1525832_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.registrar.amazon
Registrar URL: http://registrar.amazon.com
Updated Date: 2024-05-27T22:31:45Z
Creation Date: 1998-07-02T04:00:00Z
Registry Expiry Date: 2025-07-01T04:00:00Z
Registrar: Amazon Registrar, Inc.
Registrar IANA ID: 468
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.2024422253
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS-1071.AWSDNS-05.ORG
Name Server: NS-1834.AWSDNS-37.CO.UK
Name Server: NS-68.AWSDNS-08.COM
Name Server: NS-740.AWSDNS-28.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-06T19:08:13Z <<<
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