Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - dsi3.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: openresty/1.25.3.1
Date: Thu, 01 May 2025 16:45:22 GMT
Content-Type: text/html
Content-Length: 8587
Connection: keep-alive
Vary: Accept-Encoding
Last-Modified: Mon, 08 Apr 2019 13:07:16 GMT
ETag: "218b-5860483ff2bc2"
X-Webcom-Cache-Status: BYPASS
Accept-Ranges: bytes

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: dsi3.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.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="robots" content="index, follow"><META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"><META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<script language="javascript">
//-- These colors are used in design templates

var col_primary="#003066";
var col_secondary="#e6f1ff";
var col_tertiary="#e5f9d6";
var col_background="#ffffff";

</script>


<script language="JavaScript" src="../scripts/ic_globals_published.js"></script><script language="JavaScript" src="scripts/user.js"></script><script language="JavaScript" src="scripts/photoalbum.js"></script>
<title></title>
<link rel="stylesheet" media="screen" href="scripts/template.css"><link rel="stylesheet" media="all" href="scripts/website.css"><link rel="stylesheet" media="print" href="scripts/print.css"><link rel="stylesheet" media="all" href="scripts/1custom.css"><link rel="stylesheet" media="all" href="scripts/icwebsiteelement.css">
<style type="text/css" media="screen">
/***** All references to PNG images have to be placed here for IE to render them properly within subpages *****/
* html #nav-top #headertop #headertop-fill {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/ic_071_title_bg_col.png);
}
* html #nav-top #headertop #headertop-curve {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/ic_071_title_bg.png);
}
* html #nav-top #inner #content-fill {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/ic_071_title_content_col.png);
}
* html #nav-top #inner #content #accent-cover {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/ic_071_accent_cover.png);
}
* html #nav-top #slogan-container #slogan-cover {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/ic_071_footer_cover.png);
}
</style>
</head>
<body id="regular" onload="processMenus();sizeColumns();"> 
<script language="javascript">

var patternb=new Array(600,150,-1,599,151,-1,598,152,-1,597,153,-1,596,154,-1,595,155,-1,594,156,-1,593,157,-1,592,158,-1,591,159,-1,590,160,-1,589,161,-1,588,162,-1,587,163,-1,586,164,-1,585,165,-1,750,-1,585,165,-1,584,166,-1,583,167,-1,581,169,-1,580,170,-1,579,171,-1,578,172,-1,576,174,-1,575,175,-1,574,176,-1,573,177,-1,571,179,-1,570,180,-1,569,181,-1,568,182,-1,566,184,-1,565,185,-1,564,186,-1,562,188,-1);

var colorb=new 
Array(1,2,-1,1,2,-1,1,2,-1,1,2,-1,1,2,-1,1,2,-1,1,2,-1,1,2,-1,1,2,-1,1,2,-1,1,2,-1,1,2,-1,1,2,-1,1,2,-1,1,2,-1,1,2,-1,2,-1,2,1,-1,2,1,-1,2,1,-1,2,1,-1,2,1,-1,2,1,-1,2,1,-1,2,1,-1,2,1,-1,2,1,-1,2,1,-1,2,1,-1,2,1,-1,2,1,-1,2,1,-1,2,1,-1,2,1,-1,2,1,-1,2,1,-1);


var hexValues="0123456789ABCDEF";
var hexValuesComp=hexValues.toLowerCase();
function decimalHex(decimal) {
var hexv = hexValues.substr(decimal&15,1);
while(decimal>15) {
	decimal>>=4;
	hexv=hexValues.substr(decimal&15,1)+hexv;
	}

if(hexv.length==1) hexv="0" +hexv;

return hexv;
}

function hexDecimal(hexv) {
return parseInt(hexv,16);
}


var grad=new Array();
var colarr=new Array();

function getGradient(size,a,b) {
size-=1;

 ud=1;
 rng=256;

  if (b>a) rng=b-a;
  if (a==b) rng=0;
  if (b<a) {
	rng=a-b;
	ud=-1;
	}

  grad=new Array();
  z=rng/size;

  c=a;
	for (g=0; g<size+1; g++) {
	ge=Math.round(c);
	grad[g]=ge;
	c+=z*ud;

	}
}

function getDecimal(hex,pos) {
hof=0;
if(hex.indexOf("#")!=-1) hof=1;
z=hex.substr(hof + pos,2);
return (hexDecimal(z));
}

function getGradientArrays(col1,col2,sz) {

r1=getDecimal(col1,0);
r2=getDecimal(col2,0);
getGradient(sz,r1,r2);
grad1r=grad;

g1=getDecimal(col1,2);
g2=getDecimal(col2,2);
getGradient(sz,g1,g2);
grad1g=grad;

b1=getDecimal(col1,4);
b2=getDecimal(col2,4);
getGradient(sz,b1,b2);
grad1b=grad;

  for (j=0; j<grad1r.length; j++) {
    colarr[j]="#" + decimalHex(grad1r[j]) + decimalHex(grad1g[j]) + decimalHex(grad1b[j]);
  }

}

gr1=col_primary;
gr2=col_secondary;

getGradientArrays(gr1,gr2,5);


var wzone2="";
var colz=new Array('','tertiary','primary','tertiary','background');




