Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - hscgd.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 18 May 2025 16:59:51 GMT
Server: Apache/2.4.52 (Unix) PHP/7.4.28
X-Powered-By: PHP/7.4.28
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

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: hscgd.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<link rel="stylesheet" href="./css/bootstrap.min.css">
		<link rel="stylesheet" href="./css/mystyle.css">
    <link rel="icon" href="./pic/logo.png">
		<!-- <script type="text/javascript" src=".\js\myscript.js"></script> -->
		<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script> -->
		<title>Homepage for HSCGD</title>
	</head>

	<body>

<style type="text/css">
	#navtable td {
		font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
		font-size: 13px;
		font-style: normal;
		font-weight: normal;
		color: #ffffff;
	}

	#navtable a:link {
		font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
		font-size: 13px;
		color: #ffffff;
		background-color: #231f20;
		font-style: normal;
		padding-left: 10px;
		padding-right: 5px;
		text-decoration: none;
		font-weight: normal;
	}

	#navtable a:visited {
		color: #ffffff;
		background-color: #231f20;
		text-decoration: none;
		font-weight: normal;
		padding-left: 10px;
		padding-right: 5px;
	}

	#navtable a:hover {
		color: #85C1E9;
		background-color: #231f20;
		text-decoration: none;
		font-weight: normal;
		padding-left: 10px;
		padding-right: 5px;
	}

	.navtext {
		font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
		font-size: 13px;
		line-height: 20px;
		padding-left: 20px;
		padding-right: 40px;
		color: #ffffff;
		font-weight: normal;
	}

</style>

<div style="height:3px;background:#4d4942"></div>
<div style="height:1px;background:#85C1E9"></div>
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="navtable" align="center">
  <tr>
    <td width="34" height="26" bgcolor="#231f20"></td>

    <td height="26" bgcolor="#231f20" class="navtext">
    <a href="home.php">Home</a> &nbsp;|&nbsp;<a href="search.php">Search</a> &nbsp;|&nbsp;<a href="browse.php">Browse</a> &nbsp;|&nbsp;<a href="publications.php">Publications</a> &nbsp;|&nbsp;<a href="cnv.php">Mutations</a> &nbsp;|&nbsp; <a href="compare.php">Compare</a> &nbsp;|&nbsp;<a href="submit.php">Submit</a> &nbsp;|&nbsp;<a href="cancer.php">Cancer</a> &nbsp;|&nbsp;<a href="about.php">About</a>
    </td>
  </tr>
