Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - iipp.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Thu, 15 May 2025 15:54:25 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://iipp.com/

HTTP Code 301 Moved Permanently

http status code 301 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://iipp.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Thu, 15 May 2025 15:54:26 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding

HTTP Code 200 OK

http status code 200 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: iipp.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="zh-cmn-Hans" xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta charset="utf-8" />
	<title>IP地址查询</title>
	<meta name="generator" content="EverEdit" />
	<meta name="author" content="IP地址查询" />
	<meta name="keywords" content="ip查询网,本地ip查询,本机ip查询,ip查询" />
	<meta name="description" content="IIP查询工具。" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<link rel="shortcut icon" href="favicon.ico"  type="image/x-icon" />
	<link rel="stylesheet" href="./layui/css/layui.css">
	<link rel="stylesheet" href="./static/style.css?v=1.4">
</head>
<body>
	<!--导航菜单-->
	<div class="menu">
		<div class="layui-container">
			<div class="layui-row">
				<div class="layui-col-lg12">
					<div class="logo"><a href="./" title = "IP地址查询工具"><img src="./static/logo.png" alt=""></a></div>
					<div class = "layui-hide-xs themenu">
						<ul class="layui-nav" lay-filter="">
						  <li class="layui-nav-item layui-this"><a href="./"><i class="layui-icon">&#xe68e;</i> 首页</a></li>
						  <li class="layui-nav-item"><a href="javascript:;" onclick = "cache();"><i class="layui-icon">&#xe640;</i> 清缓存</a></li>
						  <!--<li class="layui-nav-item"><a href="" rel = "nofollow" target = "_blank"><i class="layui-icon">&#xe64e;</i> 源码</a></li>
						  <li class="layui-nav-item"><a href="" rel = "nofollow" target = "_blank"><i class="layui-icon">&#xe857;</i> API</a></li>-->
						  <li class="layui-nav-item"><a href="javascript:;" onclick = "about();"><i class="layui-icon">&#xe60b;</i> 关于</a></li>
						</ul>
					</div>
					<div class="right layui-hide-xs">
						<ul class="layui-nav" lay-filter="">
							<li class="layui-nav-item"><a href="javascript:;" onclick = "mobile();"><i class="layui-icon">&#xe63b;</i> 手机访问</a></li>
						</ul>
					</div>
				</div>
			</div>
		</div>
	</div>
	<!--导航菜单END-->
	<!--内容部分-->
	<div class="layui-container content">
		<div class="layui-row">
			<div class="layui-col-lg10 layui-col-md-offset1">
				<table class="layui-table layui-form" lay-even="" lay-skin="nob">
				  <tbody>
				  	<thead>
				    <tr>
				      	<th width="90%">
						   	<input id="ip" type="text" required="" lay-verify="required" placeholder="请输入 IP 或 URL" autocomplete="off" class="layui-input" data-cip-id="url">
					    </th>
				      	<th width="10%"><button type="submit" class="layui-btn layui-btn" onclick = "queryip()"><i class="layui-icon">&#xe615;</i> 查 询</button></th>
				    </tr>
				    </thead>
				  </tbody>
				</table> 
				
				<div id="myip" style = "margin-top:4em;">
					<table class="layui-table">
					  <colgroup>
					    <col width="150">
						<col>
					  </colgroup>
					  <thead>
					    <tr>
					      	<th colspan = '2'><center><h2>您的信息如下</h2></center></th>
					    </tr> 
					  </thead>
					  <tbody>
					    <tr>
					      	<td>内网IP</td>
					      	<td><code id = "localip"></code></td>
					    </tr>
					    <tr>
					      	<td>公网IP</td>
					      	<td><code id = "getip">135.181.60.100</code></td>
					    </tr>
					    <tr>
					      	<td>地区/运营商</td>
					      	<td><code id = "mylocation"></td>
					    </tr>
					    <tr>
					      	<td>User Agent</td>
					      	<td>Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])</td>
					    </tr>
					  </tbody>
					</table>

				</div>
				
				<div id="allip" style = "margin-top:4em;"></div>
			</div>
		</div>
	</div>
	<!--内容部分END-->
	<!--底部-->
	<div class="footer layui-hide-xs">
		<div class="layui-container">
			<div class="layui-row">
				<div class="layui-col-lg12">
					Copyright &copy; 2025 iipp.com 域名IP地址查询
				</div>
			</div>
		</div>
	</div>
	<!--底部END-->
	<script src="./static/jquery-3.3.1.min.js"></script>
	<script src="./layui/layui.js"></script>
	<script src = "./static/embed.js?v=1.9"></script>
</body>
</html>                               

Whois info of domain

Domain Name: IIPP.COM
Registry Domain ID: 3558434_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.name.com
Registrar URL: http://www.name.com
Updated Date: 2025-02-12T08:01:47Z
Creation Date: 1999-02-11T05:00:00Z
Registry Expiry Date: 2026-02-11T05:00:00Z
Registrar: Name.com, Inc.
Registrar IANA ID: 625
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 7202492374
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1CNB.NAME.COM
Name Server: NS2FWZ.NAME.COM
Name Server: NS3CNA.NAME.COM
Name Server: NS4SXY.NAME.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-15T15:54:18Z <<<
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