Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - nihav.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sun, 04 May 2025 05:53:39 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: PHPSESSID=p6jkmj8d85v44o6elvcci8adg5; path=/
Cache-Control: no-store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Pragma: no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Last-Modified: Sun, 04 May 2025 05:53:39 GMT

HTTP Code 200 OK

200 status 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: nihav.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<!-- (Title)  -->
	<title>Software de Tiempos - PDR Sistema de Facturacion</title>
	
	<link rel="SHORTCUT ICON" href="">
	<!-- (chart set) -->
	<meta name="viewport" content="width=device-width, initial-scale=1.0">

	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<!-- (description)   -->
	<meta name="description" content="Software de Tiempos - PDR Sistema de Facturacion" />
	<!-- (keyworks)  -->
	<meta name="keywords" content="" />
	<!-- noindex,nofollow meta -->
	<meta name="robots" content="noindex,nofollow" />
	<!-- (css) -->
	<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
	
	<link rel="stylesheet" type="text/css" href="http://nihav.com/css/style_responsive.css?v=13"/>

	<!-- (js) -->	
	<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
	<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
	<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
	
	<script src="http://nihav.com/js/ajaxer.js?v=13" type="text/javascript"></script>

	<script src="http://nihav.com/js/utils.js?v=13" type="text/javascript"></script>

	<script src="http://nihav.com/js/datacontroller.ajax.js?v=13" type="text/javascript"></script>

    <script>
    	document.addEventListener("DOMContentLoaded", function(){
			// Invocamos cada 5 segundos ;)
			const milisegundos = 60 *1000;
			setInterval(function(){
				// No esperamos la respuesta de la petición porque no nos importa
				fetch("../includes/session.php");
			},milisegundos);
		});
	</script>
	<style>
		body{
			height: 100%;
		}
		.header-bar{
			background-color: #56595c !important;
		}
		.HiddenContent{

		display: none !important;

		}
		.ShowContent{

		display: block !important;

		}

		div.HiddenContent

		{

		display:none; 

		margin:0;

		padding:0;

		}
		div.ShowContent

		{

		margin:0;

		padding:0;

		}
	</style>
</head>
<body>

	<div class="container-fluid">
		<div class="row" style="margin-top:8%">
			<div class="col-sm-4"></div>
			<div class="col-sm-4">
				<div class="card" style="margin: auto;">
					<div class="card-body">
						<div class="row text-center">
							<div class="col-sm-2"></div>
							<div class="col-sm-8">
								<img src="images/logo1.jpg" width="275">
							</div>
							<div class="col-sm-2"></div>
						</div>
						<div class="row">
							<div class="col text-center">
								<span ></span>
								<form action="loginvalidator.php" id="form" method="post" name="form" onSubmit="return Validamyrnsedato(this)">
									<div class="inputs" style="margin-top: 15px;">
										<div class="card login-inputs" style="padding-top: 15px;">

											<div class="inputs-div" style="margin: 0 auto;">
												<div class="form-group row">
													<label for="staticEmail" class="col-sm-3 col-form-label" style="color:#10334D;line-height:24px;font-size:15px">Usuario</label>
													<div class="col-sm-5">
														<input id="login" name="login" style="width: 200px; font-style:italic;" tabindex="1" type="text" placeholder="Escribir Usuario" onBlur="if(this.value == &#39;&#39;){ this.value=&#39;Escribir Usuario&#39;; this.type=&#39;text&#39;} " onFocus="if(this.value == &#39;Escribir Usuario&#39;) {this.value=&#39;&#39;; }">
													</div>
												</div>
	
												<div class="form-group row" >
													  <div class="col-sm-3 col-form-label">
														<label for="inputPassword" style="color:#10334D;line-height:24px;font-size:15px">Contraseña</label>
													  </div>
													<div class="col-sm-5">
														<input id="password" type="password" style="width: 200px; font-style:italic;" tabindex="2" onblur="if(this.value == &#39;&#39;){ this.value=&#39;Escribir Contrase&ntilde;a&#39;; this.type=&#39;text&#39;} " onFocus="if(this.value == &#39;Escribir Contrase&ntilde;a&#39;) { {this.value=&#39;&#39;; this.type=&#39;password&#39;}}" name="password" placeholder="Escribir Contrase&ntilde;a">
													</div>
												</div>
	
												<div class="form-group row">
													<div class="col-sm-3 col-form-label"></div>
													<div class="col-sm-6">
															<input class="checkbox"  id="remember_me" name="remember_me" type="checkbox" value="1">
															<small for="remember_me" class="checkbox">Recordarme en esta computadora</small>
													</div>
												</div>
											</div>

										</div>
									</div>
									<div class="row" style="padding-top: 20px; margin: 0 auto;">
										<div class="col-sm-4"></div>
										<div class="col-sm-4"></div>
										<div class="col-sm-4">
											<input class="button default" id="submit" name="submit" style="font-size:17px" tabindex="3" type="submit" value="Iniciar Sesión">
										</div>
									</div>
								</form>
							</div>
						</div>
						<div class="row">
							<div class="col text-center">
								<spam>2013 - 2020 Copyright &copy; <a href="http://www.pdrcr.com" target="_blank">PDR Tech</a> - All Rights Reserved</spam>
							</div>
						</div>
					</div>
				</div>
			</div>
			<div class="col-sm-4"></div>
		</div>
	</div>
                               

Whois info of domain

Domain Name: NIHAV.COM
Registry Domain ID: 2660756158_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.fastdomain.com
Registrar URL: http://www.fastdomain.com
Updated Date: 2024-12-04T13:38:10Z
Creation Date: 2021-12-10T17:45:45Z
Registry Expiry Date: 2025-12-10T17:45:45Z
Registrar: FastDomain Inc.
Registrar IANA ID: 1154
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.8777228662
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.BLUEHOST.COM
Name Server: NS2.BLUEHOST.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-04T05:53:21Z <<<
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