Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - vs3.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
date: Sat, 17 May 2025 16:21:42 GMT
content-type: text/html; charset=UTF-8
transfer-encoding: chunked
set-cookie: PHPSESSID=bkmdaa48vd7353sc50ns9o7b3f; path=/; SameSite=None; domain=vs3.com; secure; HttpOnly
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
cache-control: post-check=0, pre-check=0
pragma: no-cache

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: vs3.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 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>

	<link rel="stylesheet" type="text/css" href="./css/main.css" media="all" />
	<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
	
</head>

<title>vs3.com - Billing Support</title>


<body>

<div id="container_main" style="width: 740px; margin: 0 auto 0 auto; margin-top: 10px;">
		
	<div style="width: 720px; margin: 0 auto 0 auto; text-align: center;">
		<a href="/">
			<img src="./img/support-header.jpg" width="700" height="314" border="0" alt="Video Chat" />
		</a>
	</div>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>

	<div class="copy" style="width: 640px; margin: 0 auto 0 auto;">
		
		<div>
	
				        
				<p class="text-justify">Most likely, you are here because you are confused or unsure about a charge on your credit card statement or bank account. We are here to help you resolve the matter; please contact us before contacting your bank at the numbers listed below and we will resolve your billing issue:
				Toll free 1-800-685-9236 or +1-818-880-9021 (Outside United States).</p>
				
				<p>If you would like us to contact you, please complete the form below and we will get back to you as soon as possible.</p> 

				<h1>Submit Help Request</h1>	
		
				<form name="SupportForm" action="" method="POST" >
				
					
					<script type="text/javascript">
						var RecaptchaOptions = {
						theme: "white"
						};
					</script>

					<div class="mb-3 row">
						<label for="name" class="col-sm-3 col-form-label fw-bold">Name on the Account:</label>
						<div class="col-sm-9">
						<input type="text" name="DATA[name]" required value="" id="name" class="form-control" />
						</div>
					</div>

					<input type="hidden" name="a" value="email">

					<div class="mb-3 row">
						<label for="email" class="col-sm-3 col-form-label fw-bold">Email Address:</label>
						<div class="col-sm-9">
						<input type="text" name="DATA[email]" required value="" id="email" class="form-control" />
						</div>
					</div>

					<div class="mb-3 row">
						<label for="phone" class="col-sm-3 col-form-label fw-bold">Phone Number:</label>
						<div class="col-sm-9">
						<input type="text" name="DATA[phone]" value="" id="phone" class="form-control" />
						<small class="form-text text-danger">(Optional but necessary if you want a call-back)</small>
						</div>
					</div>

					<div class="mb-3 row">
						<label for="last_four" class="col-sm-3 col-form-label fw-bold">Last 4-Digits of Credit Card Used:</label>
						<div class="col-sm-9">
						<input type="text" name="DATA[last_four]" id="last_four" class="form-control" />
						<small class="form-text text-muted">(Optional)</small>
						</div>
					</div>

					<div class="mb-3 row">
						<label for="date_transact" class="col-sm-3 col-form-label fw-bold">Date of Transaction:</label>
						<div class="col-sm-9">
						<input type="date" name="DATA[date_transact]" id="date_transact" class="form-control" />
						<small class="form-text text-muted">(Optional)</small>
						</div>
					</div>

					<div class="mb-3 row">
						<label for="additional" class="col-sm-3 col-form-label fw-bold">Additional Information:</label>
						<div class="col-sm-9">
						<textarea name="DATA[additional]" id="additional" class="form-control" rows="6"></textarea>
						<small class="form-text text-muted">(Optional)</small>
						</div>
					</div>

					<div class="mb-3 row">
						<div class="col-sm-3"></div>
						<div class="col-sm-9">
						<div class="g-recaptcha" data-sitekey="6LdipE0UAAAAADRXXLIFByYvgZKqiy1epXWmzaAw"></div>
						</div>
					</div>

					<div class="mb-3 row">
						<div class="col-sm-3"></div>
						<div class="col">
							<button type="submit" class="btn btn-primary btn-lg">Submit Help Request</button>
						</div>
					</div>
				
				</form>
	        
				        
		</div>
			
	
	</div>


	<br />		


</div>


<br />
<div style="text-align: center; margin-bottom: 15px">&copy; 1996 - 2025 VSM. All Rights Reserved. <a href="/privacy.php">Privacy Policy</a></div>

	<!-- Global site tag (gtag.js) - Google Analytics -->
	<script async src="https://www.googletagmanager.com/gtag/js?id=UA-491285-45"></script>
	<script>
		window.dataLayer = window.dataLayer || [];
		function gtag(){dataLayer.push(arguments);}
		gtag('js', new Date());

		gtag('config', 'UA-491285-45');
	</script>

</body>
</html>                               

Whois info of domain

Domain Name: VS3.COM
Registry Domain ID: 3167895_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-08-29T19:33:00Z
Creation Date: 1999-01-22T05:00:00Z
Registry Expiry Date: 2025-09-30T11:59:59Z
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: NS-1233.AWSDNS-26.ORG
Name Server: NS-1789.AWSDNS-31.CO.UK
Name Server: NS-218.AWSDNS-27.COM
Name Server: NS-893.AWSDNS-47.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-17T16:21:26Z <<<
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