Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - vgeth.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 09 May 2025 15:30:50 GMT
Content-Type: text/plain; charset=utf-8
Content-Length: 24
Connection: keep-alive
Server: nginx/1.22.1
X-Powered-By: Express
Location: /0
Vary: Accept

HTTP Code 302 Found (Moved Temporarily)

302 http 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 - /0.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 09 May 2025 15:30:53 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 14745
Connection: keep-alive
Server: nginx/1.22.1
X-Powered-By: Express
ETag: W/"3999-okBH+DtIyimftdHwohzOJo1aCQc"

HTTP Code 200 OK

200 http 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: vgeth.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html class="no-js" lang="en">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">


        <META NAME="robots" CONTENT="index,follow">



        
        <title>Village Grove East Townhomes | TownSq Community App | Welcome to Our Community</title>

        <meta name="description" content=" | Community management and communication made easier with TownSq community app." />


        <!-- Twitter Card data -->
        <meta name="twitter:card" value="summary">

        <!-- Open Graph data -->
        <meta property="og:title" content="Village Grove East Townhomes | TownSq Community App" />
        <meta property="og:type" content="website" />
        <meta property="og:url" content="http:&#x2F;&#x2F;townsq.io" />
        <meta property="og:image" content="https:&#x2F;&#x2F;townsq-fountain.s3-us-west-2.amazonaws.com&#x2F;5a4bc8e959cb97283605d06d&#x2F;website&#x2F;public&#x2F;tmp&#x2F;7b3e6eb3-7f81-4eeb-a468-c63294148198" />
        <meta property="og:description" content=" | Community management and communication made easier with TownSq community app." />



        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="apple-touch-icon" href="apple-touch-icon.png">
        
        <link rel="stylesheet" href="&#x2F;css&#x2F;theme_1_main.css">
        <link rel="stylesheet" href="&#x2F;css&#x2F;theme_1_color_1.css">
        <link rel="stylesheet" href="&#x2F;css&#x2F;theme_1_font_1.css">

        <script>
            /*! loadJS: load a JS file asynchronously. [c]2014 @scottjehl, Filament Group, Inc. (Based on http://goo.gl/REQGQ by Paul Irish). Licensed MIT */ ! function(a) {
                var b = function(b, c) {
                    "use strict";
                    var d = a.document.getElementsByTagName("script")[0],
                        e = a.document.createElement("script");
                    return e.src = b, e.async = !0, d.parentNode.insertBefore(e, d), c && "function" == typeof c && (e.onload = c), e
                };
                "undefined" != typeof module ? module.exports = b : a.loadJS = b
            }("undefined" != typeof global ? global : this);
            /*! loadCSS: load a CSS file asynchronously. [c]2016 @scottjehl, Filament Group, Inc. Licensed MIT */
            ! function(a) {
                "use strict";
                var b = function(b, c, d) {
                    function j(a) {
                        return e.body ? a() : void setTimeout(function() {
                            j(a)
                        })
                    }

                    function l() {
                        f.addEventListener && f.removeEventListener("load", l), f.media = d || "all"
                    }
                    var g, e = a.document,
                        f = e.createElement("link");
                    if (c) g = c;
                    else {
                        var h = (e.body || e.getElementsByTagName("head")[0]).childNodes;
                        g = h[h.length - 1]
                    }
                    var i = e.styleSheets;
                    f.rel = "stylesheet", f.href = b, f.media = "only x", j(function() {
                        g.parentNode.insertBefore(f, c ? g : g.nextSibling)
                    });
                    var k = function(a) {
                        for (var b = f.href, c = i.length; c--;)
                            if (i[c].href === b) return a();
                        setTimeout(function() {
                            k(a)
                        })
                    };
                    return f.addEventListener && f.addEventListener("load", l), f.onloadcssdefined = k, k(l), f
                };
                "undefined" != typeof exports ? exports.loadCSS = b : a.loadCSS = b
            }("undefined" != typeof global ? global : this); /*! CSS rel=preload polyfill. Depends on loadCSS function. [c]2016 @scottjehl, Filament Group, Inc. Licensed MIT  */
            ! function(a) {
                if (a.loadCSS) {
                    var b = loadCSS.relpreload = {};
                    if (b.support = function() {
                            try {
                                return a.document.createElement("link").relList.supports("preload")
                            } catch (a) {
                                return !1
                            }
                        }, b.poly = function() {
                            for (var b = a.document.getElementsByTagName("link"), c = 0; c < b.length; c++) {
                                var d = b[c];
                                "preload" === d.rel && "style" === d.getAttribute("as") && (a.loadCSS(d.href, d), d.rel = null)
                            }
                        }, !b.support()) {
                        b.poly();
                        var c = a.setInterval(b.poly, 300);
                        a.addEventListener && a.addEventListener("load", function() {
                            a.clearInterval(c)
                        }), a.attachEvent && a.attachEvent("onload", function() {
                            a.clearInterval(c)
                        })
                    }
                }
            }(this);
        </script>

        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
        <script>window.jQuery || document.write('<script src="/js/vendor/jquery-3.2.1.min.js"><\/script>')</script>

        <script src="/js/main.min.js"></script>
    </head>    <body>
        <!--[if lt IE 11]>
            <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
        <![endif]-->
        
		<div id="container">

			<header role="banner" id="header">

			    <div class="header__mobileLogin">
			        <a href="https:&#x2F;&#x2F;app.townsq.io&#x2F;login" alt="townSq Login" _blank class="login">
									Login/Register
									<span class="login_icon">
										<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512.0051 512"><path d="M472.0051,512h-432a40,40,0,0,1-40-40V332.95a22.2,22.2,0,1,1,44.39-.9424q.01.4711,0,.9424V467.61h423.22V44.39H44.3951V179.05a22.2,22.2,0,0,1-44.39.9424q-.01-.4711,0-.9424V40a40,40,0,0,1,40-40h432a40,40,0,0,1,40,40V472A40,40,0,0,1,472.0051,512Z"/><path d="M212.0051,293.54c-45.68.43-86.76,1.13-127.84,1.09-34.33,0-54.1-14.25-51.73-38.46,2.95-30.08,24-37.49,50.25-37.46,41.18,0,82.36-.65,128.56-1.08-.19-20.59-1-39.34-.4-58.05.85-27.5,11.17-34.38,32.32-19.73,46,31.88,91,65.23,136.29,98.23,14.25,10.39,14.66,22,.33,32.75-45.64,34.36-91.06,69-137.35,102.47-19.18,13.86-28.85,3.79-29.73-17.21C211.8851,337,212.1951,317.82,212.0051,293.54Z"/></svg>
									</span>
								</a>
			    </div>
			    <!--! end of .header__mobileLogin -->


			    <div class="header__logo">

			        <a href="0" alt="Village Grove East Townhomes"><img src="https:&#x2F;&#x2F;townsq-fountain.s3-us-west-2.amazonaws.com&#x2F;5a4bc8e959cb97283605d06d&#x2F;website&#x2F;public&#x2F;tmp&#x2F;6471de3c-3c3f-48ef-963a-062810553d4f" alt="Village Grove East Townhomes"/></a>
			    </div>
			    <!--! end of .header__logo -->


			    <div class="header__mobileNav">
			        <a href="https:&#x2F;&#x2F;app.townsq.io&#x2F;login" alt="login" target="_blank" class="login">
									Login/Register
									<span class="login_icon">
										<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512.0051 512"><path d="M472.0051,512h-432a40,40,0,0,1-40-40V332.95a22.2,22.2,0,1,1,44.39-.9424q.01.4711,0,.9424V467.61h423.22V44.39H44.3951V179.05a22.2,22.2,0,0,1-44.39.9424q-.01-.4711,0-.9424V40a40,40,0,0,1,40-40h432a40,40,0,0,1,40,40V472A40,40,0,0,1,472.0051,512Z"/><path d="M212.0051,293.54c-45.68.43-86.76,1.13-127.84,1.09-34.33,0-54.1-14.25-51.73-38.46,2.95-30.08,24-37.49,50.25-37.46,41.18,0,82.36-.65,128.56-1.08-.19-20.59-1-39.34-.4-58.05.85-27.5,11.17-34.38,32.32-19.73,46,31.88,91,65.23,136.29,98.23,14.25,10.39,14.66,22,.33,32.75-45.64,34.36-91.06,69-137.35,102.47-19.18,13.86-28.85,3.79-29.73-17.21C211.8851,337,212.1951,317.82,212.0051,293.54Z"/></svg>
									</span>
								</a>
			        <button alt="menu" class="hamburger hamburger--squeeze" type="button"><span class="hamburger-box"><span class="hamburger-inner"></span></span></button>
			    </div>
			    <!--! end of .header__mobileNav -->

			    <nav>
			        <ul>

			                <li>
			                    <a href="0" alt="Home">Home</a>
			                </li>
			                <li>
			                    <a href="1" alt="Our Community ">Our Community </a>
			                </li>
			                <li>
			                    <a href="2" alt="Photo Gallery">Photo Gallery</a>
			                </li>
			                <li>
			                    <a href="3" alt="Resources">Resources</a>
			                </li>
			                <li>
			                    <a href="4" alt="Amenity Access ">Amenity Access </a>
			                </li>
			                <li>
			                    <a href="5" alt="TownSq">TownSq</a>
			                </li>
			                <li>
			                    <a href="6" alt="Community Association Manager">Community Association Manager</a>
			                </li>
			                <li>
			                    <a href="7" alt="Goodwin &amp; Company ">Goodwin &amp; Company </a>
			                </li>

			            <li class="getApp">
			                Get the App:
			                <span class="app-icons">
			                    <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;app&#x2F;id945419466" alt="Download on the App Store" target="_blank"><img src="/img/Apple-App-Store.png" alt="Download on the App Store" /></a>
								<a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id&#x3D;br.socialcondo.app" alt="Get it on Google Play" target="_blank"><img src="/img/Google-Play.png" alt="Get it on Google Play" /></a>
							</span>
			            </li>
			        </ul>
			    </nav>
			</header>
			<div id="main" role="main" class="home">
				<div class="main__container">
					
					<div class="home__hero" style="background-image:url(https:&#x2F;&#x2F;townsq-fountain.s3-us-west-2.amazonaws.com&#x2F;5a4bc8e959cb97283605d06d&#x2F;website&#x2F;public&#x2F;tmp&#x2F;7b3e6eb3-7f81-4eeb-a468-c63294148198);">
						<div class="home__hero__mobileImage">
							<img src="https:&#x2F;&#x2F;townsq-fountain.s3-us-west-2.amazonaws.com&#x2F;5a4bc8e959cb97283605d06d&#x2F;website&#x2F;public&#x2F;tmp&#x2F;7b3e6eb3-7f81-4eeb-a468-c63294148198" alt="Village Grove East Townhomes cover" />
						</div><!--! end of .home__hero__mobileImage -->
						<div class="home__hero__copy">
							<h1>
								Village Grove East Townhomes
							</h1>
							<p class="sub">
								Pasadena, TX 77505
							</p>
						</div><!--! end of .home__hero__copy -->
					</div><!--! end of .home__hero -->

					<div class="home__welcome main__section">

						<h1>Welcome to Our Community</h1>
						
						<table border="0" cellpadding="0" cellspacing="0"><tbody><tr valign="top"><td align="left" valign="top"><table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%"><tbody><tr><td valign="top"><table border="0" cellspacing="0" width="100%"><tbody><tr><td valign="top" width="75%"><table border="0" cellspacing="0" width="100%"><tbody><tr><td height="100%" name="_invisibleIfEmpty" valign="top"><strong><u>Welcome to Village Grove East Townhomes!</u></strong><br><br>Located just across from the Pasadena Convention Center Rodeo Grounds on Red Bluff, we are a quiet, quaint, small but very upbeat neighborhood. We have only a total of 140 homes which allows neighbors to be neighbors with everyone! The friendly attitude of all is contagious and easily spreads around all 4 of the streets, which makes up the entire neighborhood. Our Olympic size community swimming pool is the center gathering spot for birthday parties, family and neighborhood gatherings and cookouts during the summer months! A great place to meet your neighbors!<br>&nbsp;</td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table>

					</div><!--! end of .home__welcome -->

					<div class="home__news">
						<div class="home__news__container">

							<div class="home__news__copy">
								<h2>TownSq</h2>
								
								<p style="">Download the app or visit <a href="https://app.townsq.io/" target="_blank"><strong>TownSq</strong></a> to:</p><ul><li>Pay online and review your account balance</li><li>Log and track service requests </li><li>Submit architecture requests</li><li>Book common areas and amenities </li><li>Engage with your neighbors and make your voice count</li><li>Contact the board or your management team</li><li>Get up-to-date community news and events</li></ul><p style="text-align: center;"><a href="https://app.townsq.io" target="_blank"><img src="https://s3-us-west-2.amazonaws.com/townsq.templatesite.images/TownSq+Logo_2c.png" height="50px"></a></p>
							</div>
						</div><!--! end of .home__news__container -->
					</div><!--! end of .home__news -->

				</div><!--! end of .main__container -->

				<footer id="footer">
				    <div class="footer__top main__section">
				        <div class="col">
				            <h2>
				                Association
				            </h2>
				            <p>
				                Village Grove East Townhomes
				                <br /> 
				                4714 Park Trail Lane
				                <br /> 
				                Pasadena, TX 77505
				                <br />
				                
				            </p>
				        </div>
				        <div class="col">
				            <h2>
				                Management
				            </h2>
				            <p>
				                Goodwin &amp; Company
				                <br /> 
				                <a href="http:&#x2F;&#x2F;www.goodwintx.com" alt="website" title="name">Website</a>
				            </p>
				        </div>
				        <div class="col">
				        </div>
				    </div>
				    <!--! end of .footer__top -->

				    <div class="footer__bottom">
				        <p class="copyright">
				            &copy;2025 Village Grove East Townhomes
				        </p>
				        <p class="powered">
				            <a href="http:&#x2F;&#x2F;townsq.io">Powered by community app <img src="/img/community-app-townsq-small-logo-w.png" alt="community-app-townsq-small-logo-w" /></a>
				        </p>
				    </div>
				    <!--! end of .footer__bottom -->
				</footer>
			</div><!--! end of #main -->
        
        </div><!--! end of #container -->

    </body>
</html>

                               

Whois info of domain

Domain Name: VGETH.COM
Registry Domain ID: 1793278034_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.name.com
Registrar URL: http://www.name.com
Updated Date: 2025-03-14T15:14:06Z
Creation Date: 2013-04-12T14:01:24Z
Registry Expiry Date: 2026-04-12T14:01:24Z
Registrar: Name.com, Inc.
Registrar IANA ID: 625
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 7202492374
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1MPZ.NAME.COM
Name Server: NS2NSW.NAME.COM
Name Server: NS3DTY.NAME.COM
Name Server: NS4FQZ.NAME.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-09T15:30:35Z <<<
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