Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
308 Permanent Redirect - c01yy.com
HTTP Status: 308
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 24 May 2025 05:15:45 GMT
Content-Type: text/html
Content-Length: 168
Connection: keep-alive
Location: https://c01yy.com/
Server: CDN

HTTP Kodu 308 Kalıcı Yönlendirme

308 durum kodu, 301'den farklı olarak, istek yönteminin değişmeden kalmasını sağlayan kalıcı bir yönlendirmedir.

Kod 308 ne zaman kullanılır?

  • İstek yöntemi korunurken bir kaynak kalıcı olarak taşındığında
  • HTTPS'yi zorunlu kılarkenform gönderme davranışını değiştirmeden

Kod 308 kullanıcı için ne anlama geliyor?

Kullanıcı kalıcı olarak yeni URL'ye yönlendirilir ve istek yöntemi aynı kalır.

200 OK - https://c01yy.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 24 May 2025 05:15:45 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 Kodu 200 OK

200 durum kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: c01yy.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>                               

Alan adının whois bilgisi