Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
308 Permanent Redirect - c01pp.com
HTTP Status: 308
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 01:32:41 GMT
Content-Type: text/html
Content-Length: 168
Connection: keep-alive
Location: https://c01pp.com/
Server: CDN

HTTP Code 308 Permanent Redirect

308 status code is a permanent redirect that, unlike 301, ensures the request method remains unchanged.

When is Code 308 used?

  • When a resource is permanently moved while preserving the request method
  • When enforcing HTTPS without changing form submission behavior

What does Code 308 mean for the user?

The user is permanently redirected to the new URL, and the request method remains the same.

200 OK - https://c01pp.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 01:32:44 GMT
Content-Type: text/html
Content-Length: 5406
Connection: keep-alive
Last-Modified: Fri, 14 Feb 2025 14:15:49 GMT
Vary: Accept-Encoding
ETag: "67af5015-151e"
Accept-Ranges: bytes
Server: CDN

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: c01pp.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport"
			content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
		<link rel="icon" href="./favicon.ico" mce_href="./favicon.ico" type="image/x-icon">
		<script type="text/javascript" src="script/data.js"></script>
		<title>正在载入,请稍等。。。。</title>
	</head>

	<body>
		<style>
			body {
				margin: 0;
				padding: 0;
				background: #e6eaeb;
				font-family: Arial, "微软雅黑", "宋体", sans-serif;
			}

			a {
				text-decoration: none;
				color: #7b7b7b;
			}

			.alert-box {
				position: relative;
				margin: 96px auto 0;
				padding: 180px 85px 22px;
				border-radius: 10px 10px 0 0;
				background: #fff;
				box-shadow: 5px 9px 17px rgba(102, 102, 102, 0.75);
				width: 286px;
				color: #fff;
				text-align: center;
			}

			.alert-box p {
				margin: 0;
			}

			.alert-circle {
				position: absolute;
				top: -50px;
				left: 111px;
			}

			.alert-sec-circle {
				stroke-dashoffset: 0;
				stroke-dasharray: 735;
				transition: stroke-dashoffset 1s linear;
			}

			.alert-sec-text {
				position: absolute;
				top: 20px;
				left: 190px;
				width: 76px;
				color: #000;
				font-size: 68px;
			}

			.alert-sec-unit {
				font-size: 34px;
			}

			.alert-body {
				margin: 35px 0;
				margin-bottom: 15px;
			}

			.alert-head {
				color: #242424;
				font-size: 28px;
			}

			.alert-concent {
				margin: 25px 0 14px;
				color: #7b7b7b;
				font-size: 18px;
			}

			.alert-concent p {
				line-height: 27px;
			}

			.alert-btn {
				display: block;
				border-radius: 10px;
				background-color: #ff5656;
				height: 55px;
				line-height: 55px;
				width: 286px;
				color: #fff;
				font-size: 20px;
				text-decoration: none;
				letter-spacing: 2px;
			}

			.alert-btn:hover {
				background-color: #ff5656;
			}

			.alert-footer {
				margin: 0 auto;
				height: 42px;
				text-align: center;
				width: 100%;
				margin-bottom: 10px;
				display: flex;
				align-items: center;
				justify-content: space-between;
			}

			.alert-footer-icon {
				float: left;
			}

			.alert-footer-text {
				float: left;
				border-left: 2px solid #eee;
				padding: 3px 0 0 5px;
				height: 40px;
				color: #0b85cc;
				font-size: 12px;
				text-align: left;
			}

			.alert-footer-text p {
				color: #7a7a7a;
				font-size: 22px;
				line-height: 18px;
			}

			.alert-footer-btn {
				width: calc(50% - 10px);
				display: inline-block;
				border-radius: 10px;
				border: 1px solid #1aad19;
				height: 40px;
				line-height: 40px;
				color: #1aad19;
				font-size: 16px;
				text-decoration: none;
				letter-spacing: 2px;
			}

			.alert-footer-btn:hover {
				border: 1px solid #ff5656;
				color: #ff5656;
			}

			@media screen and (max-width:750px) {
				.alert-box {
					transform: scale(.7);
				}
			}
		</style>

		<div id="js-alert-box" class="alert-box">
			<svg class="alert-circle" width="234" height="234">
				<circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17">
				</circle>
				<circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent"
					stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
				<text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
			</svg>
			<div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
			<div class="alert-body">
				<div id="js-alert-head" class="alert-head"></div>
				<div class="alert-concent">
					<p id="pcon" style="color: green"></p>
				</div>
				<a id="js-alert-btn" class="alert-btn" onclick="javascript:load_web();">点击前往</a>
			</div>
			
			<div id="webstat" style="display: none"></div>
		</div>
		<script>
			var key = "";
			var totalTime = 2;
			var str1 = "正在安全检测";
			var str2 = "适配最优线路";
			var completedTitle = "彩01";
			var pcon = "正在适配最优线路<br>请稍等";
			var btnText = "立即进入";
			var bodyWidth = document.body.offsetWidth;
			var boxWidth = document.getElementById("js-alert-box").offsetWidth;
			var btn = document.getElementById("js-alert-btn");
			if (bodyWidth < boxWidth)
				document.getElementById("js-alert-box").style.left = -Math.round((boxWidth - bodyWidth) / 2) + "px";
			document.getElementById("js-alert-box").style.display = "block";
			document.getElementById("pcon").innerHTML = pcon;
			document.getElementById("js-alert-head").innerHTML = str1;
			btn.innerHTML = btnText;
			var num = 0;
			var span1 = document.getElementById("js-sec-text");
			var span2 = document.getElementById("js-sec-circle");
			span2.style.strokeDashoffset = "735";
			var span3 = document.getElementById("js-fst-circle");
			var t = setInterval(function() {
				num++;
				span1.innerText = num;
				if (num >= 100) {
					clearInterval(t);
					span3.style.stroke = "rgb(26, 173, 25)";
					btn.style.backgroundColor = "rgb(26, 173, 25)";
					document.title = completedTitle;
					document.getElementById("js-alert-head").innerHTML = str2;
				}
			}, totalTime);

			var next = loadweburl[Math.floor(Math.random() * loadweburl.length)];

			function load_web() {
				jump(next);
			}

			setTimeout(function() {
				jump(next);
			}, 1000 * time); 
		</script>
	</body>
</html>                               

Whois info of domain

Domain Name: C01PP.COM
Registry Domain ID: 2958586170_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-02-12T13:38:35Z
Creation Date: 2025-02-12T13:35:55Z
Registry Expiry Date: 2026-02-12T13:35:55Z
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: NS1.1233DNS.COM
Name Server: NS2.951DNS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T01:32:27Z <<<
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