Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - utkpm.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 16 May 2025 00:59:58 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 53
Connection: keep-alive
Location: https://brunpm.com
Server: ip-100-74-5-207.eu-west-2.compute.internal
Vary: Accept-Encoding
X-Request-Id: 7fda595a-397f-42ec-9466-a7f70083afdb

HTTP Code 301 Moved Permanently

http status code 301 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://brunpm.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: private
Content-Type: text/html
Server: Microsoft-IIS/8.5
Set-Cookie: ASPSESSIONIDAUTRABQB=OOMJEALCEOLOHGJKJMNKBMEN; secure; path=/
X-Powered-By: ASP.NET
Date: Fri, 16 May 2025 00:59:57 GMT
Content-Length: 9695

HTTP Code 200 OK

http status code 200 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: utkpm.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>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />





<title>Brun Property Management &#8211; Knoxville, TN</title>


<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<META NAME="author" CONTENT="AIMS Computer Systems 865-995-1818">

<!-- css -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/fancybox/jquery.fancybox.css" rel="stylesheet">
<link href="css/jcarousel.css" rel="stylesheet" />
<link href="css/flexslider.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link href="styles/default.css" rel="stylesheet" type="text/css" />

<!-- Theme skin -->
<link href="skins/default.css" rel="stylesheet" />

<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
<!--[if lt IE 9]>
  <meta http-equiv="REFRESH" content="0;url=ie.html">
<![endif]-->

<!-- This section is required if using Google Fonts Dialog AND required on the page where the content is published -->
<script src="scripts/common/jquery-1.7.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js" type="text/javascript"></script>
<script src="scripts/common/webfont.js" type="text/javascript"></script>
<!-- This section is required on the page where the content is published (to enable 'Open Larger' feature on flickr image) -->
<script src="scripts/common/fancybox13/jquery.easing-1.3.pack.js" type="text/javascript"></script>
<script src="scripts/common/fancybox13/jquery.mousewheel-3.0.2.pack.js" type="text/javascript"></script>
<script src="scripts/common/fancybox13/jquery.fancybox-1.3.1.pack.js" type="text/javascript"></script>
<link href="scripts/common/fancybox13/jquery.fancybox-1.3.1.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript">
$(document).ready(function () {
$('a[rel=lightbox]').fancybox();
});
</script>

<script type="text/javascript">
         function calcHeight()
         {
         //find the height of the internal page
         var the_height=
         document.getElementById('the_iframe').contentWindow.
         document.body.scrollHeight;

         //change the height of the iframe
         document.getElementById('the_iframe').height=
         the_height;
         }
</script>

<!-- XXXXXXX HOVER DROPDOWN MENU XXXXXXX -->
<script>
$(document).ready(function(){
	$(".dropdown, .btn-group").hover(function(){
		var dropdownMenu = $(this).children(".dropdown-menu");
		if(dropdownMenu.is(":visible")){
			dropdownMenu.parent().toggleClass("open");
		}
	});
});		
</script>
<style>
.bs-example{
	margin: 20px;
}
@media screen and (max-width: 768px) {
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
		display: block;
	}
	.dropdown-menu{
		margin-top: 0;
	}
	.dropdown-toggle{
		margin-bottom: 2px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0;
	}
	.bgslides {
	background-color:#452712;
	padding-bottom:20px;
	 }
}
</style>
<!-- XXXXXXX HOVER DROPDOWN MENU XXXXXXX -->

</head>
<body>

