Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - jsrd.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 17:53:10 GMT
Server: Varnish
X-Varnish: 197106945
x-cache: synth synth
Location: https://jsrd.com/
Content-Length: 0
Connection: keep-alive

HTTP Code 301 Moved Permanently

301 http code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://jsrd.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 17:53:11 GMT
Content-Type: text/html; charset=UTF-8
Set-Cookie: PHPSESSID=0g911s3ot0mv2eughqdjhgbjhs; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Frame-Options: SAMEORIGIN
X-UA-Device: bot
X-Cacheable: NO:Got Cookies
X-Varnish: 197106949
Age: 0
Accept-Ranges: bytes
Vary: Accept-Encoding, User-Agent
x-cache: MISS
Content-Length: 16338
Connection: keep-alive

HTTP Code 200 OK

200 http 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: jsrd.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])

<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie6 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if IE 7 ]>   <html class="ie7 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if IE 8 ]>   <html class="ie8 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if IE 9 ]>   <html class="ie9 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html class="no-js" lang="en" dir="ltr"><!--<![endif]-->
<head>
<title>JSRD.COM  IS FOR SALE</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes">
<meta property="og:site_name" content="jsrd.com">
<meta property="og:type" content="article">
<meta property="og:title" content="JSRD.COM  IS DIFFERENT">
<meta property="og:url" content="http://jsrd.com/">
<meta property="og:description" content="">
<meta name="description" content="">
<link rel="stylesheet" type="text/css" href="/HPDFS/css/dfs_style.css" media="all" />
<link rel="stylesheet" type="text/css" href="/HPDFS/css/normalize.min.css" media="all" />
<link rel="stylesheet" type="text/css" href="/HPDFS/css/bootstrap.css" media="all" />
<link href="/node_modules/@fortawesome/fontawesome-pro/css/fontawesome.css" rel="stylesheet">
<link href="/node_modules/@fortawesome/fontawesome-pro/css/brands.css" rel="stylesheet">
<link href="/node_modules/@fortawesome/fontawesome-pro/css/solid.css" rel="stylesheet">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<!--[if IE 8 ]>
<script type="text/javascript" src="/HPDFS/javascript/selectivizr-min.js"></script>
<![endif]-->
<!--[if gte IE 9]>
<style type="text/css">body,h1,a,.result,input{filter:none}</style>
<![endif]-->

<style>
body {
  background: #00011f;
  background-size: auto auto;
  color: #fff;
  cursor: default;
  margin: 0;
  padding: 20px 0;
  margin-top: 15px !important;
  padding-top: 0 !important;
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
}
h1 {
  vertical-align:middle;
}

h2 {
  margin: 10px auto 20px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
}

h3 {
  margin-top: 65px;
}

h4 {
	margin-top: 8px;
	margin-bottom: 10px;
	font-weight: bold;
  text-align: center;
}

h5 {
	margin-bottom: 8px;
	font-weight: bold;
  text-align: right;
}

#button {
  display: inline-block;
  background-color: #333;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.center {
	text-align: center;
  border: 1px solid #C0C0C0;
  margin-top: 15px;
  margin-bottom: 15px;
  vertical-align:middle;
  border-radius: 15px;
  padding: 10px 10px 10px 10px;
  box-shadow: 2px 2px 20px rgba(0,0,0,.2);
}

.emcenter {
	text-align: center;
  border: 3px solid #F1C40F;
  margin-top: 15px;
  margin-bottom: 0px;
  vertical-align:middle;
  border-radius: 15px;
  padding: 25px 10px 25px 10px;
  box-shadow: 2px 2px 20px rgba(0,0,0,.2);
}

.invcenter {
	text-align: center;
  border: 0;
  margin-top: 0;
  margin-bottom: 0px;
  vertical-align:middle;
  padding: 10px 10px 10px 10px;
}

/* The alert message box */
.alert {
    padding: 10px;
    background-color: #0EFF01; /* Green */
    color: black;
    margin-top: -15px !important;
    margin-bottom: 10px;
    border-radius: 0;
}

