Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - rkts.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/10.0
Set-Cookie: ASPSESSIONIDCSBCSRBA=GHBNHGIBDJHPEGLJJLPODFIJ; path=/
X-Powered-By: ASP.NET
X-Powered-By: ARR/3.0
Date: Wed, 07 May 2025 07:40:25 GMT
Content-Length: 21166

HTTP Code 200 OK

200 OK 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: rkts.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<html>
	<head>
		<title>::RK TECHNICAL SERVICES::</title>
		<link href="style.css" rel="stylesheet" type="text/css">
			<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
			<script type="text/javascript">
		//configure the below five variables to change the style of the scroller
		var scrollerdelay='3000' //delay between msg scrolls. 3000=3 seconds.
		var scrollerwidth='250px'
		var scrollerheight='105px'
		var scrollerbgcolor='white'
		//set below to '' if you don't wish to use a background image
		var scrollerbackground='scrollerback.gif'
							
		//configure the below variable to change the contents of the scroller
		var messages=new Array()
		messages[0]="<font face='Arial' size=2>RKTS purchases online eportfolio company apojigo.com</font><br>"
		messages[1]="<font face='Arial' size=2></font><br>"
		messages[2]="<font face='Arial' size=2>RKTS signs a contract for a turnkey software project</font><br>"
		messages[3]="<font face='Arial' size=2></font><br>"
		messages[4]="<font face='Arial' size=2>RKTS awarded .NET Project</font><br>"
		messages[5]="<font face='Arial' size=2></font><br>"
		messages[6]="<font face='Arial' size=2>RKTS wins XP& Mac OS X based device driver project</font><br>"
		messages[7]="<font face='Arial' size=2></font><br>"
		messages[8]="<font face='Arial' size=2>State of Illinois signs multi year software services contract</font><br>"
		messages[9]="<font face='Arial' size=2></font><br>"
		messages[10]="<font face='Arial' size=2>RKTS announces Product Development</font><br>"
		messages[11]="<font face='Arial' size=2></font><br>"
		messages[12]="<font face='Arial' size=2>RKTS wins Oracle apps implementation project.</font><br>"
		messages[13]="<font face='Arial' size=2></font><br>"
		messages[14]="<font face='Arial' size=2>RKTS wins contract to develop monitor calibrations software</font><br>"
		messages[15]="<font face='Arial' size=2></font><br>"
		messages[16]="<font face='Arial' size=2>RKTS wins Taiwan onsite software support for SEMI Equipment.</font><br>"
		messages[17]="<font face='Arial' size=2></font><br>"
		messages[18]="<font face='Arial' size=2>RKTS opens European Operations</font><br>"
		messages[19]="<font face='Arial' size=2></font><br>"
		messages[20]="<font face='Arial' size=2>Major Semi equipment company signs automation software contract</font><br>"
		messages[21]="<font face='Arial' size=2></font><br>"
		messages[22]="<font face='Arial' size=2>RKTS wins handheld-based software contract</font><br>"
		messages[23]="<font face='Arial' size=2></font><br>"
		messages[24]="<font face='Arial' size=2>RKTS wins multi million-dollar software project</font><br>"
		messages[25]="<font face='Arial' size=2></font><br>"
		messages[26]="<font face='Arial' size=2>RKTS moves to new facilities.</font><br>"
		messages[27]="<font face='Arial' size=2></font><br>"
		///////Do not edit pass this line///////////////////////
							
		var ie=document.all
		var dom=document.getElementById
							
		if (messages.length>2)
			i=2
		else
			i=0
							
		function move1(whichlayer){
			tlayer=eval(whichlayer)
			if (tlayer.top>0&&tlayer.top<=5){
				tlayer.top=0
				setTimeout("move1(tlayer)",scrollerdelay)
				setTimeout("move2(document.main.document.second)",scrollerdelay)
				return
			}
			if (tlayer.top>=tlayer.document.height*-1){
				tlayer.top-=5
				setTimeout("move1(tlayer)",50)
			}
			else{
				tlayer.top=parseInt(scrollerheight)
				tlayer.document.write(messages[i])
				tlayer.document.close()
			if (i==messages.length-1)
				i=0
			else
				i++
			}
		}
							
		function move2(whichlayer){
			tlayer2=eval(whichlayer)
			if (tlayer2.top>0&&tlayer2.top<=5){
				tlayer2.top=0
				setTimeout("move2(tlayer2)",scrollerdelay)
				setTimeout("move1(document.main.document.first)",scrollerdelay)
				return
			}
			if (tlayer2.top>=tlayer2.document.height*-1){
				tlayer2.top-=5
				setTimeout("move2(tlayer2)",50)
			}
			else{
				tlayer2.top=parseInt(scrollerheight)
				tlayer2.document.write(messages[i])
				tlayer2.document.close()
				if (i==messages.length-1)
					i=0
				else
					i++
				}
			}
							
			function move3(whichdiv){
				tdiv=eval(whichdiv)
				if (parseInt(tdiv.style.top)>0&&parseInt(tdiv.style.top)<=5){
					tdiv.style.top=0+"px"
					setTimeout("move3(tdiv)",scrollerdelay)
					setTimeout("move4(second2_obj)",scrollerdelay)
					return
				}
				if (parseInt(tdiv.style.top)>=tdiv.offsetHeight*-1){
					tdiv.style.top=parseInt(tdiv.style.top)-5+"px"
					setTimeout("move3(tdiv)",50)
				}
				else{
					tdiv.style.top=parseInt(scrollerheight)
					tdiv.innerHTML=messages[i]
					if (i==messages.length-1)
						i=0
					else
						i++
						}
				}
							
				function move4(whichdiv){
					tdiv2=eval(whichdiv)
					if (parseInt(tdiv2.style.top)>0&&parseInt(tdiv2.style.top)<=5){
						tdiv2.style.top=0+"px"
						setTimeout("move4(tdiv2)",scrollerdelay)
						setTimeout("move3(first2_obj)",scrollerdelay)
						return
						}
					if (parseInt(tdiv2.style.top)>=tdiv2.offsetHeight*-1){
						tdiv2.style.top=parseInt(tdiv2.style.top)-5+"px"
						setTimeout("move4(second2_obj)",50)
						}
					else{
						tdiv2.style.top=parseInt(scrollerheight)
						tdiv2.innerHTML=messages[i]
						if (i==messages.length-1)
							i=0
						else
							i++
						}
					}
							
					function startscroll(){
						if (ie||dom){
							first2_obj=ie? first2 : document.getElementById("first2")
							second2_obj=ie? second2 : document.getElementById("second2")
							move3(first2_obj)
							second2_obj.style.top=scrollerheight
							second2_obj.style.visibility='visible'
						}
						else if (document.layers){
							document.main.visibility='show'
							move1(document.main.document.first)
							document.main.document.second.top=parseInt(scrollerheight)+5
							document.main.document.second.visibility='show'
						}
					}
							
					window.onload=startscroll
			</script>
	</head>
	<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
		<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" ID="Table1">
			<tr>
				<td align="left" valign="top" bgcolor="#bbbbbb"><table width="100%" border="0" cellspacing="1" cellpadding="1" ID="Table2">
						<tr>
							<td align="left" valign="middle" bgcolor="#ffffff"><table width="100%" border="0" cellspacing="0" cellpadding="0" ID="Table3">
									<tr>
										<td><script>

	var arr=["","home1","company1","development1","consulting1","approach1","news1","careers1"];
		
	var	arrnew = ["","home.jpg","company.jpg","development.jpg","consulting.jpg","approach.jpg","news.jpg","careers.jpg"]

	var arrnew1 = ["","home_h.jpg","company_c.jpg","development_d.jpg","consulting_c.jpg","approach_a.jpg","news_n.jpg","careers_s.jpg"]
		var index;
		
		

	function callimagein(index)
	{
		imgname = arr[index];
		document.images[imgname].src = "images/"+arrnew1[index];
	}
	function callimageout(index)
	{
		imgname = arr[index];
		document.images[imgname].src = "images/"+arrnew[index];
	}

