Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - avgrc.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: private
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: JSESSIONID=1F8A992EA26C9C912743801F4CB811E4; Path=/; Secure; HttpOnly
Set-Cookie: au_lang=es; Expires=Fri, 01-May-2026 16:22:55 GMT; Path=/
Location: https://avgrc.com/auth/login?targetUri=%2F
Content-Length: 0
Date: Thu, 01 May 2025 16:22:55 GMT
Server: Unknown

HTTP Code 302 Found (Moved Temporarily)

302 status code 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 - https://avgrc.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: private
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: JSESSIONID=7F929E995743BD0BCEA48BBBB0C34E2A; Path=/; Secure; HttpOnly
Set-Cookie: au_lang=es; Expires=Fri, 01-May-2026 16:22:55 GMT; Path=/
Content-Type: text/html;charset=UTF-8
Content-Language: es
Transfer-Encoding: chunked
Date: Thu, 01 May 2025 16:22:55 GMT
Server: Unknown

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: avgrc.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>
    <title>Login</title>
    <link rel="stylesheet" href="https://avgrc.com/css/main.css" />
    <link rel="stylesheet" href="https://avgrc.com/css/new.css" />
    <link rel="shortcut icon" href="https://avgrc.com/images/favicon.ico" type="image/x-icon" />
    <script src="/static/js/jquery/jquery-1.7.2.min.js" type="text/javascript"></script>
    <link href="/themes/custom-theme/jquery-ui-1.8.13.custom.css" type="text/css" rel="stylesheet" /><script src="/static/plugins/jquery-ui-1.8.15/jquery-ui/js/jquery-ui-1.8.15.custom.min.js" type="text/javascript" ></script>
    <script src="/js/prefixfree.min.js" type="text/javascript"></script>

    <link rel='stylesheet' type='text/css' href='/plugins/export-1.6/css/export.css' />
    
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  <meta name="layout" content="main"/>
  
  <style type="text/css">
      #header{
          padding: 7px 0px 7px 0px;
      }
      #grailsLogo {
          left: 165px;
          margin: 0px;
          margin-top: 0px;
      }
      #header, #body {
          border: 1px solid #D7D7D7;
          left: 50%;
          margin-left: -240px;
          margin-top: 20px;
          min-width: 480px !important;
          width: 480px !important;
      }
      #callToAction, #loginHeader, #topNavigation, #show, #hide, #collapse {
          display: none;
      }
      #body {
          background: none repeat scroll 0 0 #FFFFFF !important;
          border-top: medium none;
          height: 270px !important;
          padding-left:16px !important;
          margin-top: 20px;
          padding: 20px;
          left:'';
      }
  </style>


</head>
<body>
<div id="wrap">
    <div id="spinner" class="spinner" style="display:none;">
        <img src="https://avgrc.com/images/spinner.gif" alt="Loading..." />
    </div>
    <div id="header">
        <div id="grailsLogo">
            <a href="https://www.avgrc.com"><img src="https://avgrc.com/images/augris-01_160x49.png" alt="Grails" border="0" /></a>
        </div>
        
        
        	
        	
        	
        	<div id="loginHeader">
	 
	 <a href="/auth/login">Ingresar</a>   
</div> 
        	
        	
        
    </div>
    
    
	    <div id="leftColumn">
	        <div id="callToAction">
	            <a class="action" href="https://www.avgrc.com/order/create" onclick="disableCreationButton()" >Crear Pedido</a>
	        </div>
	        
	    </div>
	    <div id="collapse">
	        <a href="#" id="show" onclick="show_sidebar();" style="display: none;">&raquo;</a>
	        <a href="#" id="hide" onclick="hide_sidebar();">&larr; Ocultar</a>
	    </div>
	
    <div id="body">
        
  
  <form action="/auth/signIn" method="post" >
    <input type="hidden" name="targetUri" value="/" />
    <table>
      <tbody>
        <tr>
          <td align="right" width="50%" style="line-height: 28px; padding-left: 0px ! important;"><strong>Nombre de Usuario:</strong></td>
          <td><input type="text" name="username" value="" style="margin-bottom:5px !important;" /></td>
        </tr>
        <tr>
          <td align="right" style="line-height: 28px; padding-left: 0px ! important;"><strong>Contraseña:</strong></td>
          <td><input type="password" name="password" value="" style="margin-bottom:5px !important;" /></td>
        </tr>
        <tr>
          <td align="right" style="padding-right: 10px ! important; padding-left: 0px ! important; padding-bottom: 0 !important;"><strong>Recordarme</strong></td>
          <td style="padding-bottom: 0 !important;"><input type="hidden" name="_rememberMe" /><input type="checkbox" name="rememberMe" id="rememberMe"  /><strong></td>
        </tr>
        <tr>
          <td style="padding-top: 0 !important;" />
          <td style="padding-top: 0 !important;"><input class="menuButton" type="submit" value="Ingresar" style="font-weight: bold;" /></td>
        </tr>
      </tbody>
    </table>
  </form>

    </div>
    <div style="clear:both;"></div>
