Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - v8dv.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: no-cache, private
Date: Fri, 02 May 2025 23:15:13 GMT
Location: http://v8dv.com/dashboard
Set-Cookie: laravel_session=eyJpdiI6Im55NDJ1VzdSemtRdkdadE5kSHVJbUE9PSIsInZhbHVlIjoidUpOalwvZjU2SGFYVmFhUkZNeTQ4TCtsXC9cLzhOU1wvZVo0clFSbjRpSG9BbEY2b09aaExycncyeTgwbFY3bjNvVlRjOTRVT3dZaXpmc2pmV2h6TkU2TDBZVkUySDZiNzcwRWc3cEJVQnpLc3Q4clc0Y3U3eHZ1cHJINlE5UWpOcSt0IiwibWFjIjoiYmQ3ZjQ3ZDRlNjFjMDY1MzE1YzIzMDY4ZjJjOGUwZWQ3YmU4N2ZjNDUwMzBiZTljZjBlMmU0ZDAzNGZhN2MyZiJ9; expires=Sat, 03-May-2025 01:15:13 GMT; Max-Age=7200; path=/; httponly
Strict-Transport-Security: max-age=31536000

HTTP Code 302 Found (Moved Temporarily)

302 http code indicates that the requested resource is temporarily available at a different URL.

When is Code 302 used?

  • When temporarily changing a page URL
  • When testing new content
  • During temporary maintenance

What does Code 302 mean for the user?

The user is automatically redirected to the new URL, but search engines continue to index the old address.

200 OK - http://v8dv.com/dashboard
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Cache-Control: no-cache, private
Date: Fri, 02 May 2025 23:15:13 GMT
Set-Cookie: laravel_session=eyJpdiI6InBNS1VCTXV0Z29SaG8wdE5hU0FQVmc9PSIsInZhbHVlIjoiM2RKNFY5VW5RcmJicXJVV05RSkZwNHNZc1U4TzlJM25OMGFUN3FiWU04T1M5NzBlcHAwRzBXdWc2aytvSzlsVVhMQ2tVOGNBMkxVem9JWVM5WGZpUWVWT1FDcEhhbG1Ta2lVV0E5TnR6ZWk5OXhMZFc1V1JOWHQ3MG9OaHA5WlAiLCJtYWMiOiJiOWRiODFhM2VmYWUyN2Y2ZDg4M2U0NWQ5YTMzZjg4MmM4YjU3OGNkNjdjZDExNGNiYWMxODI4M2Y2MTE5YjQ2In0%3D; expires=Sat, 03-May-2025 01:15:13 GMT; Max-Age=7200; path=/; httponly
Strict-Transport-Security: max-age=31536000

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: v8dv.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>
<title>应用管理平台</title>
<!-- For-Mobile-Apps-and-Meta-Tags -->
	<meta name="viewport" content="width=device-width, initial-scale=1" />
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="keywords" content="Sliding Forms Widget Responsive, Login Form Web Template, Flat Pricing Tables, Flat Drop-Downs, Sign-Up Web Templates, Flat Web Templates, Login Sign-up Responsive Web Template, Smartphone Compatible Web Template, Free Web Designs for Nokia, Samsung, LG, Sony Ericsson, Motorola Web Design" />
	<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //For-Mobile-Apps-and-Meta-Tags -->
<link href="/css/style.css" type="text/css" rel="stylesheet" media="all">
<link href="/css/jquerysctipttop.css" rel="stylesheet" type="text/css">

<!--web-fonts-->
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<!--//web-fonts-->
</head>

<body>
<h1>管理平台</h1>
<section>
  <!-- <div class="controls w3l">
    <div class="cbcontrol" id="cbControlRight"><</div>
    <div class="cbcontrol" id="cbControlLeft">></div>
    <div class="clear"></div>
  </div> -->
  <div class="stage">
	      <div class="cbImage w3">
		<h3>开发者登录</h3>
		<form action="http://v8dv.com/user/develop/login" method="POST">
						<input type="text" name="email" placeholder="邮箱" value="" required>
			<input type="password" name="password" placeholder="密码" required>
			<input type="submit" class="done" value="登录">
		</form>
	</div>
    <div class="cbImage active signin agileits">
		<h3>管理员登录</h3>
		<form action="http://v8dv.com/manager/auth/login" method="POST">
						<input type="text" name="username"  placeholder="登录账号" value="" required>
			<input type="password" name="password" placeholder="密码" required>
			<input type="submit" value="登录">
		</form>
	</div>
    <!-- <div class="cbImage agileinfo">
		<h3>开发者注册</h3>
									<form action="http://v8dv.com/user/develop/postResigter" method="POST">
			<input type="text" name="email" placeholder="邮箱" value="" required="">
			<input type="text" name="cellphone"  placeholder="手机号码" value="" required>
			<input type="password" name="password" placeholder="密码" required="">
			<input type="password" name="password_confirmation" placeholder="确认密码" required>
			<input type="submit" value="注册">
		</form>
	</div> -->
    <div class="clear"></div>
  </div>
  <div class="clear"></div>
  <div class="footer">
  </div>
</section>

<script src="/js/jquery-2.1.4.min.js"></script>
<script src="/js/coverflow-slideshow.js"></script>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-36251023-1']);
  _gaq.push(['_setDomainName', 'jqueryscript.net']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<div align="center">
<strong>Copyright © 2020 天奇扬</strong> All rights reserved.<br>
<a style="color:#FFFFFF" href="https://beian.miit.gov.cn/">陕ICP备17018588号-5</a >
<br><br>
</div>
</body>
</html>
                               

Whois info of domain

Domain Name: V8DV.COM
Registry Domain ID: 2263135178_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2025-03-05T08:36:36Z
Creation Date: 2018-05-14T01:33:09Z
Registry Expiry Date: 2026-05-14T01:33:09Z
Registrar: Alibaba Cloud Computing (Beijing) Co., Ltd.
Registrar IANA ID: 420
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS11.HICHINA.COM
Name Server: DNS12.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-02T23:15:01Z <<<
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