Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - sigdl.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 02 May 2025 01:11:19 GMT
Server: Apache
Location: https://sigdl.com/
Content-Length: 226
Content-Type: text/html; charset=iso-8859-1

HTTP Code 301 Moved Permanently

301 Moved Permanently 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.

302 Found - https://sigdl.com/
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 02 May 2025 01:11:20 GMT
Server: Apache
Upgrade: h2
Connection: Upgrade
Location: /v2/
Cache-Control: max-age=600
Expires: Fri, 02 May 2025 01:21:20 GMT
Vary: User-Agent
Content-Length: 0
Content-Type: text/html; charset=UTF-8

HTTP Code 302 Found (Moved Temporarily)

302 Found indicates that the requested resource is temporarily available at a different URL.

When is Code 302 used?

  • When temporarily changing a page URL
  • When testing new content
  • During temporary maintenance

What does Code 302 mean for the user?

The user is automatically redirected to the new URL, but search engines continue to index the old address.

200 OK - /v2/.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 02 May 2025 01:11:20 GMT
Server: Apache
Cache-Control: max-age=600
Expires: Fri, 02 May 2025 01:21:20 GMT
Vary: Accept-Encoding,User-Agent
Content-Length: 9804
Content-Type: text/html; charset=UTF-8

HTTP Code 200 OK

200 OK 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: sigdl.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>SIGDL .:. Desarrollos Web</title>

<!--<link href='https://fonts.googleapis.com/css?family=Roboto:400,900italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'>-->
<link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Quicksand:400,300,700' rel='stylesheet' type='text/css'>

<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="estilos.css" rel="stylesheet" type="text/css">

<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
  <script src="http://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv.js"></script>
  <script src="http://cdnjs.cloudflare.com/ajax/libs/respond.js/1.2.0/respond.js"></script>
<![endif]-->

<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>

<body>

<div class="container-fluid" id="header">
	<div class="row row-centered">
	<div class="col-md-12 col-centered" id="logo">
    	<img src="images/logo.gif" class="img-responsive" >
    </div>
    <div class="col-md-12" id="menu">
    	<nav id='cssmenu'>
        <div id="head-mobile"></div>
        <div class="button"></div>
        <ul>
        <li class='active'><a href='#'><i class="fa fa-home"></i> INICIO</a></li>
        <li><a href='responsive.php'><i class="fa fa-desktop"></i> RESPONSIVE</a></li>
        <li><a href='portafolio.php'><i class="fa fa-briefcase"></i> PORTAFOLIO</a></li>
        <li><a href='#'><i class="fa fa-cog"></i> HERRAMIENTAS</a>
           <ul>
              <li><a href='screenfly.php'>RESPONSIVE</a>
                 <!--<ul>
                    <li><a href='404.php'>HOSTING</a></li>
                    <li><a href='404.php'>DOMINIOS</a></li>
                 </ul>-->
              </li>
              <li><a href='curp.php'>CURP</a>
              </li>
              </li>
           </ul>
        </li>
        <li><a href='contacto.php'><i class="fa fa-envelope"></i> CONTACTO</a></li>
        </ul>
        </nav>
    </div>
    </div>
</div>

<div id="carousel" class="container-fluid">

<div id="myCarousel" class="carousel slide" data-ride="carousel">
        <!-- 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">
            <img src="images/slide001.jpg">
          </div>
    
          <div class="item">
            <img src="images/slide002.jpg">
          </div>
        
          <div class="item">
            <img src="images/slide003.jpg">
          </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>

<div class="container" id="body">
      
      <div id="intro" class="row">
      <div class="col-md-12">
      <div id="logos" class="center-block">
          <div class="col-md-2 col-xs-6 col-sm-4">
          <img src="images/bootstrap.fw.png" class="img-responsive">
          </div>
          <div class="col-md-2 col-xs-6 col-sm-4">
          <img src="images/mysql.fw.png" class="img-responsive">
          </div>
          <div class="col-md-2 col-xs-6 col-sm-4">
            <img src="images/php.fw.png" class="img-responsive">
          </div>
          <div class="col-md-2 col-xs-6 col-sm-4">
            <img src="images/jquery.fw.png" class="img-responsive">
          </div>
          <div class="col-md-2 col-xs-6 col-sm-4">
          <img src="images/html5.fw.png" class="img-responsive">
          </div>
          <div class="col-md-2 col-xs-6 col-sm-4">
          <img src="images/css3.fw.png" class="img-responsive">
          </div>
      </div>   
      <h4 class="text-center">Sociedad Inform&aacute;tica de Guadalajara </h4>
      <p class="col-md-6 text-justify">
        <img class="img-responsive fa-border" src="images/logofull.jpg" alt="SIGDL" align="left">
        Dedicados a ofrecer productos de calidad y vanguardia, con base en los requerimientos de nuestros clientes. Trabajamos con diferentes tecnolog&iacute;as para brindar desarrollos &oacute;ptimos que permitan la &aacute;gil y f&aacute;cil navegaci&oacute;n tanto en equipos de c&oacute;mputo como en dispositivos m&oacute;viles.
       </p>
       <p class="col-md-6 text-justify">
        Contamos tambi&eacute;n con el soporte de profesionales en el &aacute;rea de Dise&ntilde;o Gr&aacute;fico para poder ofrecer productos de mayor calidad a nuestros clientes. Si usted y su equipo de trabajo o empresa est&aacute;n interesados alguna propuesta de trabajo o desarrollo para su empresa, con gusto podemos visitarles o ponernos en contacto para un levantamiento previo de requerimientos y la realizaci&oacute;n de un presupuesto sin ning&uacute;n compromiso de compra. Lo invitamos a conocer parte de nuestro trabajo en nuestro <a href="portafolio.php"><i class="fa fa-external-link"></i> Portafolio de clientes.</a>
        </p>
      </div>
      </div>   
