Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - csepr.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 04:20:13 GMT
Server: Apache
X-Frame-Options: SAMEORIGIN
Location: https://csepr.com/
Content-Length: 226
Content-Type: text/html; charset=iso-8859-1

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://csepr.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 04:20:13 GMT
Server: Apache
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

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: csepr.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<title>CSE Systems Integrators</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
body, html {
    height: 100%;
    line-height: 1.8;
}
/* Full height image header */
.bgimg-1 {
    background-position: center;
    background-size: cover;
    background-image: url("scada.jpg");
    min-height: 100%;
}
.w3-bar .w3-button {
    padding: 16px;
}
</style>
<body>

<!-- Navbar (sit on top) -->
<div class="w3-top">
  <div class="w3-bar w3-white w3-card" id="myNavbar">
    <a href="#home" class="w3-bar-item w3-button w3-wide"><img src="logo.png" alt="cse systems" height="20" width="40"><b>cse.systems</b></a>
    <!-- Right-sided navbar links -->
    <div class="w3-right w3-hide-small">
      <a href="#about" class="w3-bar-item w3-button">ABOUT</a>
      <a href="#team" class="w3-bar-item w3-button"><i class="fa fa-user"></i> TEAM</a>
      <a href="#work" class="w3-bar-item w3-button"><i class="fa fa-th"></i> PARTNERS</a>
      <!-- ><a href="#pricing" class="w3-bar-item w3-button"><i class="fa fa-usd"></i> PRICING</a> -->
      <a href="#contact" class="w3-bar-item w3-button"><i class="fa fa-envelope"></i> CONTACT</a>
    </div>
    <!-- Hide right-floated links on small screens and replace them with a menu icon -->

    <a href="javascript:void(0)" class="w3-bar-item w3-button w3-right w3-hide-large w3-hide-medium" onclick="w3_open()">
      <i class="fa fa-bars"></i>
    </a>
  </div>
</div>

<!-- Sidebar on small screens when clicking the menu icon -->
<nav class="w3-sidebar w3-bar-block w3-black w3-card w3-animate-left w3-hide-medium w3-hide-large" style="display:none" id="mySidebar">
  <a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-large w3-padding-16">Close ×</a>
  <a href="#about" onclick="w3_close()" class="w3-bar-item w3-button">ABOUT</a>
  <a href="#team" onclick="w3_close()" class="w3-bar-item w3-button">TEAM</a>
  <a href="#work" onclick="w3_close()" class="w3-bar-item w3-button">PARTNERS</a>
  <!--<a href="#pricing" onclick="w3_close()" class="w3-bar-item w3-button">PRICING</a>-->
  <a href="#contact" onclick="w3_close()" class="w3-bar-item w3-button">CONTACT</a>
</nav>

<!-- Header with full-height image -->
<header class="bgimg-1 w3-display-container w3-grayscale-min" id="home">
  <div class="w3-display-left w3-text-white" style="padding:48px">
    <span class="w3-jumbo w3-hide-small">Connected Enterprise Solutions</span><br>
    <span class="w3-xxlarge w3-hide-large w3-hide-medium">Connected Enterprise Solutions</span><br>
    <span class="w3-large">Make your operations smarter and more productive</span><br>
    <p><a href="#about" class="w3-button w3-white w3-padding-large w3-large w3-margin-top w3-opacity w3-hover-opacity-off">Learn more about us</a></p>
  </div>
  <div class="w3-display-bottomleft w3-text-grey w3-large" style="padding:24px 48px">
    <i class="fa fa-facebook-official w3-hover-opacity"></i>
    <!--<i class="fa fa-instagram w3-hover-opacity"></i>
    <i class="fa fa-snapchat w3-hover-opacity"></i>
    <i class="fa fa-pinterest-p w3-hover-opacity"></i>-->
    <i class="fa fa-twitter w3-hover-opacity"></i>
    <i class="fa fa-linkedin w3-hover-opacity"></i>
  </div>
</header>