.alert.success {background-color: #04AA6D;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #000000;}

.btn-group-sm {
box-shadow: 2px 2px 20px rgba(0,0,0,.2);
}

.isa_info, .isa_success, .isa_warning, .isa_error {
margin: 10px 0px;
margin-top: 15px;
margin-bottom: 15px;
padding:12px;
border: 1px solid rgba(0,0,0,.1);
border-radius: 15px;
box-shadow: 2px 2px 20px rgba(0,0,0,.2);
}

.isa_red {
margin: 10px 0px;
padding:12px;
border: 1px solid rgba(0,0,0,.1);
border-radius: 15px;
box-shadow: 2px 2px 20px rgba(0,0,0,.2);
}

.isa_red {
margin: 0px 2px;
padding:0px;
border: 0px;
}

.isa_trans {
margin: 0px 2px;
padding:0px;
border: 0px;
}

.isa_trans_1x {
margin: 0px 5px;
padding:0px;
border: 0px;
}

.isa_auction {
margin: 0px 2px;
color: #999999;
padding:0px;
border: 0px;
}

.isa_transright {
margin: 0px 2px;
padding:0px;
border: 0px;
font-size: 0.875em;
text-align: right;
}

.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.isa_warning {
    color: #000000;
    background-color: #FFFFFF;
}
.isa_error {
    color: #D8000C;
    background-color: #FFD2D2;
}
.isa_red {
    color: #444;
    background-color: #FFF;
}
.isa_trans {
    color: #444;
    background-color: #FFF;
}
.isa_trans_1x {
    color: #444;
    background-color: #FFF;
}
.isa_head {
    color: #FFF;
    background-color: transparent;
}
.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin:5px 5px;
    font-size:2em;
    vertical-align:middle;
}
.isa_red i{
    margin:5px 5px;
    font-size:2em;
    vertical-align:middle;
}
.isa_trans i, .isa_auction i {
    margin:5px 5px;
    font-size:2em;
    vertical-align:middle;
}
.isa_trans_1x i {
    margin:5px 5px;
    vertical-align:middle;
}
.isa_info .svg-inline--fa { font-size:2em; }
.isa_success .svg-inline--fa { font-size:2em; }
.isa_warning .svg-inline--fa { font-size:2em; }
.isa_error .svg-inline--fa { font-size:2em; }
.isa_red .svg-inline--fa { font-size:2em; }
.isa_trans .svg-inline--fa { font-size:2em; }
.isa_trans_1x .svg-inline--fa { font-size:1em; }

#fade {
        display: none;
        position:absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: #ababab;
        z-index: 1001;
        -moz-opacity: 0.8;
        opacity: .70;
        filter: alpha(opacity=80);
    }
#modal {
        display: none;
        position: absolute;
        top: 45%;
        left: 45%;
        width: 64px;
        height: 64px;
        padding:30px 15px 0px;
        border: 3px solid #ababab;
        box-shadow:1px 1px 10px #ababab;
        border-radius:20px;
        background-color: white;
        z-index: 1002;
        text-align:center;
        overflow: auto;
    }

.container {
  line-height: 1.4;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 18px;
  color: #333;
}

.highlight-container, .highlight {
  position: relative;
}

