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 - vs6.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; charset=utf-8
Server: Microsoft-IIS/10.0
X-AspNet-Version: 4.0.30319
Set-Cookie: ASP.NET_SessionId=it0w3rtakol2p4ipa4eilsmh; path=/; HttpOnly; SameSite=Lax
X-Powered-By: ASP.NET
Date: Wed, 28 May 2025 07:08:25 GMT
Content-Length: 8136

HTTP Kodu 200 OK

200 http 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: vs6.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
	<head>
		<title>x37 hazır web sitesi, hazır elektronik ticaret siteleri, hazır sanal mağaza, seo Create your own web site &amp; e-commerce website with %me%</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
		<meta name=viewport content="width=device-width, initial-scale=1" />
		<meta name="robots" content="noindex,follow" />
		<meta name="revisit-after" content="7 days" />
		<script type="text/javascript" language="javascript" src="axd_h/getl.axd?f=js%2frg_common_v8.2.js"></script><script type="text/javascript" language="javascript" src="axd_h/gett.axd?f=public%2fjs%2fjquery%2fjquery-1.7.2.min.js"></script><script type="text/javascript">RG8_DivRenderAllSystemDvs();</script><link rel="icon" property="icon" type="image/png" href="axd_h/getl.axd?f=kure_H40.png" />
		<script type="text/javascript" language="javascript" src="axd_h/getl.axd?f=js%2fejett_080.js"></script>
		<script type="text/javascript" language="javascript" src="axd_h/getl.axd?f=js%2fejett_v8.js"></script>
		<link rel="stylesheet" property="stylesheet" type="text/css" href="axd_h/getl.axd?f=CSS_main.css" />
		<link rel="stylesheet" property="stylesheet" type="text/css" href="axd_h/getl.axd?f=ejpageV8.1.css" />
		<base href="http://www.vs6.com/"><!--[if IE]></base><![endif]-->

	</head>
	<body>
		<form name=form1 method=post>
		<div id="eja-header1" class="eja-header1">
		</div><!-- ej-header1 -->
		<div class="clearfix" style="line-height:20px;"></div>
		<div id="eja-header" class="eja-header">
		<div class="indiv " style="height:40px;padding-top:10px;">
		<div class="logo" style="position:absolute; z-index: 1001;  opacity:1; filter:alpha(opacity=100);">
		<a href="http://www.vs6.com/"><img src="axd_h/gett.axd?f=public%2fLogos%2fx_shadow_80.png" border="0" ></a>
		</div><!-- logo -->
		<div align="center" style="margin-left:30%; max-width:400px; background-color:#fff" class="shadow3 radius3">
		<a href="default.aspx"><b>Homepage</b></a> | 
		<a href="http://www.vs6.com/new_job/en/0/web_WebSiteCreator.aspx" style="color:#CCD0000"><b>Free trial!</b></a> | 
		<a href="http://www.vs6.com/gateway/1000/1/0/webGateway.aspx" class=mnu><b>Member login</b></a>
		</div>
		</div><!-- indiv -->
		</div><!-- eja-header -->
		<div id="eja-menus" class="eja-menus">
		<div id="ej-hmenu" class="ej-hmenu hmenu-is-relative transition">
		<div class="indiv">
		<div id="hmenu-favicon" class="hmenu-favicon" style="float:left; height:50px; vertical-align: middle;"></div>
		<script type="text/javascript" language="javascript" src="axd_h/gett.axd?f=public%2fjs%2fjquery%2fmenuSmart%2fjquery.smartmenus.min.js"></script>
<link rel="stylesheet" property="stylesheet" type="text/css" href="axd_h/gett.axd?f=public%2fjs%2fjquery%2fmenuSmart%2fcss%2fsm-core-css.css" />
<link rel="stylesheet" property="stylesheet" type="text/css" href="axd_h/gett.axd?f=public%2fmenu_h%2f21%2f21_mnu.css" />
<script type="text/javascript">
	$(function() {
		$('#main-menu-21').smartmenus({
			subMenusSubOffsetX: 1,
			subMenusSubOffsetY: -8
		});
	});
  $(window).on('scroll', function(){
    JQ8_FixMenuWF();
  });
	$(function() {
	  $('#menu-button').click(function(e) {
	   var $this = $(this),
	       $menu = $('#main-menu-21');
	   if ($menu.is(':animated')) {
	     return false;
	   }
	   if (!$this.hasClass('collapsed')) {
	     $menu.slideUp(250, function() { $(this).addClass('collapsed').css('display', ''); });
	     $this.addClass('collapsed');
	   } else {
	     $menu.slideDown(250, function() { $(this).removeClass('collapsed'); });
	     $this.removeClass('collapsed');
	   }
	   e.preventDefault();
	  });
	});
</script>
<ul id="main-menu-21" class="sm rgsm21 collapsed">
<li><a href="http://www.vs6.com/">Homepage</a></li>
<li><a href="http://www.vs6.com/gateway/1000/1/0/webGateway.aspx">Member login</a></li>
</ul>