//colz=new Array('','yellow','#377182','red','#ff9900');

var x=750;
var y=36;

wzone2+='<table cellspacing=0 cellpadding=0 border=0><tr>';

for (i=0; i<patternb.length; i++) {
	if(patternb[i]!=-1) {
	if(patternb[i]==0) {
	wzone2+='<td width=' + patternb[i] + '>';
	wzone2+='</td>';
	} else {
	wzone2+='<td width=' + patternb[i] + ' style="height: 1px;" class="' + colz[colorb[i]] + '">';
	wzone2+='</td>';
	}
	} else {
		wzone2+='</tr></table>';
		wzone2+='<table cellspacing=0 cellpadding=0 border=0><tr>';
	
	}
}

wzone2+='</tr></table>';


</script>
<div id="nav-top" class="background">
	<div id="headertop" class="primary">
		<div id="headertop-content">
			<div id="headertop-fill" class="secondary">&nbsp;</div>
			<div id="headertop-curve" class="primary">&nbsp;</div>
			<h1 id="website-title"></h1>
		</div>
		<div id="navcontainer" class="primary">
			<div id="nav-wrapper" class="tertiary">
				<div><a href="home.html" class="tertiary" target="_self"><h3>Home</h3></a></div>
<div><a href="partners.html" class="tertiary" target="_self"><h3>Partners</h3></a></div>
<div><a href="contacts.html" class="tertiary" target="_self"><h3>Contacts</h3></a></div>

			</div>
		</div>
		<div id="headertop-filler" class="primary">&nbsp;</div>
	</div>
	<div id="inner">
		<div id="content-fill" class="secondary">&nbsp;</div>
		<div id="content" class="background">
			<div id="accent-container" class="tertiary">
				<div class="accent tertiary"></div>
				<div id="accent-cover"></div>
			</div>
			<table id="content-table">
	       	 	<tr>
					<td id="content-table-main" align="left" valign="top">
						<!-- Start content section --><div id="pagecols">
<div id="column1">
<div id="colbody1" class="colbody">
<div class="building_block" id="pgbldblk9">
<div class="blockbody" id="body_pgbldblk9">
<table border="0" name="" width="100%" cellpadding="5" cellspacing="0">
<tr align="" valign="">
<td colspan="" rowspan="" width="100%" align="center" valign="top"><table summary="image table" cellpadding="0" cellspacing="0" border="0" width="270" style=""><tr>
<td align="center" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td align="center"><img width="245" src="images/245_DSI3-logo.gif" alt="" style="" border="0" height="109"></td>
</tr>
<tr>
<td align="center"></td>
</tr>
</table>
</td>
</tr></table></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div id="column2">
<div id="colbody2" class="colbody"></div>
</div>
<div id="column3">
<div id="colbody3" class="colbody"></div>
</div>
</div><div id="measurescroll" style="clear:both;"></div><table border="0" width="100%" cellpadding="0" cellspacing="0" id="other_footer">
<tr>
<td align="left" valign="middle"><h5><span style="font-size: xx-small;" size="1">Send mail to </span><a href="mailto:[email protected]"><strong><span style="color: #0000ff; font-family: Arial; font-size: xx-small;" color="#0000ff" face="Arial" size="1">[email protected]</span></strong></a><span style="font-size: xx-small;" editor_id="mce_editor_0" size="1"> with questions or comments about this web site.<br />Copyright &copy; 2014 Database Systems Integrators Int'l Inc.</span></h5></td>
</tr>
<tr>
<td align="left" valign="middle"></td>
</tr>
</table>
<!-- End content section -->
					</td>
				</tr>
			</table>
			<div id="footer"></div>
		</div>
	</div>
	<div id="slogan-container">
		<div style="position:relative;top:0;left:0;width:746px;height:36px;">
			<script language="javascript">
				document.write(wzone2);
			</script>
		</div>
		<h2 id="website-slogan" class="primary"></h2>
		<div id="slogan-cover"></div>
	</div>
</div>
<script language="javaScript">
// Column Height Script
function pngHeight() {
	if (document.getElementById('nav-top')) {
		var pngH = document.getElementById('footer').offsetTop;
		if (document.all) {
			document.getElementById('content-fill').style.height=pngH + 20;
			document.getElementById('content').style.height=pngH;
		}
		else {
			document.getElementById('content-fill').style.height=pngH + "px";
			document.getElementById('content').style.height=pngH + "px";
		}
	}
}
var oldhandler = window.onload;
window.onload = (typeof oldhandler == "function")
    ? function() { oldhandler(); pngHeight(); } : pngHeight;
</script>
</body>
</html>
                               

Whois info of domain

Domain Name: DSI3.COM
Registry Domain ID: 1291848_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.networksolutions.com
Registrar URL: http://networksolutions.com
Updated Date: 2023-02-08T08:10:53Z
Creation Date: 1998-04-10T04:00:00Z
Registry Expiry Date: 2026-04-09T04:00:00Z
Registrar: Network Solutions, LLC
Registrar IANA ID: 2
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.8777228662
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS35.WORLDNIC.COM
Name Server: NS36.WORLDNIC.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-01T16:45:10Z <<<
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