Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
307 Temporary Redirect - ginhc.com
HTTP Status: 307
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 02 May 2025 19:36:53 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Set-Cookie: csrf_cookie_name=3b2f19bc032cceefa899fbc889f7c28e; expires=Fri, 02-May-2025 21:36:53 GMT; Max-Age=7200; path=/
Set-Cookie: ci_session=a875e7eca486599d56afc01de237a639e4e5d03d; expires=Fri, 02-May-2025 21:36:53 GMT; Max-Age=7200; path=/; HttpOnly
Location: https://ginhc.com/users/loginScreen/
Vary: User-Agent
Strict-Transport-Security: max-age=15768000;includeSubdomains
Content-Length: 0
Content-Type: text/html; charset=UTF-8

HTTP Code 307 Temporary Redirect

307 Temporary Redirect indicates a temporary redirect, but the HTTP request method remains unchanged.

When is Code 307 used?

  • When a page is temporarily moved without affecting form submissions
  • During site maintenance or temporary URL changes

What does Code 307 mean for the user?

The user is redirected to another URL while keeping the original request method (e.g., POST remains POST).

200 OK - https://ginhc.com/users/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 02 May 2025 19:36:53 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Set-Cookie: csrf_cookie_name=995d5e1ee49c66e81e43ce8bbee957a6; expires=Fri, 02-May-2025 21:36:53 GMT; Max-Age=7200; path=/
Set-Cookie: ci_session=5ee57c59c3fe9073e6e65110441969a075684e94; expires=Fri, 02-May-2025 21:36:53 GMT; Max-Age=7200; path=/; HttpOnly
Vary: Accept-Encoding,User-Agent
Strict-Transport-Security: max-age=15768000;includeSubdomains
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: ginhc.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">
		<title>My Account</title>
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta name="description" content="My Account">
		<meta name="author" content="High Touch Technologies">
		<!-- Styles -->
        <link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
		<link href="/assets/bootstrap/css/bootstrap.css" rel="stylesheet">
		<!--link href="/assets/css/bootstrap-responsive.css" rel="stylesheet"-->
		<link href="/assets/css/font-awesome.min.css" rel="stylesheet">
		<link href="/assets/css/main.css" rel="stylesheet">
		<link href="/assets/css/client.css" rel="stylesheet">
		<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
		<!-- [if lt IE 9]>
			<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
		<![endif]-->
		<!-- favicon and touch icons -->
		<link rel="shortcut icon" type="image/png" href="/assets/ico/company_logo.png">
		<!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/assets/ico/apple-touch-icon-144-precomposed.png">
		<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/assets/ico/apple-touch-icon-114-precomposed.png">
		<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/assets/ico/apple-touch-icon-72-precomposed.png">
		<link rel="apple-touch-icon-precomposed" href="/assets/ico/apple-touch-icon-57-precomposed.png">-->
        <script type="text/javascript">brand="none";</script>
	</head>
	<body id="login_screen">
		<div id="login_screen_box"></div>
		<div class="modal fade" id="loading_modal">
			<div class="modal-dialog">
				<div class="modal-content">
					<div class="modal-header">
						<h3>Please Wait...</h3>
						<button type="button" class="close" data-dismiss="modal">x</button>
					</div>
					<div class="modal-body">
						Loading your Account Details						<div class='progress active'>
							<div class="progress-bar progress-bar-striped progress-bar-animated" style="width:100%"></div>
						</div>
					</div>
				</div>
			</div>
		</div>
		<div class="container-fluid">
			<div class="row justify-content-center">
	<div id="login-inner" class="col-md-12 white-bg card">
				<div class="row">
			<div class="valign-top col-md-6">
                			</div>
			<div class="col-md-6 pr-0">
				<form class="form-inline" action="/users/doLogin/none" method="POST" style="background:#fff;">
					<input type="hidden" name="csrf_test_name" value="995d5e1ee49c66e81e43ce8bbee957a6" />
					<h1>Account Login<small class="mb-3">Please login to access your&nbsp;Online Payments&nbsp;Account</small></h1><br/>
					<fieldset>
						<div class="form-row mb-3" style="text-align: center;">
							<div class="col input-group">
								<div class="input-group-prepend">
									<span class="input-group-text"><i class="icon-user"></i></span>
								</div>
									<input type="text" name="username" class="form-control" placeholder="username" rel="tooltip" title="Enter your Username, Email, or Acct. #" data-animation="true" data-trigger="focus" value="" autofocus>
							</div>
							<div class="col input-group">
								<div class="input-group-prepend">
									<span class="input-group-text"><i class="icon-key"></i></span>
								</div>
									<input type="password" name="password" class="form-control" placeholder="password" rel="tooltip" title="Enter your Password" data-animation="true" data-trigger="focus">
							</div>
							<div style="display:none;">
								<input type="hidden" name="language" value="english">
							</div>
							<button id="btn-do-login" type="submit" class="btn btn-success">Sign in</button>
						</div>
					</fieldset>
					<br/><span class="help-block text-center mb-3 w-100">Can't Remember your password?&nbsp;<a class="btn btn-danger" data-toggle="modal" href="/users/forgotpw/none">Reset Password</a></span>
				</form>
				<div class="card text-center">
					<span>Register your account for online access. <a class="btn btn-primary" href="/users/create/none">Register</a></span>
				</div>

			</div>
		</div>
		<hr />
		<div class='alert alert-success'>
			<span style="display:block;text-align:center;"><span style="font-weight:bold; color:#333;">New to Online Payments?</span> You will need your Account ID to register with our Online Payments Portal.</span>
		</div>
		<div style="text-align: center;">
			<span style="display:block;">
				<span style="font-weight:bold;">Need your Account ID?</span> Please contact				<a href="">your store</a>
				or our Customer Service Center  <b>(800) 422-8186</b>
			</span>
	</div>
		</div>
				</div>
				<!--<div class="col-md-9 center-text">
					<img src="/assets/images/user/GHC206009_BNR_Tires_0220.png" />				</div>-->
			</div><!--/.row-->
		</div><!--/.fluid-container-->
	<!-- Our Modal Box -->
	<div class="modal fade" id="modal_box">
		<div class="modal-dialog">
			<div class="modal-content">
				<div class="modal-header">
					<button type="button" class="close" data-dismiss="modal">x</button>
					<h3>Modal Header</h3>
				</div>
				<div class="modal-body">
					<p></p>
				</div>
				<div class="modal-footer">
					<a href="#" class="modal_no_btn btn btn-secondary" data-dismiss="modal">No</a>
					<a href="#" class="modal_yes_btn btn" data-dismiss="modal">Yes</a>
				</div>
			</div>
		</div>
	</div>
	<div id="progModal" class="modal fade">
		<div class="modal-dialog">
			<div class="modal-content">
				<div class="modal-header">
					<h3>Please Wait...</h3>
				</div>
				<div class="modal-body">
					<div class='progress active'>
						<div class='progress-bar progress-bar-striped progress-bar-animated no-width'></div>
					</div>
				</div>
				<div class="modal-footer">
				</div>
			</div>
		</div>
	</div>
	<!-- Javascript
	============================== -->
	<!-- Dropped down here for faster page loads -->
	<script type="application/x-javascript">
		var phoneSupport=0;
    </script>
	<script src="/assets/bootstrap/js/jquery.js"></script>
	<script src="/assets/bootstrap/js/popper.min.js"></script>
	<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
	<script src="/assets/js/welcome.js"></script>
	<script src="/assets/js/olp.js"></script>
	<script src="/assets/js/creditcard.js"></script>
	<script src="/assets/js/users_login.js"></script>
	</body>
</html>
                               

Whois info of domain

Domain Name: GINHC.COM
Registry Domain ID: 2418589946_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-06-27T20:30:24Z
Creation Date: 2019-07-30T21:48:43Z
Registry Expiry Date: 2025-07-30T21:48:43Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS69.DOMAINCONTROL.COM
Name Server: NS70.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-02T19:36:46Z <<<
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