<!-- About Section -->
<div class="w3-container" style="padding:128px 16px" id="about">
  <h3 class="w3-center">ABOUT THE COMPANY</h3>
  <p class="w3-center w3-large">Key features of our company</p>
  <div class="w3-row-padding w3-center" style="margin-top:64px">
    <div class="w3-quarter">
      <i class="fa fa-link w3-margin-bottom w3-jumbo w3-center"></i>
      <p class="w3-large">Consulting Services</p>
      <p>We manage your projects from Standalone Control Panel Modernization to Connected Enterprize to Industrial Internet of things to Operational Intelligence. Our engineer have extensive experience in multiple technologies, that will gurantee the right team for your project.</p>
    </div>
    <div class="w3-quarter">
      <i class="fa fa-cogs w3-margin-bottom w3-jumbo"></i>
      <p class="w3-large">Automation & Control</p>
      <p>By combining control systems, intelligent motor controls and smart devices in a secure network infrastructure we can modernize your Plant to achieve a <b>Connected Enterprise</b>.</p>
    </div>
    <div class="w3-quarter">
      <i class="fa fa-database w3-margin-bottom w3-jumbo"></i>
      <p class="w3-large">Information Management</p>
      <p>The integration of control and information across the enterprise enables our customers to optimize their operations by connecting the plant, site, facility, and people</p>
    </div>
    <div class="w3-quarter">
      <i class="fa fa-industry w3-margin-bottom w3-jumbo"></i>
      <p class="w3-large">Maintenance & Support</p>
      <p>Our maintenance services focus on condition-based and preventive planning. This reduces total cost of ownership, improves production availability and efficiency. Our emergency support services, minimizes downtime increasing your Overall Equipment Effectiveness.</p>
    </div>
  </div>
</div>

<!-- Promo Section - "We know design" -->
<div class="w3-container w3-light-grey" style="padding:128px 16px">
  <div class="w3-row-padding">
    <div class="w3-col m6">
      <h3>We know Systems Integration.</h3>
      <p>CSE has been providing solutions for Life Sciences, Chemical, Food Processing and Utilities industries
        in Puerto Rico since 2002. With a great deal of
        experience, we have become a leading provider of turn-key integrated solutions,
        offering software and database development, panel fabrication, instrumentation and
        electrical installation for many type of manufacturing processes. Our staff is a highly trained and
        qualified group of professional that will work closely with your organization to provide the latest
        and most appropriate solutions to your projects needs.</p>
      <p><a href="#work" class="w3-button w3-black"><i class="fa fa-th"> </i> View Our Partners</a></p>
    </div>
    <div class="w3-col m6">
      <img class="w3-image w3-round-large" src="industrial.jpg" alt="Scada" width="700" height="394">
    </div>
  </div>
</div>

<!-- Team Section -->
<div class="w3-container" style="padding:128px 16px" id="team">
  <h3 class="w3-center">THE TEAM</h3>
  <p class="w3-center w3-large">The ones who run this company</p>
  <div class="w3-row-padding w3-grayscale" style="margin-top:64px">
    <div class="w3-col l3 m6 w3-margin-bottom">
      <div class="w3-card">
        <img src="team.jpg" alt="Eddie" style="width:100%">
        <div class="w3-container">
          <h3>Eddie Rodríguez, PE, MSEE</h3>
          <p class="w3-opacity">President & Founder</p>
          <p>Mr. Rodríguez has been involved in the design and implementation of computer and PLC controlled systems for over twenty-three (23) years. Process control system conceptualization, design, start-up and commissioning have been his major contribution to CSE success.</p>
          <p><a style="text-decoration:none" href="eddie.php"><button class="w3-button w3-light-grey w3-block"><i class="fa fa-file"></i> Résumé</button></a></p>
        </div>
      </div>
    </div>
    <div class="w3-col l3 m6 w3-margin-bottom">
      <div class="w3-card">
        <img src="team.jpg" alt="Jerry" style="width:100%">
        <div class="w3-container">
          <h3>Jerry Ortíz, PE</h3>
          <p class="w3-opacity">Engineering Director</p>
          <p>Mr. Ortíz has been involved in the development of PLC controlled systems for over twenty-four (24) years. An expert in Rockwell Automation's controllers and industrial networks, he has developed and commissioned multiple solutions for many types of manufacturing processess.</p>
          <p><a style="text-decoration:none" href="jerry2.php"><button class="w3-button w3-light-grey w3-block"><i class="fa fa-file"></i> Résumé</button></a></p>
        </div>
      </div>
    </div>