</div>

<div class="container-fluid" id="foot">
	<div class="row row-centered">
    	<div class="col-md-4 col-sm-4">
        	<h3>Contacto:</h3>
        	<ul class="mi-clase">
            <li><i class="fa fa-user"></i> L.S.C. Juan Martín Juárez J.</li>
            <li><i class="fa fa-briefcase"></i> Director Asociado</li>
            <li><i class="fa fa-envelope"></i> <a href="mailto:[email protected]">[email protected]</a></li>
            <li class="hidden-xs"><i class="fa fa-phone"></i> - <i class="fa fa-whatsapp"></i> 33 35 77 83 24</li>
            <li class="visible-xs"><a href="tel:3335778324"><i class="fa fa-phone"></i> 33 35 77 83 24</a></li>
            </ul>
        </div>
        <div class="col-md-4 col-sm-4">
        	<h3>Ingresar</h3>
        	<ul class="mi-clase">
        	<li><i class="fa fa-envelope"></i> <a href="http://www.sigdl.com/rcmail/" target="_blank">Email</a></li>
            <!--<li><i class="fa fa-cog fa-2x"></i> Configurar</li>-->
            </ul>
        </div>
        <div class="col-md-4 col-sm-4 ">
        	<h3>Redes Sociales</h3>
            <ul class="mi-clase">
            <li><i class="fa fa-facebook-square"></i> <a href="http://www.facebook.com/sigdl/" target="_blank">facebook.com/SIGDL/</a></li>
            <!--<li><i class="fa fa-youtube-play fa-2x"></i> youtube.com/c/SIGDL</li>-->
            <li><a href="https://api.whatsapp.com/send?phone=5213335778324" target="_blank"><i class="fa fa-whatsapp"></i> Envia WhatsApp</a></li>
            </ul>
        </div>
    </div>
</div>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-3354524-1', 'auto');
  ga('send', 'pageview');

</script>
</body>
<script>
(function($) {
$.fn.menumaker = function(options) {  
 var cssmenu = $(this), settings = $.extend({
   format: "dropdown",
   sticky: false
 }, options);
 return this.each(function() {
   $(this).find(".button").on('click', function(){
     $(this).toggleClass('menu-opened');
     var mainmenu = $(this).next('ul');
     if (mainmenu.hasClass('open')) { 
       mainmenu.slideToggle().removeClass('open');
     }
     else {
       mainmenu.slideToggle().addClass('open');
       if (settings.format === "dropdown") {
         mainmenu.find('ul').show();
       }
     }
   });
   cssmenu.find('li ul').parent().addClass('has-sub');
multiTg = function() {
     cssmenu.find(".has-sub").prepend('<span class="submenu-button"></span>');
     cssmenu.find('.submenu-button').on('click', function() {
       $(this).toggleClass('submenu-opened');
       if ($(this).siblings('ul').hasClass('open')) {
         $(this).siblings('ul').removeClass('open').slideToggle();
       }
       else {
         $(this).siblings('ul').addClass('open').slideToggle();
       }
     });
   };
   if (settings.format === 'multitoggle') multiTg();
   else cssmenu.addClass('dropdown');
   if (settings.sticky === true) cssmenu.css('position', 'fixed');
resizeFix = function() {
  var mediasize = 700;
     if ($( window ).width() > mediasize) {
       cssmenu.find('ul').show();
     }
     if ($(window).width() <= mediasize) {
       cssmenu.find('ul').hide().removeClass('open');
     }
   };
   resizeFix();
   return $(window).on('resize', resizeFix);
 });
  };
})(jQuery);

(function($){
$(document).ready(function(){
$("#cssmenu").menumaker({
   format: "multitoggle"
});
});
})(jQuery);
</script>
</html>                               

Whois info of domain

Domain Name: SIGDL.COM
Registry Domain ID: 113091282_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-03-10T00:17:21Z
Creation Date: 2004-03-03T01:33:20Z
Registry Expiry Date: 2026-03-03T01:33:20Z
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: NS1.DREAMHOST.COM
Name Server: NS2.DREAMHOST.COM
Name Server: NS3.DREAMHOST.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-02T01:11:02Z <<<
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