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 - dcr2.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: https://dcr2.com/
Server: Microsoft-IIS/8.5
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Date: Thu, 29 May 2025 12:16:45 GMT
Content-Length: 140

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

301 durum 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 - https://dcr2.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: ASPSESSIONIDQWQDSRDQ=EFNHBICANHLGCADKKKBODMMK; secure; path=/
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Date: Thu, 29 May 2025 12:16:46 GMT
Content-Length: 10376

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: dcr2.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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
	<!-- priority 1.0 -->
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<meta http-equiv="Content-Language" content="en-us" />
	<meta name="rating" content="Safe for Kids" />
	<meta name="robots" content="index,follow" />
	<meta name="author" content="Incite Solutions" />
	<meta name="revisit-after" content="30 Days" />
	<link rel="stylesheet" type="text/css" href="dcrBasic.css" />

		<meta name="description" content="Delaware Corporate Registry - Incorporation or LLC formation" />
		<meta name="keywords" content="Delaware LLC, Incorporate in Delaware, Delaware corporation, Delaware incorporation, Delaware Company, incorporating in delaware, delaware inc, Delaware limited liability company, deleware, corperation, corparation, incorperate, incorparate, incorprate, incorperating, s corporation llc, s corporation, delaware series llc, sub s corporation, c corporation, incorporating in delaware, why incorporate, limited liability company, reason to incorporate, incorporating online, s election, limited liability company formation, type s corporation, s corporation definition, llp llc, lp llc, flp, fllc, family limited, incorperating, llc incorporation, ltd company formation, llc formation, new company formation,  delaware corp, Series LLC, limited liability corporation, llc, delaware corporation information, learn about incorporating in delaware, new llc, new company, new corporation, delaware llc formation." />
		<title>Delaware Corporate Registry Home Page</title>