<!--    <div class="w3-col l3 m6 w3-margin-bottom">
      <div class="w3-card">
        <img src="team.jpg" alt="Luis" style="width:100%">
        <div class="w3-container">
          <h3>Luis Ortíz</h3>
          <p class="w3-opacity">Software Architect</p>
          <p>Implementing SCADA, HMI and PLC control system projects. Integrating historical and data collection systems. Designing software functional specifications. Developing test cases for FAT, SAT, and control design work for start ups.</p>
          <p><a style="text-decoration:none" href="luis.php"><button class="w3-button w3-light-grey w3-block"><i class="fa fa-file"></i> Résumé</button></a></p>
        </div>
      </div>
    </div> -->
    <div class="w3-col l3 m6 w3-margin-bottom">
      <div class="w3-card">
        <img src="team.jpg" alt="Alexy" style="width:100%">
        <div class="w3-container">
          <h3>Alexy Mercado</h3>
          <p class="w3-opacity">Installation's Manager</p>
          <p class="w3-text-white"></p>
          <p><!--<a style="text-decoration:none" href="lexy.php">--><button class="w3-button w3-light-grey w3-block"><i class="fa fa-file"></i> Résumé</button></a></p>
        </div>
      </div>
    </div>
  </div>
</div>

<!-- Promo Section "Statistics" -->
<div class="w3-container w3-row w3-center w3-dark-grey w3-padding-64">
  <div class="w3-quarter">
    <span class="w3-xxlarge">4+</span>
    <br>Partners
  </div>
  <div class="w3-quarter">
    <span class="w3-xxlarge">200+</span>
    <br>Projects Done
  </div>
  <div class="w3-quarter">
    <span class="w3-xxlarge">40+</span>
    <br>Happy Clients
  </div>
  <div class="w3-quarter">
    <span class="w3-xxlarge">15+</span>
    <br>In Business
  </div>
</div>

<!-- Work Section -->
<div class="w3-container" style="padding:128px 16px" id="work">
  <h3 class="w3-center">OUR PARTNERS</h3>
  <p class="w3-center w3-large">Automation Solutions with Industry Leading Products</p>

  <div class="w3-row-padding" style="margin-top:64px">
    <div class="w3-col l3 m6">
      <img src="wonderware.png" style="width:75%" onclick="onClick(this)" class="w3-hover-opacity" alt="A microphone">
    </div>
    <div class="w3-col l3 m6">
      <img src="rockwell.png" style="width:75%" onclick="onClick(this)" class="w3-hover-opacity" alt="A phone">
    </div>
    <div class="w3-col l3 m6">
      <img src="ignition.png" style="width:75%" onclick="onClick(this)" class="w3-hover-opacity" alt="A drone">
    </div>
    <div class="w3-col l3 m6">
      <img src="schneider.png" style="width:75%" onclick="onClick(this)" class="w3-hover-opacity" alt="A drone">
    </div>
  </div>

</div>

<!-- Modal for full size images on click-->
<div id="modal01" class="w3-modal w3-black" onclick="this.style.display='none'">
  <span class="w3-button w3-xxlarge w3-black w3-padding-large w3-display-topright" title="Close Modal Image">×</span>
  <div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
    <img id="img01" class="w3-image">
    <p id="caption" class="w3-opacity w3-large"></p>
  </div>
</div>

<!-- Skills Section -->
<div class="w3-container w3-light-grey w3-padding-64">
  <div class="w3-row-padding">
    <div class="w3-col m6">
      <h3>Our Skills.</h3>
      <p>Manufacturing Execution Systems (MES), PAC Programming using IEC 61131-3 Standards, SQL Databases, Networking, Web-based Development (.NET, Java, Python, HTML5, CSS3, JavaScript and PHP), SCADA System Security and Data Integrity</p>
      <p>At CSE we have embrace the future, with a solid foundation of problem-solving and an open mind for future advancemets, we are positioned to provide State of the Art solutions for all your Integration needs.</p>
    </div>
    <div class="w3-col m6">
      <p class="w3-wide"><i class="fa fa-cogs w3-margin-right"></i>Automation & Control</p>
      <div class="w3-grey">
        <div class="w3-container w3-dark-grey w3-center" style="width:95%">95%</div>
      </div>
      <p class="w3-wide"><i class="fa fa-desktop w3-margin-right"></i>HMI & Scada</p>
      <div class="w3-grey">
        <div class="w3-container w3-dark-grey w3-center" style="width:98%">98%</div>
      </div>
      <p class="w3-wide"><i class="fa fa-sitemap w3-margin-right"></i>Industrial Networks</p>
      <div class="w3-grey">
        <div class="w3-container w3-dark-grey w3-center" style="width:92%">92%</div>
      </div>
    </div>
  </div>