</script>
<SCRIPT src="JS/rkts.js" type="text/javascript"></SCRIPT>
<SCRIPT src="JS/menu_com.js" type="text/javascript"></SCRIPT>
<link rel="stylesheet" href="css/rkts.css">	
<table width="776" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td align="left" valign="top" bgcolor="086DCE"><img src="images/spacer.jpg" width="1" height="8"></td>
  </tr>
  <tr> 
    <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td width="160" align="center" valign="middle"><a href="default.asp"><img src="images/logo.gif" width="123" height="121" border="0"></a></td>
                <td align="right" valign="top"><img src="images/banner1.gif" width="542" height="139"></td>
              </tr>
            </table></td>
        </tr>
        <tr> 
          <td height="24" align="center" valign="top" background="images/button_bg.gif">
		  <!--
		  <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr align="center" valign="middle"> 
                <td width="172" height="24">&nbsp;</td>
                <td width="63" height="24"><a href="default.asp" class="one">Home</a></td>
                <td width="91" height="24"><a href="company.asp" class="one">Company</a></td>
                <td width="89" height="24"><a href="#" class="one">Services</a></td>
                <td width="98" height="24"><a href="#" class="one">Approach</a></td>
                <td width="70" height="24"><a href="#" class="one">News</a></td>
                <td width="82" height="24"><a href="#" class="one">Careers</a></td>
                <td width="110" height="24"><a href="#" class="one">Contact Us</a></td>
              </tr>
            </table>
		-->
		</td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td align="left" valign="top" bgcolor="#C90127"><img src="images/spacer.jpg" width="1" height="4"></td>
  </tr>