<!-- XXXXXXX Background Images XXXXXXX -->
<style>
.crossfade > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: -1;
}
</style>
<style>
.crossfade > figure:nth-child(1) {
  background-image: url('img/slides/01.jpg');
}
.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('img/slides/06.jpg');
}
.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('img/slides/07.jpg');
}
.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('img/slides/08.jpg');
}
.crossfade > figure:nth-child(5) {
  animation-delay: 24s;
  background-image: url('img/slides/09.jpg');
}
</style>
<style>
@keyframes imageAnimation {
  0% {
    animation-timing-function: ease;
    opacity: 0;
  }
  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  17% {
    opacity: 1
  }
  25% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
</style>

    <div class="crossfade">
      <figure></figure>
      <figure></figure>
      <figure></figure>
      <figure></figure>
      <figure></figure>
    </div>
<!-- XXXXXXX Background Images XXXXXXX -->

<div id="wrapper">

<!-- start header -->
	<header>
        <div class="navbar navbar-default navbar-static-top" style="position:fixed; width:100%; background: rgba(0, 0, 0, 0);">
		<div class="bgslides" style="height:30px;"></div>
            <div class="container bgslides">
                <div class="navbar-header">
                    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse" style="margin-top:-10px;margin-right:30px;">
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                    </button>
                    <a class="navbar-brand" href="index.asp"><img class="navbar-logo" src="img/logo.png" style="margin-top:-30px;width:350px;min-width:350px" /><img class="navbar-logoph" src="img/logo.png" style="margin-top:-30px;width:250px" /></a>
                </div>

		<!-- NAV -->

				<div class="navbar-collapse collapse ">
                    <ul class="nav navbar-nav">
					
						

<li class="dropdown"><a href="index.asp"><font color="#FFFFFF" style="text-shadow: 2px 2px 2px black;">Home</font></a></li>
<li class="dropdown"><a href="rentals.asp?title=Rentals"><font color="#FFFFFF" style="text-shadow: 2px 2px 2px black;">Rentals</font></a></li>
<li class="dropdown"><a href="page.asp?title=Residents"><font color="#FFFFFF" style="text-shadow: 2px 2px 2px black;">Residents</font></a></li>
<li class="dropdown"><a href="page.asp?title=Owners"><font color="#FFFFFF" style="text-shadow: 2px 2px 2px black;">Owners</font></a></li>
<li class="dropdown"><a href="page.asp?title=Management"><font color="#FFFFFF" style="text-shadow: 2px 2px 2px black;">Management</font></a></li>
<li class="dropdown"><a href="portfolio.asp?title=Portfolio"><font color="#FFFFFF" style="text-shadow: 2px 2px 2px black;">Portfolio</font></a></li>
<li class="dropdown"><a href="page.asp?title=About"><font color="#FFFFFF" style="text-shadow: 2px 2px 2px black;">About</font></a></li>
<li class="dropdown"><a href="contact.asp"><font color="#FFFFFF" style="text-shadow: 2px 2px 2px black;">Contact</font></a></li>

						
                
                    </ul>
                </div>

		<!-- end NAV -->	

            </div>
        </div>
	</header>
	<!-- end header --> 


	

	
	<section>
	<div class="container" style="margin-bottom:20px">
	
<div style="position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align:center;">

<font color="#FFFFFF" style="text-shadow: 2px 2px 2px black;color:#fffff;font-size: clamp(1rem, -1.5rem + 8.333vw, 5.5rem);"><b>Brun&nbsp;Property&nbsp;Management
<br><div style="text-align:center;margin-top:10px;margin-bottom:-20px">and</div>
<br>Meadowland&nbsp;Property&nbsp;Management</b></font>
<hr style="width:250px" />
<font color="#FFFFFF" style="text-shadow: 2px 2px 2px black;color:#fffff;font-size: clamp(1.8rem, -1.175rem + 3.333vw, 2.9rem);">PROVIDING&nbsp;QUALITY&nbsp;RENTALS&nbsp;IN</font>
<br><br><font color="#FFFFFF" style="text-shadow: 2px 2px 2px black;color:#fffff;font-size: clamp(1.8rem, -1.175rem + 3.333vw, 2.9rem);">KNOXVILLE, MARYVILLE,&nbsp;AND&nbsp;THE&nbsp;SURROUNDING&nbsp;AREAS</font>

<br><br><center><div align="center" style='background-color:#452712;text-align:center;width:200px'><h5 style='padding-top:20px;padding-bottom:20px;'><a href="rentals.asp?title=Rentals"><font color="#FFFFFF"><b>AVAILABLE RENTALS</b></font></a></h5></div></center>



<br><br><center><div align="center" style='background-color:#ffff00;text-align:center;'><h4 style='padding-top:20px;padding-bottom:20px;'><font color="#000000"><b>Check out our move in specials for May !!!</b></font></h4></div></center>



</div>
	
	
	</div>
	</section>
	
	
	


		<!-- FOOTER -->


<br><br>

<div class="container" style="position:fixed;bottom:0;width:100%;background-color:#452712;color:#FFFFFF;padding-top:10px">
			
<p>
<table>
<td><img src="equalhousing.png" height="40" alt="Equal Housing Opportunity" title="Equal Housing Opportunity" /></td>  
<td width="20"></td>
<td width="1" bgcolor="#ffffff"></td>
<td width="20"></td>
<td>
<script type="text/javascript">
<!-- Begin
copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright &copy; "+ update + " Brun Property Management LLC.");
//  End -->
</script> 
<br>Web Design and Hosting by <a href="http://www.aimscomputersystems.com" target="_blank"><font color="#FFFFFF">AIMS Computer Systems</font></a>
</td>
</table>
</p>
					
		</div>

		<!-- end FOOTER -->	

</div>


<!-- javascript
    ================================================== -->
<!-- Placed at the end of the document so the pages load faster -->

<script src="js/bootstrap.min.js"></script>

</body>
</html>                               

Whois info of domain

Domain Name: UTKPM.COM
Registry Domain ID: 2140383488_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-09-04T13:35:07Z
Creation Date: 2017-07-06T03:54:25Z
Registry Expiry Date: 2025-09-23T11:59:59Z
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: NS73.DOMAINCONTROL.COM
Name Server: NS74.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-16T00:59:39Z <<<
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