Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
301 Moved Permanently - xmn.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=UTF-8
Location: http://www.xmn.com/
Server: Microsoft-IIS/8.5
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Date: Thu, 29 May 2025 08:04:14 GMT
Content-Length: 142

HTTP Kodu 301 Kalıcı Olarak Taşındı

301 yanıt kodu, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.

Kod 301 ne zaman kullanılır?

  • Bir web sitesi alan adını değiştirirken
  • URL yapılarını değiştirirken
  • SEO için yönlendirmeleri ayarlarken

Kod 301 kullanıcı için ne anlama geliyor?

Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.

200 OK - http://www.xmn.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html
Last-Modified: Mon, 13 May 2019 19:47:50 GMT
Accept-Ranges: bytes
ETag: "f1e228bfc49d51:0"
Server: Microsoft-IIS/8.5
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Date: Thu, 29 May 2025 08:04:16 GMT
Content-Length: 9805

HTTP Kodu 200 OK

200 yanıt kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: xmn.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">

<!-- #BeginTemplate "master.dwt" -->

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<!-- #BeginEditable "doctitle" -->
<title>The Examiner Corporation</title>
<style type="text/css">




.style4 {
	margin: 10px;
}
.style5 {
	border-width: 0;
	margin: 7px;
}
#column_l {
	width: 33%;
}
#column_r {
	width: 65%;
}
#new_box {
	background-color: #F3F3F5;
	height: 100%;
	border-top-style: solid;
	border-top-width: thick;
	border-top-color: #CCCCCC;
	padding: 0px 10px 5px 10px;
}
#testimonial_box {
	background-color: #F3F3F5;
	height: 100%;
	border-top-style: solid;
	border-top-width: thick;
	border-top-color: #CCCCCC;
	padding: 0px 10px 5px 10px;
	margin-bottom: 10px;
}
</style>
<!-- #EndEditable -->
<style type="text/css">

#topMenu {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ebeadf;
	border: 1px solid #c4c2ab;
	padding-bottom: 1em;
}
#topMenu ul {
	padding: 0px;
	margin: 0px;
	background-color: #EBEADF;
}
#topMenu ul li {
	display: inline;
	width: 135px;
	float: left;
	font-size: .8em;
	text-transform: uppercase;
	height: 25px;
}
#topMenu ul li a {
	color: #666666;
	text-decoration: none;
	background-color: #ebeadf;
	line-height: 25px;
	display: block;
	padding-left: 8px;
	font-weight: bold;
}
#topMenu ul li a:hover {
	color: #FFFFFF;
	background-color: #996655;
	font-weight: bold;
}
#topMenu ul li ul {
	visibility: hidden;
}
#topMenu ul li:hover ul {
	visibility: visible;
	background-color: #800000;
	z-index: 999;
	position: relative;
	list-style-type: none;
}
.style1 {
	border-width: 0;
}
.style2 {
	text-align: left;
}
#MastTable {
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	text-align: right;
}
</style>
<script type="text/javascript">
<!--
function FP_openNewWindow(w,h,nav,loc,sts,menu,scroll,resize,name,url) {//v1.0
 var windowProperties=''; if(nav==false) windowProperties+='toolbar=no,'; else
  windowProperties+='toolbar=yes,'; if(loc==false) windowProperties+='location=no,'; 
 else windowProperties+='location=yes,'; if(sts==false) windowProperties+='status=no,';
 else windowProperties+='status=yes,'; if(menu==false) windowProperties+='menubar=no,';
 else windowProperties+='menubar=yes,'; if(scroll==false) windowProperties+='scrollbars=no,';
 else windowProperties+='scrollbars=yes,'; if(resize==false) windowProperties+='resizable=no,';
 else windowProperties+='resizable=yes,'; if(w!="") windowProperties+='width='+w+',';
 if(h!="") windowProperties+='height='+h; if(windowProperties!="") { 
  if( windowProperties.charAt(windowProperties.length-1)==',') 
   windowProperties=windowProperties.substring(0,windowProperties.length-1); } 
 window.open(url,name,windowProperties);
}
// -->
</script>
<link href="Styles/style1.css" rel="stylesheet" type="text/css" />
</head>
<body>