</table>

</td>
									</tr>
									<tr>
										<td><table width="100%" border="0" cellspacing="0" cellpadding="0" ID="Table4">
												<tr>
													<td width="278" align="center" valign="top"><table width="98%" border="0" cellspacing="0" cellpadding="0" ID="Table5">
															<tr>
																<td width="20"><img src="images/spacer.jpg" width="1" height="16"></td>
															</tr>
															<tr>
																<td height="27"><img src="images/news.gif" width="62" height="19"></td>
															</tr>
															<tr>
																<td align="left" valign="top">
																	<ilayer id="main" width="height=bgColor=background=visibility=hide">
																		<layer id="first" left="0" top="1" width="">
																			<script language="JavaScript1.2">
							if (document.layers)
							document.write(messages[0])
																			</script>
																		</layer>
																		<layer id="second" left="0" top="0" width="visibility=hide">
																			<script language="JavaScript1.2">
							if (document.layers)
							document.write(messages[dyndetermine=(messages.length==1)? 0 : 1])
																			</script>
																		</layer>
																	</ilayer>
																	<script language="JavaScript1.2">
							if (ie||dom){
							document.writeln('<div id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden;background-color:'+scrollerbgcolor+' ;background-image:url('+scrollerbackground+')">')
							document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0px;top:0px">')
							document.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:0px;top:1px;">')
							document.write(messages[0])
							document.writeln('</div>')
							document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0px;top:0px;visibility:hidden">')
							document.write(messages[dyndetermine=(messages.length==1)? 0 : 1])
							document.writeln('</div>')
							document.writeln('</div>')
							document.writeln('</div>')
							}
																	</script>
																</td>
															</tr>
															<tr>
																<td><img src="images/spacer.jpg" width="1" height="10"></td>
															</tr>
															<tr>
																<td align="left" valign="top" background="images/bgdot.gif"><img src="images/spacer.jpg" width="1" height="14"></td>
															</tr>
															<tr>
																<td><img src="images/spacer.jpg" width="1" height="18"></td>
															</tr>
															<tr>
																<td height="32" align="left" valign="top"><img src="images/customer.gif" width="223" height="23"></td>
															</tr>
															<tr>
																<td align="left" valign="top"><div align="justify">
																		<p><font color="#000000" size="2" face="arial">"The project was delivered on time and 
																				according to budget for the agreed upon scope with minimal direction from our 
																				staff."</font></p>
																		<p align="right"><a href="#" class="links">Dave Slocum, Exec.V.P<br>
																				Data Color International</a></p>
																	</div>
																</td>
															</tr>
															<tr>
																<td align="left"><img src="images/spacer.jpg" width="1" height="10"></td>
															</tr>
															<tr>
																<td align="right"><font color="#ff0055" size="1" face="Verdana"><strong><a href="#" class="more">More...</a></strong></font></td>
															</tr>
															<tr>
																<td><img src="images/spacer.jpg" width="1" height="18"></td>
															</tr>
															<tr>
																<td align="left" valign="top" background="images/bgdot.gif"><img src="images/spacer.jpg" width="1" height="14"></td>
															</tr>
															<tr>
																<td><img src="images/spacer.jpg" width="1" height="10"></td>
															</tr>
															<tr>
																<td height="26" align="left" valign="top"><img src="images/case_studies.gif" width="132" height="22"></td>
															</tr>
															<tr>
																<td><p><img src="images/case_image.gif" width="99" height="66" hspace="6" align="left"><a href="case1.asp" class="links">Mission 
																			Critical Semiconductor Wafer Processing software</a></p>
																	<p align="right"><font color="#ff0055" size="1" face="Verdana"><strong><a href="case1.asp" class="more">More...</a></strong></font></p>
																</td>
															</tr>
														</table>
													</td>
													<td width="1" align="left" valign="top" bgcolor="#bbbbbb"><img src="images/spacer.jpg" width="1" height="1"></td>
													<td width="500" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" ID="Table6">
															<tr>
																<td align="left" valign="top">
																	<OBJECT id="Shockwaveflash1" codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
																		height="190" width="500" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
																		<PARAM NAME="_cx" VALUE="13229">
																		<PARAM NAME="_cy" VALUE="5027">
																		<PARAM NAME="FlashVars" VALUE="">
																		<PARAM NAME="Movie" VALUE="banner3.swf">
																		<PARAM NAME="Src" VALUE="banner3.swf">
																		<PARAM NAME="WMode" VALUE="Transparent">
																		<PARAM NAME="Play" VALUE="-1">
																		<PARAM NAME="Loop" VALUE="-1">
																		<PARAM NAME="Quality" VALUE="High">
																		<PARAM NAME="SAlign" VALUE="">
																		<PARAM NAME="Menu" VALUE="-1">
																		<PARAM NAME="Base" VALUE="">
																		<PARAM NAME="AllowScriptAccess" VALUE="always">
																		<PARAM NAME="Scale" VALUE="ShowAll">
																		<PARAM NAME="DeviceFont" VALUE="0">
																		<PARAM NAME="EmbedMovie" VALUE="0">
																		<PARAM NAME="BGColor" VALUE="00A000">
																		<PARAM NAME="SWRemote" VALUE="">
																		<PARAM NAME="MovieData" VALUE="">
																		<PARAM NAME="SeamlessTabbing" VALUE="1">
																		<embed src="banner3.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer"
																			type="application/x-shockwave-flash" width="500" height="190"> </embed>
																	</OBJECT>
																</td>
															</tr>
															<tr>
																<td><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" ID="Table7">
																		<tr>
																			<td height="24" align="left" valign="top"><img src="images/welcom.gif" width="334" height="21"></td>
																		</tr>
																		<tr>
																			<td align="left" valign="top"><div align="justify">
																					<p><font color="#000000" size="2" face="Arial">RK Technical Services (RKTS), Inc is a 
																							Global Software Development &amp; Services company specializing in Scientific, 
																							Semiconductor, Instrumentation Software and IT solutions. We are committed to 
																							helping clients across diverse industries improve their time to market, 
																							optimize resources and reduce costs, thereby creating measurable business 
																							impact.</font></p>
																					<p><font color="#000000" size="2" face="Arial"> Since its foundation in 1994, RK 
																							technical Services Inc has consistently grown every year through innovation, 
																							commitment, and vision.</font></p>
																				</div>
																			</td>
																		</tr>
																		<tr>
																			<td height="20" align="right"><font color="#ff0055" size="1" face="Verdana"><strong><a href="#" class="more">More...</a></strong></font></td>
																		</tr>
																	</table>
																</td>
															</tr>
															<tr>
																<td background="images/bgdot.gif"><img src="images/spacer.jpg" width="1" height="14"></td>
															</tr>
															<tr>
																<td><table width="100%" border="0" cellspacing="0" cellpadding="0" ID="Table8">
																		<tr>
																			<td align="center" valign="top"><table width="96%" border="0" align="center" cellpadding="0" cellspacing="0" ID="Table9">
																					<tr>
																						<td><img src="images/spacer.jpg" width="1" height="30"></td>
																					</tr>
																					<tr>
																						<td><p><img src="images/case_image1.gif" width="84" height="65" hspace="6" align="left"><a href="case2.asp" class="links">High 
																									Precision Laser Tracker Inspection Software</a></p>
																							<p align="right"><font color="#ff0055" size="1" face="Verdana"><strong><a href="case2.asp" class="more">More...</a></strong></font></p>
																						</td>
																					</tr>
																				</table>
																			</td>
																			<td width="1" align="left" valign="top" bgcolor="#bbbbbb"><img src="images/spacer.jpg" width="1" height="1"></td>
																			<td align="left" valign="top"><table width="96%" border="0" align="center" cellpadding="0" cellspacing="0" ID="Table10">
																					<tr>
																						<td><img src="images/spacer.jpg" width="1" height="30"></td>
																					</tr>
																					<tr>
																						<td><p><img src="images/case_image3.gif" width="98" height="65" hspace="6" align="left" border="1"><a href="case3.asp" class="links">Portable 
																									Handheld based Color Quality Software</a></p>
																							<p align="right"><font color="#ff0055" size="1" face="Verdana"><strong><a href="case3.asp" class="more">More...</a></strong></font></p>
																						</td>
																					</tr>
																				</table>
																			</td>
																		</tr>
																	</table>
																</td>
															</tr>
														</table>
													</td>
												</tr>
											</table>
										</td>
									</tr>
									<tr>
										<td>
