Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - octen.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 17 May 2025 16:39:11 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 56
Connection: keep-alive
Location: http://octenmedia.com
Server: ip-100-74-4-251.eu-west-2.compute.internal
Vary: Accept-Encoding
X-Request-Id: 34418403-f8a9-42ab-a9da-4476421b6718

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 - http://octenmedia.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 17 May 2025 16:39:12 GMT
Server: Apache
Upgrade: h2,h2c
Connection: Upgrade
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: octen.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>
   <!--

	=========================================================
	* Octen Media Website Information
	=========================================================

	* Copyright 2021 Octen Media (https://www.octenmedia.com)

	* Designed and coded by https://www.octenmedia.com

	=========================================================

	* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Please contact us to request a removal. Contact us if you want to remove it.

   -->	  
	<meta charset="UTF-8">
	<title>| Octen Media |</title>
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<meta name="description" content="Octen produces awesome content for the Internet, Film, and Television.">
	<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
	  
	<script src="js/jquery-1.7.1.min.js"></script>
	<script type="text/javascript" src="js/jquery.validate.min.js"></script>
	<script type="text/javascript" src="https://www.google.com/recaptcha/api.js"></script>
	<script type="text/javascript" src="js/jquery.maskedinput.min.js"></script>	

	<link href="css/bootstrap-theme.min.css" rel="stylesheet">
	<link href="css/bootstrap.min.css" rel="stylesheet">
	<link href="css/bootstrap-glyphicons.css" rel="stylesheet">
	<link href="css/custom.css" rel="stylesheet">

	<!-- Global site tag (gtag.js) - Google Analytics -->
	<script async src="https://www.googletagmanager.com/gtag/js?id=UA-9573479-1"></script>
	<script>
	  window.dataLayer = window.dataLayer || [];
	  function gtag(){dataLayer.push(arguments);}
	  gtag('js', new Date());

	  gtag('config', 'UA-9573479-1');
	</script>
	  
	<!-- Google tag (gtag.js) -->
	<script async src="https://www.googletagmanager.com/gtag/js?id=G-5ESGV198ZL"></script>
	<script>
	  window.dataLayer = window.dataLayer || [];
	  function gtag(){dataLayer.push(arguments);}
	  gtag('js', new Date());

	  gtag('config', 'G-5ESGV198ZL');
	</script> 
	  

	<!-- Added July 2023 - Google tag (gtag.js) -->
	<script async src="https://www.googletagmanager.com/gtag/js?id=G-M7N6SG0YZB"></script>
	<script>
	  window.dataLayer = window.dataLayer || [];
	  function gtag(){dataLayer.push(arguments);}
	  gtag('js', new Date());

	  gtag('config', 'G-M7N6SG0YZB');
	</script>	  
	  
  </head>
  <body>
  
	  
    <div id="poster">
      <video playsinline autoplay muted loop id="poster">
			<source src="bgs/octen-woodland-720.mp4" type="video/mp4">
      </video>
    </div>
    
    <div id="cover">
    	<!-- There's nothing to see here... -->
    </div>
  
    <div id="main">
      <h1><img src="bgs/octen-logo-web.png" width="150" height="87" alt="Octen"></h1>
      <ul>
        <li>Media Production</li>
		<li>Digital Innovation</li>
        <li>Marketing/Data Consultancy</li>
      </ul>
      <p><a href="javascript:void(0);" id="contact">Contact</a></p>
    </div>
	   
    <div id="smallprint">Octen Media<br/>P.O. Box 848<br/>Cumberland, MD 21501<a href="javascript:void(0);" id="privacy" style="display:none;">Privacy</a></div>
	    
<!-- The Modal -->
<div id="contactcontent" class="modal">

  <!-- Modal content -->
  <div class="modal-content">
    <span id="close" class="close">&times;</span>
    <p>Privacy Information</p>
  </div>
</div>
	  
<!-- The Modal -->
<div id="privacycontent" class="modal">

  <!-- Modal content -->
  <div class="modal-content">
    <span id="close2" class="close">&times;</span>

		<div class="form-area">      
			<form role="form" action="contactform.php" method="post" id="contactform" name="contactform">

				<div class="contactus">Contact Us</div>

				<div class="form-group">
					<label class="control-label col-sm-12" for="subject">Name:</label>
					<div class="col-sm-12">
						<input type="text" class="form-control" placeholder="Full Name" id="name" name="name">
					</div>  
				</div>

				<div class="form-group">
					<label class="control-label col-sm-12" for="email">Email:</label>
					<div class="col-sm-12">  
						<input type="email" class="form-control" placeholder="Email Address" id="email" name="email">
					</div>
				</div>

				<div class="form-group">
					<label class="control-label col-sm-12" for="verifyemail">Confirm Email:</label>
					<div class="col-sm-12">  
						<input type="email" class="form-control" placeholder="Verify Email" id="verifyemail" name="verifyemail">
					</div>
				</div>   		

				<div class="form-group">
					<label class="control-label col-sm-12" for="phone">Phone:</label>
					<div class="col-sm-12">
						<input type="text" class="form-control" placeholder="Phone Number" id="phone" name="phone">
					</div>  
				</div>

				<div class="form-group">
					<label class="control-label col-sm-12" for="message">Message:</label>
						<div class="col-sm-12">
							<textarea class="form-control" type="textarea" id="message" name="message" cols="50" maxlength="500" rows="5"></textarea>
							<div class="help-block"><p id="characterLeft" class="help-block text-right">You have reached the limit</p></div> 
						</div>  
				</div>

				<div class="form-group">
						<div class="col-sm-12">
							<div class="g-recaptcha" data-sitekey="6LctRBAUAAAAANZTFuVd9luIW9Ts96AGfSEOkBQN"></div>
						</div>
				</div>

				<div class="form-group">
					<div class="col-sm-12 text-center">
						<input name="process" type="hidden" value="1" />         
						<input name="Submit" class="btn btn-success" type="submit" value="Submit" /> 
					</div>
				</div>             

			</form>
		</div>          
	    
  </div>
</div>	  
	  
<script type="text/javascript" src="js/function.js"></script>
	  
</body>
</html>                               

Whois info of domain

Domain Name: OCTEN.COM
Registry Domain ID: 13645303_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-11-22T16:35:07Z
Creation Date: 1999-11-22T03:45:50Z
Registry Expiry Date: 2025-11-22T03:45:50Z
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: NS47.DOMAINCONTROL.COM
Name Server: NS48.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-17T16:39:06Z <<<
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