</div>
		</div><!-- menu -->
		</div><!-- ej-menus -->
		<div id="eja-content" class="eja-content">
		<div class="indiv">
		<div id="session-quickmenu" class="session-quickmenu transition">
		<div class="indiv">
		<div class="clearfix clr"></div>
		<div id="textTitleMenu" name="textTitleMenu" class="textTitleMenu shadow3"><!-- ShareBox --><div class="floatright" style="margin:0px 3px;"><a href="http://www.facebook.com/share.php?u=http://vs6.com/&t=" title="Facebook"><img src="axd_h/gett.axd?f=library%2fsocialset-6%2fsocial_facebook.png" alt="share on facebook"></a> &nbsp;<a href="http://twitter.com/home?status=http%3a%2f%2fvs6.com%2f" title="tweet"><img src="axd_h/gett.axd?f=library%2fsocialset-6%2fsocial_twitter.png" alt="tweet"></a> &nbsp;<a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http%3a%2f%2fvs6.com%2f&title=" TITLE="Google Bookmarks"><img src="axd_h/gett.axd?f=library%2fsocialset-6%2fsocial_googleplus.png" alt="share on google"></a> &nbsp;<a href="javascript:popupModal('http://vs6.com/index.aspx?iPrint=1&printMe=1',700,600,'printMe');" ><img src="axd_h/gett.axd?f=library%2fsocialset-6%2ficon_print.png" alt="print"></a> &nbsp;</div>
<div class="floatleft"></div><h1></h1><div class="slogan">
<a href="http://www.vs6.com/">x37</a> » <a href="">Help and Support Center</a></div><div><a href="">Help and Support Center</a> | <a href="">Frequently Asked Questions (FAQ)</a> | <a href="">Contact Us</a> | <a href="">SKYPE Support</a> | <a href="">Progress reports</a></div></div>
		</div>
		</div><!-- eja-quickmenu -->
		<div id="NO-session-ejett-holder" class="NO-session-ejett-holder transition radius3 shadow3">
		<div id="eja-data" class="eja-data">
		<p align=center style='font-size:14pt; margin-top:20px; margin-bottom:20px;'><b>Transaction failed. Please try again.</b></p>
<p align=center style='font-size:14pt; margin-top:20px; margin-bottom:20px;'><a class=orange href="http://www.vs6.com/" style='font-size:14pt;'><div class=mLabel>Üye girişi yapmalısınız.</div>Bu sayfanın devamına sadece x37 müşterileri ve test kullanıcıları erişebilir.<p><b>x37 müşterisi veya test kullanıcıları</b><br>Eğer x37 müşterisi veya test kullanıcısı iseniz, üye girişinizi yaparak bu sayfayı yeniden ziyaret ediniz.</p><p><b>Henüz x37 müşterisi değil misiniz?</b><br>Eğer henüz x37 müşterisi değilseniz üzülmeyin, aşağıda yer alan "ücretsiz dene" linki ile 30 gün süre ile x37 hazır web ve e-ticaret araçlarını test edebilirsiniz.</p></a></p>
</div><!-- eja-data -->
		</div><!-- session-ejett/member-holder -->
		<div class="clearfix clr"></div>
		</div><!-- indiv -->
		<script type="text/javascript" language="javascript">
		$(".ej-nav_trigger").click(function() { EJQ8_VMenuDisplayorHide(); });
		
		EJQ8_RMenuDisplayorHide();
		</script>
		</div><!-- eja-content -->
		<script type="text/javascript" language="javascript">
		function LgnRequire() {
		javascript:EJ8_showError("Access denied!","<div class=mLabel>Üye girişi yapmalısınız.</div>Bu sayfanın devamına sadece x37 müşterileri ve test kullanıcıları erişebilir.<p><b>x37 müşterisi veya test kullanıcıları</b><br>Eğer x37 müşterisi veya test kullanıcısı iseniz, üye girişinizi yaparak bu sayfayı yeniden ziyaret ediniz.</p><p><b>Henüz x37 müşterisi değil misiniz?</b><br>Eğer henüz x37 müşterisi değilseniz üzülmeyin, aşağıda yer alan \x22ücretsiz dene\x22 linki ile 30 gün süre ile x37 hazır web ve e-ticaret araçlarını test edebilirsiniz.</p><b>Related links</b><ul><li class=\x22square\x22><a href=\x22http://www.vs6.com/new_job/en/0/web_WebSiteCreator.aspx\x22 class=slogan>x37\x27i 30 gün ücretsiz denemek ister misiniz?</a><li class=\x22square\x22><a href=\x22http://www.vs6.com/gateway/1000/1/0/webGateway.aspx\x22 class=slogan>Üye girişinizi gerçekleştirmek için tıklayın!</a></ul>");
		}
		</script>
		<script type="text/javascript" language="javascript">
		  RG8_HideAllSystemDivs();
		</script>
		</form>

	</body>
</html>                               

Alan adının whois bilgisi

Domain Name: VS6.COM
Registry Domain ID: 172821513_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.communigal.net
Registrar URL: http://www.galcomm.com
Updated Date: 2021-04-14T00:14:08Z
Creation Date: 2005-06-19T18:27:23Z
Registry Expiry Date: 2026-06-19T18:27:23Z
Registrar: CommuniGal Communication Ltd.
Registrar IANA ID: 418
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +972.98850558
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.ARZTALEP.NET
Name Server: NS2.ARZTALEP.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-28T07:08:16Z <<<
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