Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - stsrs.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 04 May 2025 09:43:19 GMT
Server: Apache
Set-Cookie: PHPSESSID=r38jefsb5crgus1pqklr8o8ba2; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
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: stsrs.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">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="Scotts SRS - Sales reporting system">
    <meta name="author" content="EAS">
    <meta name="google-site-verification" content="6uz8jp2ze1AwQ1B7oFU9wkABhJULnHT4Z0VwjHjCHJc" />
    <link rel="icon" href="favicon.ico">

    <title>Scotts SRS - Sales Reporting System</title>
    <!-- Bootstrap core CSS -->
    <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
    <!-- fontawesome -->
    <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
    <!-- srs css -->
    <link href="./css/index.css?v=100915" rel="stylesheet">
    <!-- tablesorter css -->
    <link href="./css/tablesorter.css" rel="stylesheet">
	<link href="./css/theme.bootstrap.css" rel="stylesheet">
    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <!--jquery cdn-->
	<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> -->
 	<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
  <script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script>
  </head>

  <body>
  <input type="hidden" id="x_levid" value="">
  <input type="hidden" id="x_siteid" value="">
  <input type="hidden" id="x_dealerid" value="">
  <input type="hidden" id="x_showintro" value="">
  <input type="hidden" id="x_pdfurl" value="">
  <input type="hidden" id="x_pdffilename" value="">
  <input type="hidden" id="x_repordercol" value="">
  <input type="hidden" id="x_repsort" value="">
<style>
html, body {
	height:100%;
	padding-top: 50px;
	background-image:url(images/corner.png);
    background-position:bottom right;
    background-repeat:no-repeat;
}
</style>
<script>
$(document).ready(function () {	
	$(this).validate_login();
});
</script>
    <nav class="navbar navbar-inverse navbar-fixed-top">
      <div class="container-fluid">
        <div class="navbar-header">
          <div class="headlogo pull-left"><img src="images/logosml.png"></div>
		  <div class="headtitle pull-left"><div class="btn btn-primary"><span class="badge"><i class="fa fa-automobile"></i></span> <b>SRS</b></div></div>
        </div>
        <div class="pull-right favbut"><div id="bookmarkme" class="btn btn-warning"><i class="fa fa-star"></i> Favourite</div></div>        
      </div>
    </nav>
<form id="srs_login">   
    <div class="container clearfix" id="logincont">
    <div id="login-overlay" class="modal-dialog">
      <div class="modal-content">
          <div class="modal-header" style="height:50px;">
              <div class="pull-left"><h3 class="modal-title" id="myModalLabel">Welcome to Scotts SRS</h3></div>
              <div class="btn btn-primary pull-right" style="margin-top:-5px;"><span class="badge"><i class="fa fa-automobile"></i></span> <b>SRS</b></div>
          </div>
          <div class="modal-body">
              <div class="row">
                  <div class="col-xs-6">
                      <div class="well">
                              <div class="form-group">
                                  <label for="username" class="control-label">Email address</label>
                                  <input type="text" class="form-control" id="inputEmail" name="username" value="" placeholder="[email protected]">
                                  <span class="help-block"></span>
                              </div>
                              <div class="form-group">
                                  <label for="password" class="control-label">Password</label>
                                 <input type="password" class="form-control" id="inputPassword" name="password" value="" >
                                  <span class="help-block"></span>
                              </div>
                              <div id="loginErrorMsg" class="alert alert-error hide">Wrong username or password</div>
                              <div class="checkbox">
                                  <label>
                                      <input type="checkbox" name="remember" id="remember"> Remember login
                                  </label>
                                  <p class="help-block">(if this is a private computer)</p>
                              </div>
                              <button type="submit" class="btn btn-success btn-block" id="loginbut">Login</button>
                      </div>
                  </div>
                  <div class="col-xs-6">
                  	  <div><img src="images/login.png"></div>
                  </div>
              </div>
          </div>
      </div>
  </div>
  
  </div> <!-- /container -->
</form>
<div class="alertouter">
<div id="loginerr" class="alert alert-danger alert-dismissible" role="alert" style="display:none;">
  <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
  <strong>Ooops!</strong> email or password incorrect
</div>
</div>


<!--intro modal-->
<div class="modal fade" id="welcome_modal" tabindex="-1" role="dialog" aria-labelledby="welcome_modal" aria-hidden="true">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <h1 class="modal-title" id="myModalLabel">
         <span class="pull-left"><img src="./images/logosml.png"></span>Welcome <div class="btn btn-primary pull-right" style="margin-top:4px; margin-right:10px;"><span class="badge"><i class="fa fa-automobile"></i></span> <b>SRS</b></div>
        </h1>
      </div>
      <div class="modal-body">
        <span class="h3">Hello and welcome to <b>Scotts SRS</b>.</span><br><br>
        <span class="h4">This system allows you to update sales figures<br>
        and produce accurate real-time reports.<br><br>
		To start a brief tutorial click the button below.<br>
		We hope you enjoy using SRS and welcome any feedback.</span><br><br>
        <span class="h3"><em>The Scotts Team.</em></span>
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
        <button type="button" id="starttutorial" class="btn btn-primary">Start tutorial</button>
      </div>
    </div>
  </div>