<table width="776" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="26" align="center" valign="middle" background="images/footer_bg.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td align="right" valign="middle"><font color="#FFFFFF" size="2" face="Verdana"><strong><a href="appdev.asp" class="one">Software 
            Development</a> | <a href="case1.asp" class="one">Case Studies</a> | <a href="careers_openings.asp" class="one">Job Openings</a> 
            | <a href="careers_referrals.asp" class="one">Referrals</a> | <a href="employeelogin.aspx" class="one">Employee Login</a> | <a href="contact.asp" class="one">Contact Us</a></strong></font></td>
          <td width="19">&nbsp;</td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td height="25" align="center" valign="top"><font color="#666666" size="1" face="Arial">Copyright 
      (C) 2005 RK Technical Services. All rights reserved</font></td>
  </tr>
</table>

</td>
									</tr>
								</table>
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</body>
</html>
                               

Whois info of domain

Domain Name: RKTS.COM
Registry Domain ID: 675517_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.networksolutions.com
Registrar URL: http://networksolutions.com
Updated Date: 2024-12-09T11:57:19Z
Creation Date: 1997-12-10T05:00:00Z
Registry Expiry Date: 2025-12-09T05: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: A.NS.INTERLAND.NET
Name Server: B.NS.INTERLAND.NET
Name Server: C.NS.INTERLAND.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-07T07:40: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