</table>
<div style="height:1px;background:#85C1E9"></div>
<div style="height:3px;background:#4d4942"></div>		<div class="container">

			<div class="page-header">
	  			<h1>HSCGD  <small>Human Single Cell Genome Database</small></h1>
			</div>
 
			<div class="menu">
				<ul class="nav nav-tabs nav-justified">
					<li role="presentation"  class="active"><a href="javascript:location.reload();"><span class="glyphicon glyphicon-home" aria-hidden="true"></span> Home</a></li>
					<li role="presentation"><a href="search.php"><span class="glyphicon glyphicon-search" aria-hidden="true"></span> Search</a></li>
                    <li role="presentation"><a href="browse.php"><span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span> Browse</a></li>
                    <li role="presentation"><a href="publications.php"><span class="glyphicon glyphicon-book" aria-hidden="true"></span> Publications</a></li>
					<li role="presentation" class="dropdown">
					<a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
					<span class="caret"></span> Mutations
					</a>
					<ul class="dropdown-menu" style="width: 263px">
					  <li style="text-align:center"><a href="cnv.php">CNV</a></li>
					  <li style="text-align:center"><a href="snv.php">SNV</a></li>
					</ul>
					</li>
                    <li role="presentation" class="dropdown">
                    <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
                    <span class="caret"></span>Compare
                    </a>
                    <ul class="dropdown-menu"  style="width: 263px">
                    <li style="text-align:center"><a href="compare.php">CV&Lorenz</a></li>
                    <li style="text-align:center"><a href="snv_compare.php">SNV</a></li>
                    </ul>
                    </li>
                    <li role="presentation"><a href="submit.php"><span class="glyphicon glyphicon-upload" aria-hidden="true"></span> Submit</a></li>
					<li role="presentation"><a href="cancer.php"><span class="glyphicon glyphicon-certificate" aria-hidden="true"></span> Cancer</a></li>
				</ul>
			</div>

			<br>			

			<div id="left-block">
				<img src="./pic/head.jpg" alt="This picture cannot be displayed" width="90%">
			</div>

			<div id="right-block">

				<div id="right-block-top">
					<h2>Welcome to HSCGD! </h2>
					<p1>
					HSCGD: Human Single Cell Genome Database, is a database containing all current human single-cell genome sequencing data. The database currently stores 74,154 single-cell genome sequencing data from 63 data sets. Users can easily find the sequencing data from each single-cell genomics research, get detailed information and download them. <a href="statistics.php">[See More Statistics]</a>
					</p1>
					<br>
				</div>


				<div id="right-block-mid">
					<p1>
						<span class="glyphicon glyphicon-stats" aria-hidden="true"></span>
					</p1>

					<p2>&nbsp;&nbsp;&nbsp;63+&nbsp;&nbsp;&nbsp;</p2><p3>9944+&nbsp;&nbsp;</p3><p4>74154+</p4>
				</div>

				<div id="right-block-down">
					<p5>Novel Projects&nbsp;&nbsp;&nbsp;&nbsp;Varied Samples&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Different Runs</p5>
				</div>

			</div>

			<div class="clearfix"></div>

			<div class="link-top"></div>
			<br>

			<div class="mid-block">
				<div class="panel panel-info">
					<div class="panel-heading">
						<h3 class="panel-title" style="font-weight: bold;"><span class="caret"></span> Click thumbnails to browse project information by whole genome amplification (WGA) methods</h3>
					</div>
					<div class="panel-body">
						<div class="row">
						  	<div class="col-xs-6 col-md-2">
						    	<a href="browse_method.php?method=MDA" class="thumbnail">
						      	<img src="./pic/m1.png" alt="...">
						    	</a>
						  	</div>
						  	<div class="col-xs-6 col-md-2">
						    	<a href="browse_method.php?method=DOP-PCR" class="thumbnail">
						      	<img src="./pic/m2.png" alt="...">
						    	</a>
						  	</div>
						  	<div class="col-xs-6 col-md-2">
						    	<a href="browse_method.php?method=MALBAC" class="thumbnail">
						      	<img src="./pic/m3.png" alt="...">
						    	</a>
						  	</div>
						  	<div class="col-xs-6 col-md-2">
						    	<a href="browse_method.php?method=LIANTI" class="thumbnail">
						      	<img src="./pic/m4.png" alt="...">
						    	</a>
						  	</div>
						  	<div class="col-xs-6 col-md-2">
						    	<a href="browse_method.php?method=PTA" class="thumbnail">
						      	<img src="./pic/m5.png" alt="...">
						    	</a>
						  	</div>
						  	<div class="col-xs-6 col-md-2">
						    	<a href="browse_method.php?method=ACT" class="thumbnail">
						      	<img src="./pic/m6.png" alt="...">
						    	</a>
						  	</div>
						</div>
					</div>
				</div>
			
				<div class="panel panel-success">
					<div class="panel-heading">
						<h3 class="panel-title" style="font-weight: bold;"><span class="caret"></span> Click thumbnails to browse project information by sample types</h3>
					</div>
					<div class="panel-body">
						<div class="row">
						  	<div class="col-xs-6 col-md-2">
						    	<a href="browse_type.php?celltype=Breast" class="thumbnail">
						      	<img src="./pic/c1.png" alt="...">
						    	</a>
						  	</div>
						  	<div class="col-xs-6 col-md-2">
						    	<a href="browse_type.php?celltype=Colorectal" class="thumbnail">
						      	<img src="./pic/c2.png" alt="...">
						    	</a>
						  	</div>
						  	<div class="col-xs-6 col-md-2">
						    	<a href="browse_type.php?celltype=Fibroblast" class="thumbnail">
						      	<img src="./pic/c3.png" alt="...">
						    	</a>
						  	</div>
						  	<div class="col-xs-6 col-md-2">
						    	<a href="browse_type.php?celltype=Neuron" class="thumbnail">
						      	<img src="./pic/c4.png" alt="...">
						    	</a>
						  	</div>
						  	<div class="col-xs-6 col-md-2">
						    	<a href="browse_type.php?celltype=Germ" class="thumbnail">
						      	<img src="./pic/c5.png" alt="...">
						    	</a>
						  	</div>
						  	<div class="col-xs-6 col-md-2">
						    	<a href="browse_type.php?celltype=NotCancer" class="thumbnail">
						      	<img src="./pic/c6.png" alt="...">
						    	</a>
						  	</div>
						</div>
					</div>
				</div>
			</div>
			

<div class="panel panel-info">
	  <div class="panel-heading">
		  <h3 class="panel-title" style="font-weight: bold;"><span class="glyphicon glyphicon-education"></span> Please acknowledge HSCGD in your publications by citing the following reference:</h3>
      </div>
	  <div class="panel-body">
          <p><strong>HSCGD: a comprehensive database of single-cell whole-genome data and metadata.</strong> Fu J, He S, Yang Y, Chen Z, Qiao Y, Lu N, Lu Z, Tu J.<br> <a href="https://doi.org/10.1093/nar/gkae971">Nucleic Acids Res. 2024 Oct 29:gkae971. doi:10.1093/nar/gkae971. Epub ahead of print. PMID:39470706.</a></p>
          </div>
      </div>
	</div>


    <br>
    <div class="link-top"></div>
    <br>


    <div class="bottom">
			<p>For questions and suggestions, please contact: [email protected]   © HSCGD. State Key Laboratory of Digital Medical Engineering, Southeast University
			<p>苏ICP备2024124065号
			<p><img src="./beian.png" style="width:1%; height:auto;">    <a href="https://beian.mps.gov.cn/#/query/webSearch?code=32010202011847" rel="noreferrer" target="_blank">苏公网安备32010202011847</a>
            </p>
    </div>
		</div>


	</body>
</html>

<!--================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://fastly.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script>

<script src="https://fastly.jsdelivr.net/npm/@bootcss/[email protected]/dist/js/bootstrap.min.js"></script>
                               

Whois info of domain

Domain Name: HSCGD.COM
Registry Domain ID: 2906310445_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://wanwang.aliyun.com
Updated Date: 2024-08-08T04:15:52Z
Creation Date: 2024-08-08T04:12:52Z
Registry Expiry Date: 2029-08-08T04:12:52Z
Registrar: Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)
Registrar IANA ID: 1599
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS25.HICHINA.COM
Name Server: DNS26.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-18T16:59:30Z <<<
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