<script language="javascript" type="text/javascript">
	function  popUp(URL) {
	
		day =  new Date();
	
		id = day.getTime();
		eval("page"+id+"=window.open(URL,'"+id+"','toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=300,height=400');");
	}
	
	function  popHelp(p_HelpHTML) {
	
		day = new Date();
		id = day.getTime();
		eval("page"+id+"=window.open('helpPopup.asp#'+p_HelpHTML,'"+id+"','toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width=300,height=200');");
	
	}
	function _CF_onError(form_object, input_object, object_value, error_message) {
	
		alert(error_message);
	
		input_object.focus();
	       	return false;	
	
	}
	
	function _CF_hasValue(obj, obj_type) {
	    if (obj_type == "TEXT" || obj_type == "PASSWORD")
		{
	    	if (obj.value.length == 0) 
	      		return false;
	    	else 
	      		return true;
	    	}
	    else if (obj_type == "SELECT")
		{
	        for (i=0; i < obj.length; i++)
		    	{
			if (obj.options[i].selected)
				return true;
			}
	
	       	return false;	
		}
	    else if (obj_type == "SINGLE_VALUE_RADIO" || obj_type == "SINGLE_VALUE_CHECKBOX")
		{
	
			if (obj.checked)
				return true;
			else
	       		return false;	
		}
	    else if (obj_type == "RADIO" || obj_type == "CHECKBOX")
		{
	
	        for (i=0; i < obj.length; i++)
		    	{
			if (obj[i].checked)
				return true;
			}
	
	       	return false;	
		}
	
	}
	
	function _CF_checkinteger(object_value) {
	
	    if (object_value.length == 0)
	        return true;
	
		var decimal_format = ".";
		var check_char;
	
		check_char = object_value.indexOf(decimal_format)
	
	    if (check_char < 1)
		return _CF_checknumber(object_value);
	    else
		return false;
	
	}
	
	function _CF_checknumber(object_value) {
	
	    if (object_value.length == 0)
	        return true;
	
		var start_format = " .+-0123456789";
		var number_format = " .0123456789";
		var check_char;
		var decimal = false;
		var trailing_blank = false;
		var digits = false;
	
		check_char = start_format.indexOf(object_value.charAt(0))
		if (check_char == 1)
		    decimal = true;
		else if (check_char < 1)
			return false;
	        
		for (var i = 1; i < object_value.length; i++)
		{
			check_char = number_format.indexOf(object_value.charAt(i))
			if (check_char < 0)
				return false;
			else if (check_char == 1)
			{
				if (decimal)		// Second decimal.
					return false;
				else
					decimal = true;
			}
			else if (check_char == 0)
			{
				if (decimal || digits)	
					trailing_blank = true;
	
			}
		        else if (trailing_blank)
				return false;
			else
				digits = true;
		}	
	
	    return true
	
	}
	
	function _CF_checkcreditcard(object_value) {
		var white_space = " -";
		var creditcard_string="";
		var check_char;
	
	
	    if (object_value.length == 0)
	        return true;
	
		// squish out the white space
		for (var i = 0; i < object_value.length; i++)
		{
			check_char = white_space.indexOf(object_value.charAt(i))
			if (check_char < 0)
				creditcard_string += object_value.substring(i, (i + 1));
		}	
	
		// if all white space return error
	    if (creditcard_string.length == 0)
	        return false;
		 
		 	
		// make sure number is a valid integer
		if (creditcard_string.charAt(0) == "+")
	        return false;
	
		if (!_CF_checkinteger(creditcard_string))
			return false;
	
	    // now check mod10
	
		var doubledigit = creditcard_string.length % 2 == 1 ? false : true;
		var checkdigit = 0;
		var tempdigit;
	
		for (var i = 0; i < creditcard_string.length; i++)
		{
			tempdigit = eval(creditcard_string.charAt(i))
	
			if (doubledigit)
			{
				tempdigit *= 2;
				checkdigit += (tempdigit % 10);
	
				if ((tempdigit / 10) >= 1.0)
				{
					checkdigit++;
				}
	
				doubledigit = false;
			}
			else
			{
				checkdigit += tempdigit;
				doubledigit = true;
			}
		}	
		return (checkdigit % 10) == 0 ? true : false;
	
	}

	</script>
		</head>
	<body>
		<div id="divHeader">
			<table width="100%">
				<tr>
					<th align="left" title="Delaware Corporate Registry &#8212; Providing expert personalized Delaware incorporation services since 1992"><img src="images/dcrlogo.gif" alt="DCR Logo" /></th>
					<th width="100%"><table width="100%" class="BackgroundHeader"><tr><th title="Skyline of Wilmington, Delaware, major international corporate and banking center"><h2>DELAWARE CORPORATE REGISTRY, INC.</h2><h3>Delaware Incorporation Services with a Difference...<br />Providing expert personalized incorporation services since 1992</h3><h4>CALL US TOLL FREE IN THE U.S. AT (800) 655-1480<br/>INTERNATIONAL (302) 655-6500 </h4></th></tr></table></th>
					<th align="right" title="Official Flag of the State of Delaware &#8211; &#8220;The Corporate Capital of the World&#8221; &#8211; where more than half of the Fortune 500 corporations have chosen to be incorporated"><img src="images/delaware2.gif" alt="Delaware specailist" width="114" height="73" /></th>
					</tr>
				</table>
			<table width="100%">
				<tr>
					<td><a href="/"><img border="0" alt="Home" src="images/dcrHomeButton.gif" onclick="window.location.href = '/';" /></a></td>
					<td><a href="/dcrWhichEntity.asp"><img border="0" alt="Which Entity?" src="images/dcrWhichTypeButton.gif" onclick="window.location.href = '/dcrWhyDCR.asp';" /></a></td>
					<td><a href="/dcrServices.asp"><img border="0" alt="Services" src="images/dcrServicesButton.gif" onclick="window.location.href = '/dcrServices.asp';" /></a></td>
					<td><a href="/dcrContact.asp"><img border="0" alt="Contact" src="images/dcrContactButton.gif" onclick="window.location.href = '/dcrContact.asp';" /></a></td>
					<td width="100%">&nbsp;</td>
					</tr>
				</table>

			</div>
		<div id="divSideBar">
			<table>
				<tr>
					<td width="100%">
						<script type="text/javascript" src="http://voap.weather.com/weather/oap/USDE0055?template=GENXV&amp;par=null&amp;unit=0&amp;key=7f5f917ed7fd3843540ffcd7a89032e2"></script>
						</td>
					</tr>
				<tr>
					<td>

						</td>
					</tr>
				</table>

			</div>
		<div id="divBody">
			<table>
				<tr>
					<td>
						<h2>Delaware Incorporation Specialists - DELAWARE CORPORATE REGISTRY, INC. </h2>
						<blockquote>
							Delaware Corporate Registry, Inc. (DCR) is a corporate service company 
							managed by the Wilmington, Delaware, law firm of 
							Herdeg, du Pont &amp; Dalle Pazze, LLP.&nbsp;&nbsp;
							At DCR, we believe that every corporation's and LLC's business needs are different and 
							require individual attention.&nbsp;&nbsp; 
							That's why, in addition to being overseen by Delaware attorneys, DCR 
							offers its client companies the unique opportunity to communicate their specific 
							incorporation or LLC formation needs by telephone to a member of DCR's team.&nbsp;&nbsp; 
							One call to DCR can provide you with the information you need about:
							<ul>
								<li>Forming your corporation or LLC</li>
								<li>Arranging Registered Agent and Annual Franchise Tax Report Services </li>
								<li>Choosing the right type of entity to suit your company's needs </li>
								<li>Preparing required legal documents such as bylaws, operating agreements and annual minutes </li>
								<li>Obtaining a Federal Tax Identification Number for your new company </li>
								</ul>
							</blockquote>
						</td>
					</tr>
				</table>
			</div>
		<div id="divFooter">
		<table border="0" width="100%" cellspacing="0" cellpadding="0">
			<tr>
				<td>
					<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#006699">
						<tr>
							<td></td>
							</tr>
						</table>
					</td>
				</tr>
			<tr>
				<td align="center" height="78">
					<font size="1">
						<b>Delaware Corporate Registry, Inc. is a document filing service.</b><br />
						<b>Toll-Free in the US: 1-800-655-1480 / International 302-655-6500</b><br />
						<a href="/dcrCOU.asp">Conditions of Use</a>&nbsp;-&nbsp;<a href="/dcrDisclaimer.asp">Disclaimer</a><br />
		                   &copy; Copyright <a href="https://www.lawyers.com/wilmington/delaware/herdeg-du-pont-and-dalle-pazze-llp-342810-f/">Herdeg, du Pont &amp; Dalle Pazze</a> All Rights Reserved 2002-2025<br />
		                   Site developed by <a href="https://www.inciteoffice.com/">Incite Solutions, Inc.</a></font>
					</td>
				</tr>
			</table>

			</div>
		</body>
	</html>
                               

Alan adının whois bilgisi