.highlight-container {
  display: inline-block;
}
.highlight-container:before {
  content: " ";
  display: block;
  height: 120%;
  width: 130%;
  margin-left: -5px;
  margin-right: -1px;
  position: absolute;
  background: #F1C40F;
  transform: rotate(6deg);
  top: -1px;
  left: -10px;
  border-radius: 35% 60% 35% 60%;
  padding: 10px 3px 3px 10px;
  box-shadow: 2px 2px 20px rgba(0,0,0,.2);
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.fa-weixin {
    color: #04BE02;
  }
.fa-check {
    color: green;
  }
.fa-twitter {
    color: #1DA1F2;
  }   
.fa-facebook {
    color: #4267B2;
  }   
.fa-linkedin {
    color: #0E76A8;
  }
.fa-face-hand-peeking {
    color: #3F51B5;
  }   
.fa-shield-keyhole {
    color: #3F51B5;
  } 
.fa-question {
    color: #3F51B5;
  } 
.fa-inbox-in {
    color: #3F51B5;
  }
.fa-trash-xmark {
    color: red;
  }
.fa-ban {
    color: red;
  }
.fa-ban-bug {
    color: red;
  }
.fa-creative-commons-nc-eu {
    color: tomato;
  }
.fa-poop {
    color: #7b5804;
  }
.fa-leaf {
    color: green;
  }
.fa-trees {
    color: green;
  }
.fa-location-smile {
    color: green;
  }
.fa-location-check {
    color: green;
  }
.fa-seedling {
    color: green;
  }
.fa-do-not-enter {
    color: red;
  }
.fa-peach {
    color: orange;
  }
.fa-citrus {
    color: orange;
  }
.fa-bell {
    color: tomato;
  }
.fa-leaf-maple {
    color: #F1C40F;
  }
.fa-tree-christmas {
    color: green;
  }
.fa-fireplace {
    color: orange;
  }
.fa-strawberry {
    color: red;
  }
.fa-clover {
    color: green;
  }
.fa-shield-heart {
    color: red;
  }
.fa-leafy-green {
    color: green;
  }
.fa-baby-carriage {
    color: #F1C40F;
  }
.fa-landmark {
    color: #F1C40F;
  }
.fa-calendar-days {
    color: #F1C40F;
  }
.fa-stamp {
    color: #F1C40F;
  }
.fa-lock {
    color: gray;
  }
.fa-star {
    color: #F1C40F;
  }
.fa-party-horn {
    color: #F1C40F;
  }
.fa-star-exclamation {
    color: #F1C40F;
  }
.fa-crown {
    color: #F1C40F;
  }
.fa-alarm-clock {
    color: #F1C40F;
  }
.fa-fort-awesome {
    color: #F1C40F;
  }
.fa-check {
    color: green;
  }
.fa-xmark {
    color: red;
  } 
.fa-heart {
    color: red;
  }
.fa-heart-circle-exclamation {
    color: tomato;
  }
.fa-exclamation {
    color: red;
  }
</style>
</head>
<body>
<a id="button"></a>
<div class="alert"><center><i class="fa-solid fa-thumbs-up"></i> A <strong>premium</strong> domain name like <strong>jsrd.com</strong> can help to achieve instant brand recognition, significantly lower marketing expenses, maximise brand trust, and accelerate value creation.</center></div><div id="main_wrapper">
<div id="difs_main" class="clearfix">
<h1>
<a href="http://jsrd.com/">
<i class="fa-solid fa-gem"></i> jsrd.com<span class="domain_name">  is for sale</span></a>
</h1>
<div id="buy">
<h4><a href="#" onclick="sendAJAX"><i class="fa-solid fa-spinner fa-spin-pulse fa-2x"></i>&emsp; Loading ......</a></h4>
</div>
<button type="button" class="btn btn-sm btn-primary" disabled><i class="fa-solid fa-gear"></i> Under Construction</button>&ensp;<button type="button" class="btn btn-sm btn-primary" disabled><i class="fa-solid fa-gem"></i> Quality Assets</button>&ensp;<button type="button" class="btn btn-sm btn-primary" disabled><i class="fa-solid fa-universal-access"></i> Generic Domain Name</button>&ensp;<button type="button" class="btn btn-sm btn-primary" disabled><i class="fa-solid fa-badge-check"></i> Trusted .com Extension</button><div class="isa_warning"><i class="fa-solid fa-octagon-exclamation"></i> <strong>This is a Non-Commercial Website, Not Affiliated with Any Company or Trademark.<br /><i class="fa-solid fa-circle-xmark"></i> We are NOT selling any goods or service.</strong></div><div class="isa_info"><i class="fa-solid fa-hourglass-clock"></i></div><center><h2>The right domain name makes a big difference</h2></center><div class="isa_trans_1x"><i class="fa-brands fa-fort-awesome fa-2x"></i><strong>jsrd.com</strong> is a generic .com domain name that has been used for our emails. This website is <strong>reserved</strong> and will be developed into a <a href="https://dnjournal.com/ytd-sales-charts.htm" target="_blank"><strong>digital property</strong> <i class="fa-solid fa-up-right"></i></a></div><div class="isa_trans_1x"><i class="fa-solid fa-calendar-days fa-2x"></i> Year of creation: <strong> 2003</strong></div><div class="isa_trans_1x"><i class="fa-solid fa-leaf-maple fa-2x"></i> Domain history: <strong>22 years</strong><sup><i class="fa-solid fa-star fa-xs"></i></sup><sup><i class="fa-solid fa-star fa-xs"></i></sup><sup><i class="fa-solid fa-star fa-xs"></i></sup><sup><i class="fa-solid fa-star fa-xs"></i></sup></div><h2><div class="container"><span class="highlight-container"><span class="highlight">CONTACT</span></span></div></h2><div class="isa_trans"><i class="fa-solid fa-feather"></i> To discuss about availability for custom use, ownership, or other development opportunities of jsrd.com, please complete the form.</div><form id="dfs_form" action="" method="post">
<fieldset>
<legend>
<i class="fa-solid fa-lock"></i> Contact</legend>
<div class="row">
<div class="column name">
<label for="name">
Name: <span class="asterisk">(Required)</span></label>
<input type="text" maxlength="30" name="name"  placeholder="" id="name" size="35" value="" role="textbox" />
</div>

<div class="column email">
<label for="email">
Email: <span class="asterisk">(Required)</span></label>
<input type="text" name="email" id="email" size="35" maxlength="50" value="" role="textbox" aria-required="true" />
</div>
</div>

<div class="row">
<div class="column phone">
<label for="phone">
Phone:</label>
<input type="text" name="phone" placeholder="" id="phone" size="35" maxlength="30" value="" role="textbox" />
</div>

<div class="column price">
<label for="offer">
Offer (if any): <span class="asterisk">(Required)</span></label>
<input type="text" placeholder="" name="offer" maxlength="50" id="offer" size="35" value="" role="textbox" aria-required="true" />
</div>
</div>

<div class="row comment">
<label for="comment">

Message: <span class="asterisk">(Required)</span></label>
<textarea name="comment" maxlength="5000" id="comment"  placeholder="" rows="4" cols="5"></textarea>
</div>
<div style="border:0 none !important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);height:1px !important;margin:0 !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;"><label for="80b9dbdbae18ee4e936e0ab4827023a7">
: <span class="asterisk">(Required)</span></label>
<input type="text" name="80b9dbdbae18ee4e936e0ab4827023a7" id="80b9dbdbae18ee4e936e0ab4827023a7" />
</div>
<br />
<div class="row submit">
<input type="submit" name="submit" class="button" value="Send &#10148;" />
<input type="hidden" name="3mTF23vMql" value="LlyYBDH4A4F42cQNvTUf12tdnMhp3P" />
</div>
<p align="right"></p>
</fieldset>
</form>
<center><span style="color: #3F51B5;"><h3><i class="fa-solid fa-lighthouse"></i> 2025 jsrd.com<br />We don't follow.  We create.<br /><sub></sub><sub><i class="fa-solid fa-envelope-dot"></i> hello<i class="fa-solid fa-at"></i>jsrd.com</sub></h3></span></center><a name="1"></a><span style="color: #3F51B5;"><hr style="height:1px;border-width:0;color: #3F51B5;background-color:#3F51B5"><i class="fa-solid fa-triangle-exclamation"></i> <strong>DISCLAIMER AND LEGAL NOTICE: </strong><strong>jsrd.com</strong> is a generic and descriptive .com domain name with multiple meanings.  It is a non-commercial, under-construction and independent website, <strong>not affiliated</strong> with any public figure, company, organization, brand, commodity, software, service, or trademark.  No goods or services are offered here.  If you are searching for any business with <strong>jsrd</strong> in its name or something related or similar to it, you have reached this site in error.<hr style="height:1px;border-width:0;color: #3F51B5;background-color:#3F51B5"></span><span style="color: #3F51B5;"><h4><a href="https://www.unicefusa.org/?form=donate">We <i class="fa-solid fa-heart"></i> Every Child. <i class="fa-solid fa-up-right"></i></a></h4></span></div>
</div>
<script type="text/javascript" src="/HPDFS/javascript/modernizr.min.js"></script>
<script type="text/javascript" src="/HPDFS/javascript/jquery.js"></script>
<script type="text/javascript" src="/HPDFS/javascript/common.js.php"></script>
<script>
var btn = $('#button');
$(window).scroll(function() {
if ($(window).scrollTop() > 300) {
btn.addClass('show');
} else {
btn.removeClass('show');
}
});
btn.on('click', function(e) {
e.preventDefault();
$('html, body').animate({scrollTop:0}, '300');
});
</script>
<script>
$( "#buy" ).load( "/afternic.php" );
</script>
<script>
$( "#whois" ).load( "/whois.php" );
</script>
</html>
                               

Whois info of domain

Domain Name: JSRD.COM
Registry Domain ID: 95860459_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://wanwang.aliyun.com
Updated Date: 2025-01-12T08:40:39Z
Creation Date: 2003-03-17T03:50:41Z
Registry Expiry Date: 2026-03-17T02:50:41Z
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: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: DNS21.HICHINA.COM
Name Server: DNS22.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T17:52:58Z <<<
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