</div>


<!-- Contact Section -->
<div class="w3-container w3-light-grey" style="padding:128px 16px" id="contact">
  <h3 class="w3-center">CONTACT</h3>
  <p class="w3-center w3-large">Lets get in touch. Send us a message:</p>
  <div class="w3-row-padding" style="margin-top:64px">
    <div class="w3-half">
      <p><i class="fa fa-map-marker fa-fw w3-xxlarge w3-margin-right"></i> San Juan, PR</p>
      <p><i class="fa fa-phone fa-fw w3-xxlarge w3-margin-right"></i> Phone: 787.309.3982</p>
      <p><i class="fa fa-envelope fa-fw w3-xxlarge w3-margin-right"> </i> Email: [email protected]</p>
      <br>
      <form action="mail.php" method="post">
        <p><input class="w3-input w3-border" type="text" placeholder="Name" required name="Name"></p>
        <p><input class="w3-input w3-border" type="text" placeholder="Email" required name="Email"></p>
        <p><input class="w3-input w3-border" type="text" placeholder="Subject" required name="Subject"></p>
        <p><input class="w3-input w3-border" type="text" placeholder="Message" required name="Message"></p>
        <p>
          <button class="w3-button w3-black" type="submit">
            <i class="fa fa-paper-plane"></i> SEND MESSAGE
          </button>
        </p>
      </form>
    </div>
    <div class="w3-half">
      <!-- Add Google Maps -->
      <div id="googleMap" class="w3-greyscale-max" style="width:100%;height:510px;"></div>
    </div>
  </div>
</div>

<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64">
  <a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
  <div class="w3-xlarge w3-section">
    <i class="fa fa-facebook-official w3-hover-opacity"></i>
    <!--<i class="fa fa-instagram w3-hover-opacity"></i>
    <i class="fa fa-snapchat w3-hover-opacity"></i>
    <i class="fa fa-pinterest-p w3-hover-opacity"></i>-->
    <i class="fa fa-twitter w3-hover-opacity"></i>
    <i class="fa fa-linkedin w3-hover-opacity"></i>
  </div>
  <!--<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>-->
</footer>

<!-- Add Google Maps -->
<script>
function myMap()
{
  myCenter=new google.maps.LatLng(18.456615, -66.065952);
  var mapOptions= {
    center:myCenter,
    zoom:12, scrollwheel: false, draggable: false,
    mapTypeId:google.maps.MapTypeId.ROADMAP
  };
  var map=new google.maps.Map(document.getElementById("googleMap"),mapOptions);

  var marker = new google.maps.Marker({
    position: myCenter,
  });
  marker.setMap(map);
}

// Modal Image Gallery
function onClick(element) {
  document.getElementById("img01").src = element.src;
  document.getElementById("modal01").style.display = "block";
  var captionText = document.getElementById("caption");
  captionText.innerHTML = element.alt;
}


// Toggle between showing and hiding the sidebar when clicking the menu icon
var mySidebar = document.getElementById("mySidebar");

function w3_open() {
    if (mySidebar.style.display === 'block') {
        mySidebar.style.display = 'none';
    } else {
        mySidebar.style.display = 'block';
    }
}

// Close the sidebar with the close button
function w3_close() {
    mySidebar.style.display = "none";
}
</script>
<!-- <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBu-916DdpKAjTmJNIgngS6HL_kDIKU0aU&callback=myMap"></script> -->
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDgRvfuBujkEDQV6VfQWeWMNscNfV1AvjI&callback=myMap" type="text/javascript"></script>
<!--
To use this code on your website, get a free API key from Google.
Read more at: https://www.w3schools.com/graphics/google_maps_basic.asp
-->

</body>
</html>
                               

Whois info of domain

Domain Name: CSEPR.COM
Registry Domain ID: 1682924461_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.tucows.com
Registrar URL: http://www.tucows.com
Updated Date: 2020-08-05T17:55:10Z
Creation Date: 2011-10-19T13:45:02Z
Registry Expiry Date: 2025-10-19T13:45:02Z
Registrar: Tucows Domains Inc.
Registrar IANA ID: 69
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4165350123
Domain Status: ok https://icann.org/epp#ok
Name Server: NS2.PRW.NET
Name Server: NS4.PRW.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T04:20:03Z <<<
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