Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - csrgi.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 03 May 2025 06:09:24 GMT
Server: Apache
Location: https://www.csrgi.com/
Content-Length: 230
Content-Type: text/html; charset=iso-8859-1

HTTP Code 301 Moved Permanently

301 status 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://www.csrgi.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 03 May 2025 06:09:25 GMT
Server: Apache
Strict-Transport-Security: max-age=15552000; includeSubDomains
Last-Modified: Tue, 04 Aug 2020 17:30:11 GMT
Accept-Ranges: bytes
Content-Length: 5335
Vary: Accept-Encoding
Content-Type: text/html

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: csrgi.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE HTML>
<!--
	Released for free under the Creative Commons Attribution 3.0 license
-->
<html>
	<head>
		<title>CSRG LLC</title>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		<link rel="stylesheet" href="assets/css/main.css" />
	</head>
	<body>

		<!-- Header -->
			<header id="header">
				<div class="inner">
					<a class="logo">
					<img src="images/CSRG_icon.png" />
					<nav id="nav">
						<a href="index.html">Home</a>
						<a href="about.html">About Us</a>
						<a href="contact.html">Contact</a>
					</nav>
					<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
				</div>
			</header>

		<!-- Banner -->
			<section id="banner">
				<h1>CSRG</h1>
				<p>Communications Systems Research Group</br>
                                       A Limited Liability Company</p>
			</section>

		<!-- One -->
			<section id="one" class="wrapper">
				<div class="inner">
					<div class="flex flex-3">
						<article>
							<header>
								<h3>Strategic Command and Control<br/>NC3</h3>
							</header>
							<p>We specialize in NC3 Plans,Policy, Requirments, and Analysis.</p>
							
						</article>
						<article>
							<header>
								<h3>Communications Systems<br/>VLF, HF, LOS, SATCOM</h3>
							</header>
							<p>We specialize in VLF, HF radio, LOS radio, and SATCOM systems.</p>
							
						</article>
						<article>
							<header>
								<h3>Continuity Of Operations<br/>COOP</h3>
							</header>
							<p>We specialize in resilience, recovery, and contingency operations.</p>
							
						</article>
					</div>
				</div>
			</section>

		<!-- Two -->
			<section id="two" class="wrapper style1 special">
				<div class="inner">
					<header>
						<h2>Core Competencies</h2>
						<p>Our experts have decades of experience in fields such as:</p>
					</header>
					<div class="flex flex-4">
						<div class="box person">
							<div class="image round">
								<img src="images/TACAMO_1.jpg" alt="NC3" />
							</div>
							<h3>NC3</h3>
							<p>Survivable and Endurable Military Communications accross the spectrum from VLF to EHF</p>
						</div>
						<div class="box person">
							<div class="image round">
								<img src="images/ICBM_2.jpg" />
							</div>
							<h3>ICBM</h3>
							<p>Minuteman III Strategic Weapons System</p>
						</div>
						<div class="box person">
							<div class="image round">
								<img src="images/HF_1.jpg" />
							</div>
							<h3>HF Radio</h3>
							<p>Strategic and Tactical Planning and Employment of High Frequency Radio Systems</p>
						</div>
						<div class="box person">
							<div class="image round">
								<img src="images/SATCOM_1.jpg" />
							</div>
							<h3>SATCOM</h3>
							<p>Space System Communications, Tracking, Telemetry, and Control Links</p>
						</div>
					</div>
				</div>
			</section>

		<!-- Three -->
			<section id="three" class="wrapper special">
				<div class="inner">
					<header class="align-center">
						<h2>Services</h2>
						<p>We can help you with the following: </p>
					</header>
					<div class="flex flex-2">
						<article>
							<div class="image fit">
								<img src="images/NAOC_1.jpg"  />
							</div>
							<header>
								<h3>Plans and Policy</h3>
							</header>
							<p>Our company specializes in the development and analysis of strategic military plans and operations ranging from specialized NC3 communications through national level operational policies. Our experts have both directly written and influenced Concepts of Operations (CONOPS), Operational Orders (OPORDS), and Operational Plans (OPLANS) at the Combatant Command, Joint Chiefs of Staff, and Department of Defense levels.</p>
							<footer>
								<a href="contact.html" class="button special">Contact Us</a>
							</footer>
						</article>
						<article>
							<div class="image fit">
								<img src="images/SPECTRUM_2.jpg"  />
							</div>
							<header>
								<h3>Specialized Technical Services</h3>
							</header>
							<p>Our company supports operational testing, installation, and technical evaluation of specialized communications equipment ranging from commercial land mobile radio to specialized military beyond line of sight (BLOS) systems.</p>
							<footer>
								<a href="contact.html" class="button special">Contact Us</a>
							</footer>
						</article>
					</div>
				</div>
			</section>

		<!-- Footer -->
			<footer id="footer">
				<div class="inner">
					<div class="flex">
						<div class="copyright">
							&copy; 2020 CSRG LLC. Design By: <a href="https://templated.co">TEMPLATED</a>. Images: <a href="https://unsplash.com">Department of Defense. (The appearance of U.S. Department of Defense (DoD) visual information does not imply or constitute DoD endorsement.)</a>.
                                                </div>
						
					</div>
				</div>
			</footer>

		<!-- Scripts -->
			<script src="assets/js/jquery.min.js"></script>
			<script src="assets/js/skel.min.js"></script>
			<script src="assets/js/util.js"></script>
			<script src="assets/js/main.js"></script>

	</body>
</html>
                               

Whois info of domain

Domain Name: CSRGI.COM
Registry Domain ID: 1889225282_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2021-11-08T00:33:03Z
Creation Date: 2014-12-08T06:04:04Z
Registry Expiry Date: 2026-12-08T06:04:04Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS10.CSRGI.COM
Name Server: NS11.CSRGI.COM
Name Server: NS12.CSRGI.COM
Name Server: NS13.CSRGI.COM
Name Server: NS14.CSRGI.COM
Name Server: NS15.CSRGI.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-03T06:09:11Z <<<
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