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
200 OK - paath.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
date: Sat, 24 May 2025 08:40:22 GMT
server: Apache
upgrade: h2
connection: Upgrade
vary: Accept-Encoding
transfer-encoding: chunked
content-type: text/html

HTTP Kodu 200 OK

200 durum 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: paath.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<html>
<head>
<title>A B 0 1  Info team</title>
<style type="text/css">
<!--
body,td,th {
	color: #999999;
}
body {
	background-color: #000000;
}
a:link {
	color: #999999;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #999999;
}
.Style1 {
	font-size: x-small
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<!--<meta http-equiv="refresh" content="1;URL=top/index.php">
<meta http-equiv="refresh" content="1;URL=top/index.php"> -->
<meta http-equiv="Page-Enter" content="RevealTrans (Duration=3, Transition=2)">
<meta http-equiv="Page-Exit" content="RevealTrans (Duration=3, Transition=2)">
</head>

<body onLoad="KW_doClock()">
<p>&nbsp;</p>
<p align="center"><img src="graphics/Introrefl.jpg" width="111" height="180"></p>
<p align="center"><img src="graphics/introo.jpg" width="497" height="658" border="0" usemap="#Map2">
<map name="Map2"><area shape="rect" coords="326,64,433,185" href="top/index.php" alt="AB01.info">
<area shape="rect" coords="139,85,203,155" href="http://www.ab01.com" alt="Main Web Site">
<area shape="circle" coords="128,43,38" href="PAATH COM/index.htm" alt="Gallery">
</map></p>
<p align="center">
  <map name="Map">
    <area shape="rect" coords="51,77,117,144" alt="You need an access code">
      <area shape="rect" coords="143,85,203,147" alt="Main Site">
  </map>
</p>
<p align="center">
  <script language='JavaScript'>
//  Start
function class_clock(f,s,c,b,w,h,d,m,g,z) { //  
	this.b=b;this.w=w;this.h=h;this.d=d;this.g=g;this.z=z
	this.o='<font style="color:'+c+'; font-family:'+f+'; font-size:'+s+'pt;">';
if (m==1) this.o+=doDate("W0","%20","M0","%20","Y0","%20");

}
var clock=new class_clock("Arial, Helvetica, sans-serif","7","#666666","#000000","224",0,1,1,0,0)
//  .
d=document
if (d.all || d.getElementById) {d.write('<span id="activeClock" style="width:'+clock.w+'px; background-color:'+clock.b+'"></span>'); }
else if (d.layers) {d.write('<ilayer bgcolor="'+clock.b+'" id="wrapClock"><layer width="'+clock.w+'" id="activeClock"></layer></ilayer>'); }
else {KW_doClock(1);}
function KW_doClock(a) { //  
	d=document;t=new Date();p="";dClock="";	if (d.layers) d.wrapClock.visibility="show";
	tD=(t.getTimezoneOffset()-(clock.z*60))*clock.g;t.setMinutes(tD+t.getMinutes())
	h=t.getHours();m=t.getMinutes();s=t.getSeconds();if (clock.h)
	 {p=(h>11)?"PM":"AM";h=(h>12)?h-12:h;h=(h==0)?12:h;}if (clock.d)
	 {m=(m<=9)?"0"+m:m; s=(s<=9)?"0"+s:s;} dClock = clock.o+h+':'+m+':'+s+' '+p+'</font>';
	if (a) {d.write(dClock);}if (d.layers) {wc = document.wrapClock;lc = wc.document.activeClock;
		lc.document.write(dClock);lc.document.close();
	} else if (d.all) {	activeClock.innerHTML = dClock;
	} else if (d.getElementById) {d.getElementById("activeClock").innerHTML = dClock;}
	if (!a) setTimeout("KW_doClock()",1000);
}


function doDate(){ //  
  var t=new Date(),a=doDate.arguments,str="",i,a1,lang="1";
  var month=new Array('January','Jan', 'February','Feb', 'March','Mar', 'April','Apr', 'May','May', 'June','Jun', 'July','Jul', 'August','Aug', 'September','Sep', 'October','Oct', 'November','Nov', 'December','Dec');
  var tday= new Array('Sunday','Sun','Monday','Mon', 'Tuesday','Tue', 'Wednesday','Wed','Thursday','Thr','Friday','Fri','Saturday','Sat');
  for(i=0;i<a.length;i++) {a1=a[i].charAt(1);switch (a[i].charAt(0)) {
  case "M":if  ((Number(a1)==3) && ((t.getMonth()+1)<10)) str+="0";
  str+=(Number(a1)>1)?t.getMonth()+1:month[t.getMonth()*2+Number(a1)];break;
  case "D": if ((Number(a1)==1) && (t.getDate()<10)) str+="0";str+=t.getDate();break;
  case "Y": str+=(a1=='0')?t.getFullYear():t.getFullYear().toString().substring(2);break;
  case "W":str+=tday[t.getDay()*2+Number(a1)];break; default: str+=unescape(a[i]);}}return str;
}

// end
  </script>
  <!-- KW Live Clock -->
</p>
<p align="center">
  <script language="JavaScript">
//CN 
CN_Now = new Date();
localtime = CN_Now.toString();
CN_Hours = CN_Now.getHours();
if (CN_Hours < 12) {
	document.write("Good Morning !  Welcome to Europe times.");
} else {
	if (CN_Hours >= 12 && CN_Hours < 17)  {
			document.write("Good Afternoon ! European times.");
	} else {
		if (CN_Hours >= 17) {
			document.write("Good Evening ! European nights begin.");
			} else {
  			document.write("Good Day");
		}
	}
}
  </script>
</p>
<p align="center"><span class="Style1">All rights reserved AB01 ltd</span></p>
</body>
</html>
                               

Alan adının whois bilgisi

Domain Name: PAATH.COM
Registry Domain ID: 910330_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.directnic.com
Registrar URL: http://www.directnic.com
Updated Date: 2025-01-01T18:40:32Z
Creation Date: 1998-02-24T05:00:00Z
Registry Expiry Date: 2026-02-23T05:00:00Z
Registrar: DNC Holdings, Inc.
Registrar IANA ID: 291
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.5043550081
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS3.INFOMANIAK.CH
Name Server: NS4.INFOMANIAK.CH
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-24T08:40:09Z <<<
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