</div>

<!-- edit user modal -->
<div class="modal fade" id="user_edit_modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<form id="user_edit">
	  <input type="hidden" id="userid_edit" value="">
      <input type="hidden" id="siteid_edit" value="">
      <input type="hidden" id="dealerid_edit" value="">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
        <h3 class="modal-title" id="myModalLabel">Edit User
        <span class="pull-right" style="margin-top:-5px;"><img src="./images/logosml.png"></span>
        </h3>
      </div>
      <div class="modal-body">
      <div class="form-group">
      	<input type="text" class="form-control" id="userf_edit" name="userf_edit" placeholder="Enter first name">
      </div>
      <div class="form-group">
      	<input type="text" class="form-control" id="userl_edit" name="userl_edit" placeholder="Enter surname">
      </div>
      <div class="form-group">
      	<select id="userlevid_edit" name="userlevid_edit" class="form-control">
      		<option value="1">General access level</option>
      		<option value="2">Site access level</option>
            <option value="3">Group access level</option>
      	</select>
      </div>
      <div id="manageropts_edit" style="display:none;">
      <div class="form-group">
      	<input type="email" class="form-control" id="useremail_edit" name="useremail_edit" placeholder="Enter email address">
      </div>
      <div class="form-group">
      	<input type="password" class="form-control" id="userpass_edit" name="userpass_edit" placeholder="Change password">
        <input type="hidden" id="userpass_edit_orig" value="">
      </div>
      <div class="form-group">
      <div class="checkbox">
  		<label>
     	<input type="checkbox" id="emergencycontact_edit" value="1">
   		Emergency contact - will be alerted when figures not complete
      	</label>
	  </div>
      </div>
      </div>
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-default" data-dismiss="modal"><span class="fa fa-times"></span> Close</button>
        <button type="submit" class="btn btn-primary btnuser_edit"><span class="fa fa-check"></span> Save changes</button>
      </div>
    </div>
  </div>
</form>
</div>

    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
    <script src="https://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js"></script>
    <!--spin-->
	<script src="./jquery/spin.min.js"></script>
    <!--tablesorter-->
    <script src="./jquery/jquery.tablesorter.min.js"></script>
    <script src="./jquery/jquery.tablesorter.widgets.js"></script>
    <!--justguage-->
    <script src="./jquery/raphael.2.1.0.min.js"></script>
	<script src="./jquery/justgage.1.0.1.min.js"></script>
    <!--jquery ui cdn-->
    <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css">
 	<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
    <!--moment-->
    <script src="./jquery/moment-with-locales.min.js?v=240316"></script>
    <!--flot-->
    <script src="./jquery/jquery.flot.min.js?v=240316"></script>
    <script src="./jquery/jquery.flot.categories.min.js?v=240316"></script>
    <script src="./jquery/jquery.flot.tooltip.min.js"></script>
    <!--intro.js-->
    <link rel="stylesheet" href="./css/introjs.min.css">
    <script type="text/javascript" src="./jquery/intro.min.js"></script>
    <!--validation.io-->
    <link rel="stylesheet" href="./css/formValidation.min.css">
    <script type="text/javascript" src="./jquery/formValidation.popular.min.js"></script>
    <script type="text/javascript" src="./jquery/bootstrap.min.js"></script>
    <script type="text/javascript" src="./jquery/formvalidationfuncs.js"></script> 
    <!--cookie.js-->
    <script type="text/javascript" src="./jquery/js.cookie.js"></script>
    <!--cycle.js-->
    <script type="text/javascript" src="./jquery/jquery.cycle2.min.js"></script>
    <!--srs funcs-->
    <script src="./jquery/jqfuncs.js?v=20220407"></script>
    <script src="./jquery/jqevents.js?v=20220407"></script>
  </body>
</html>                               

Whois info of domain

Domain Name: STSRS.COM
Registry Domain ID: 1952373491_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gandi.net
Registrar URL: http://www.gandi.net
Updated Date: 2024-07-08T01:17:46Z
Creation Date: 2015-08-11T16:20:35Z
Registry Expiry Date: 2025-08-11T16:20:35Z
Registrar: Gandi SAS
Registrar IANA ID: 81
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +33.170377661
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS-1078.AWSDNS-06.ORG
Name Server: NS-1776.AWSDNS-30.CO.UK
Name Server: NS-406.AWSDNS-50.COM
Name Server: NS-781.AWSDNS-33.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-04T09:43:00Z <<<
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