<!-- Begin Container -->
<div id="container">
	<!-- Begin Masthead -->
	<div id="masthead">
		<a href="index.html">
		<div id="MastTable">
		<table style="width: 100%">			<tr>
				<td  style="width: 106px" class="style2">
				<img class="style1" height="86" src="Images/EX3CUTa.jpg" width="80" /></td>
				
				<td>		
				<p style="font-family: Arial, Helvetica, sans-serif; font-size: 3em; font-weight: bolder; font-style: italic; text-decoration: underline; color: #000080; text-align: left">The Examiner Corporation</p>
				<p style="font-family: Arial, Helvetica, sans-serif; font-size: 1em; font-weight: bold; font-style: italic; text-decoration: none; text-align: left; position: relative; top: -12px; color: #000080">Assessment Solutions Since 1985</p></td>
				<td class="style3" valign="top"><p class="style3">
		651.451.7360<br />
		</p>
				</td>
			</tr>
		</table>
		</div>
		</a>
	</div>
	<!-- End Masthead -->
	<!-- Begin Navigation -->
	<div id="topMenu">
		<ul style="height: 10px">
		<li><a href="index.html">Home</a></li>
		<li><a href="Products/Products.html">Products</a>
			<ul>
				<li><a href="Products/ItemBanking.html">Item Banking</a></li>
				<li><a href="Products/TestPrinting.html">Paper-and-Pencil Testing</a></li>
				<li><a href="Products/ProctorSystem.html">Proctor System</a></li>
				<li><a href="Products/ExamRecords.html">Assessment Records</a></li>
				<li><a href= "Products/omr_scanner.html">OMR Scanner Support</a></li>
				<!-- <li><a href="Products/InternetTesting.html">Internet Testing</a></li> Add Eventually -->
			</ul></li>
		<li>
		<a href="http://examinerexpress.com/wordpress/" TARGET="_new" >Blog</a></li>
		<li><a>Links and News</a>
			<ul>
				<li><a href= "articles/link.html">Links</a></li>
				<li><a href= "articles/news.html">News</a></li>	
			</ul>	
		</li>
		<li><a>About Us</a>
			<ul>
				<li><a href="about/default.html">The Examiner Corporation</a></li>
				<li>
				<a style="background-color: #808000; color: #FFFFFF; font-weight: bold; text-decoration: underline;">Our Partner:</a></li>
				<li>
				<a HREF="http://www.chatsworthdata.com/" TARGET="_new">Chatsworth Data Corp.</a></li>
			</ul></li><li><a>Contact Us</a>
			<ul>
				<li><a href="contact/contactTraditional.html">Phone and Mail</a></li>
				<li><a href="http://examinerexpress.com/contact/ExaminerContact.php">Email</a></li>
			</ul></li>
			<li><a>Support</a>
			<ul>
				<li><a href="Support/downloads.html">Downloads</a></li>
				<li><a href="Support/tech_specs.html">Technical Specifications</a></li>
			</ul></li>

		</ul>	
	</div>
	<!-- End Navigation -->
	<!-- Begin Page Content -->
	<div id="page_content">
		<div id="topSection">
			<!-- #BeginEditable "topSection" -->		
			<h2 >How Do You Know They Know What They Know?<img alt="" class="style4" height="238" src="Images/computer_cover.png" style="float: right" width="189" /></h2>
			<h4>Assessment is the key</h4>
			<p>As your organization adapts and adjusts to meet the demands of a changing and increasingly competitive marketplace, how do you know your employees consistently meet the high standards your business requires? With The Examiner™ System you can fairly assess and reinforce the knowledge, skills, and attitudes critical to your organization's success. What's more, you gain a systematic process to help evaluate and improve your training programs.   </p>
			<h4>The Examiner System Simplifies Testing</h4>
			<p>With The Examiner System you can easily create valid and reliable paper-and-pencil or computer-based evaluations to support any training plan. Regardless of your level of expertise in test development, you have the capability to generate quality assessments, including formal certification exams. And with The Examiner System, it doesn't matter where your trainees are located. The software lets you electronically deliver your test to remote locations-while safeguarding the integrity of your testing process- and automatically score and report test results within minutes!</p>		
			<!-- #EndEditable --></div>
		<!-- End Top Section -->
		<!-- Begin Left Column -->
		<div id="column_l">
			<!-- #BeginEditable "content" -->

			<h3>Don&#39;t Just Trust Us!</h3>
						<div id="testimonial_box"><h4>Here&#39;s what one user has to say:</h4>
			<p style="position: relative; top: -10px"><em>There are several things about the Examiner that we enjoy and one of the pluses of the program is ability to establish exam item banks.  We are required by the Environmental Protection Agency to create several new examinations each year and having the ability to create several exam item banks makes it easier to generate new exams quickly.</em></p>
			<p style="position: relative; top: -10px"><em>The Examiner Corporation provides wonderful service.  After purchasing the program Mr. Brown came to Missouri and trained our staff on how to use the program.  Anytime we have a problem, 
			The Examiner is quick in returning our calls or email and they help us correct the problem or they correct the problem for us.</em></p>
			<p class="style3">The Bureau of Pesticide Control
				Missouri Department of Agriculture</p>
			</div>
			<!-- #EndEditable --></div>
		<!-- End Left Column -->
		<!-- End Right Column --->
		<div id="column_r">
			<!-- #BeginEditable "sidebar" -->

			<h3>What&#39;s New?</h3>
			<div id="new_box">
			<h4><a href="http://examinerexpress.com">
			<img alt="" class="style5" height="197" src="Images/ex_express_top_350.png" style="float: right" width="350" /></a>Examiner Express</h4>
			
			<p>The Examiner Corporation is proud to announce Examiner Express, the most affordable scanning, scoring, and record-keeping system we've ever offered!  The demands made on teachers by No-Child-Left-Behind, state assessment mandates, and the day-to-day hassles of testing are within the reach of every school or district.  Click
			<a href="http://examinerexpress.com">here to go</a> to our dedicated 
			Examiner Express site!</p>
				<p>&nbsp; </p>
			</div>
			<!-- #EndEditable --></div>
		<!-- End Right Column --></div>
	<!-- End Page Content -->
	<!-- Begin Footer -->
	<div id="footer">
		<p><a href="index.html">Home</a> |
		<a href="about/default.html">About</a> |
		<a href="contact/contactTraditional.html">Contact</a> |
		<a href="articles/link.html">Information Links</a> |
		<a href="articles/news.html">News</a> | 
		<a href="products/default.html"></a></p>
		<p>Copyright © 2014 The Examiner Corporation. All Rights Reserved.</p>
	</div>
	<!-- End Footer --></div>
<!-- End Container -->

</body>

<!-- #EndTemplate -->

</html>
                               

Alan adının whois bilgisi

Domain Name: XMN.COM
Registry Domain ID: 10988_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.enom.com
Registrar URL: http://www.enomdomains.com
Updated Date: 2024-03-19T21:11:25Z
Creation Date: 1996-01-15T05:00:00Z
Registry Expiry Date: 2028-01-14T05:00:00Z
Registrar: eNom, LLC
Registrar IANA ID: 48
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4165350123
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: GAVIOTA.GOWESTHOSTING.COM
Name Server: NS.GOWESTHOSTING.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-29T08:04:03Z <<<
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