</div>
</body>
<script>

    function disableCreationButton(){
		jQuery('#callToAction a').bind('click', false);
	}
	function arrayToString( anArray ){
		if( anArray && anArray.length > 0 )
			return anArray.join( ',' );
		else
			return '';
	}
    function hide_sidebar() {
        jQuery('#leftColumn').hide();
        jQuery('#hide').hide();
        jQuery('#show').show();
        jQuery('#topNavigation').width(0);
        jQuery('#body').css('left','30px');
        jQuery('#body').width(jQuery(window).width() - 30);
        jQuery('.nav').width(jQuery(window).width() - 30);
        jQuery('.nav').css('padding-left','15px');
        setCookie('sidebar','hide',365);
        resize_grid();
    }

    function show_sidebar() {
        jQuery('#leftColumn').show();
        jQuery('#show').hide();
        jQuery('#hide').show();
        jQuery('#topNavigation').width(185);
        jQuery('#body').css('left','185px');
        adjust_content();
        jQuery('.nav').css('padding-left','0');
        setCookie('sidebar','show',365);
        resize_grid();
    }

    function adjust_content() {
        var navigationWidth = jQuery('#topNavigation').outerWidth();
        var windowWidth = jQuery(window).width();
        var windowHeight = jQuery(window).height();
        var headerHeight = jQuery('#header').height();
        var navHeight = jQuery('#body .nav').height();
        var navOuterHeight = jQuery('#body .nav').outerHeight();
        var contentWidth = '';
        if(navigationWidth) contentWidth = windowWidth - navigationWidth - 1;
        else contentWidth = windowWidth - 30;
        jQuery('#body').width(contentWidth);
        contentHeight = windowHeight - headerHeight;
        jQuery('#body').height(contentHeight);
        bodyHeight = contentHeight - navHeight - 30;
        jQuery('#body .bodyContainer').height(bodyHeight);
        jQuery('#callToAction').height(navOuterHeight);
        navigationPosition = jQuery('#callToAction').offset().top + jQuery('#callToAction').outerHeight();
        jQuery('#topNavigation').css('top',navigationPosition);
    }
    function float_side_navigation() {
        var top = jQuery('#topNavigation').offset().top - parseFloat(jQuery('#topNavigation').css('marginTop').replace(/auto/, 0));
        jQuery(window).scroll(function (event) {
            // what the y position of the scroll is
            var y = jQuery(this).scrollTop();

            // whether that's below the form
            if (y >= top) {
                // if so, ad the fixed class
                jQuery('#topNavigation').addClass('fixed');
                jQuery('#body').css('clear','both');
            } else {
                // otherwise remove it
                jQuery('#topNavigation').removeClass('fixed');
                jQuery('#body').css('clear','none');
            }
        });
    }
    function float_top_navigation() {
        var top = jQuery('.nav').offset().top - parseFloat(jQuery('.nav').css('paddingTop').replace(/auto/, 0));
        jQuery(window).scroll(function (event) {
            // what the y position of the scroll is
            var y = jQuery(this).scrollTop();

            // whether that's below the form
            if (y >= top) {
                // if so, ad the fixed class
                jQuery('.nav').addClass('fixed');
            } else {
                // otherwise remove it
                jQuery('.nav').removeClass('fixed');
            }
        });
    }

    function getCookie(c_name)
    {
        var i,x,y,ARRcookies=document.cookie.split(";");
        for (i=0;i<ARRcookies.length;i++)
        {
            x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("="));
            y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1);
            x=x.replace(/^\s+|\s+$/g,"");
            if (x==c_name)
            {
                return unescape(y);
            }
        }
    }

    function setCookie(c_name,value,exdays)
    {
        var exdate=new Date();
        exdate.setDate(exdate.getDate() + exdays);
        var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
        document.cookie=c_name + "=" + c_value +"; path=/";
    }

    function checkCookie()
    {
        var sidebar=getCookie('sidebar');
        if (sidebar!=null && sidebar!="")
        {
            if(sidebar == 'show') return false;
            else return true;
        }
        else
        {
            setCookie('sidebar','show',365);
            checkCookie();
        }
    }

    function resize_grid() {
        var top1 = jQuery('.ui-jqgrid-hdiv').height();
        var bottom = jQuery('.bodyContainer').height();
        var newWidth = bottom - top1 - 95;
        jQuery('.bodyContainer .ui-jqgrid-bdiv').height(newWidth);
    }

    jQuery(document).ready(function() {
        adjust_content();
        //float_side_navigation();
        //float_top_navigation();
        jQuery('.nav').width(jQuery('#body').width());
        var topPosition = jQuery('#leftColumn').offset().top + jQuery('#leftColumn').outerHeight() + 5;
        jQuery('#hide').css('top', topPosition + 'px');
        if(jQuery('#collapse').css('display') != 'none') {
            if(checkCookie()) {
                hide_sidebar();
            }
        }
        resize_grid();
    });
    jQuery(window).resize(function() {
        adjust_content();
        jQuery('.nav').width(jQuery('#body').width());
        resize_grid();
    });
    
</script>
</html>                               

Whois info of domain

Domain Name: AVGRC.COM
Registry Domain ID: 1648268592_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.donweb.com
Registrar URL: http://www.donweb.com
Updated Date: 2025-03-28T14:08:09Z
Creation Date: 2011-03-30T16:44:43Z
Registry Expiry Date: 2026-03-30T16:44:43Z
Registrar: Dattatec Corp
Registrar IANA ID: 1388
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +54.01152388127
Domain Status: ok https://icann.org/epp#ok
Name Server: NS2.CLOUDNS.NET
Name Server: PNS3.CLOUDNS.NET
Name Server: PNS6.CLOUDNS.NET
Name Server: PNS7.CLOUDNS.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-01T16:22:36Z <<<
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