Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - rcscr.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=utf-8
Location: https://rcscr.com/
Date: Sun, 04 May 2025 20:03:58 GMT
Content-Length: 0

HTTP Code 301 Moved Permanently

301 Moved Permanently 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://rcscr.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Strict-Transport-Security: max-age=31536000
Date: Sun, 04 May 2025 20:03:59 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked

HTTP Code 200 OK

200 OK 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: rcscr.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html><html lang="zh"><head><meta charset="UTF-8"><meta name="viewport"content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"><meta name="format-detection"content="telephone=no"><meta name="apple-mobile-web-app-capable"content="yes"><meta name="apple-mobile-web-app-status-bar-style"content="black"><title>⚠️ 紧急通知:域名已失效!请立即收藏新地址!dmv1z6.com</title><style> :root { --primary-color: #ff3b30; --highlight-color: #ffcc00; --text-color: #ffffff; --bg-dark: #000000; --bg-gradient: radial-gradient(circle, #1a0000 0%, #000000 100%); --shadow-color: rgba(255, 0, 0, 0.5); } * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body, html { height: 100%; margin: 0; padding: 0; font-family: 'Noto Sans SC',"Helvetica Neue", Arial, sans-serif; display: flex; justify-content: center; align-items: center; background: var(--bg-gradient); color: var(--text-color); text-align: center; overflow: hidden; line-height: 1.6; touch-action: manipulation; } .emergency-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url('data:image/svg+xml,<svg width="20"height="20"viewBox="0 0 20 20"xmlns="http://www.w3.org/2000/svg"><rect width="1"height="1"fill="rgba(255,0,0,0.03)"/></svg>'); opacity: 1; animation: pulse-bg 4s infinite; z-index: 1; } @keyframes pulse-bg { 0%, 100% { opacity: 0.3; } 50% { opacity: 0.5; } } .alarm { position: fixed; top: 0; left: 0; width: 100%; height: 100%; box-shadow: inset 0 0 150px 20px var(--shadow-color); pointer-events: none; animation: alarm 2s infinite; z-index: 2; } @keyframes alarm { 0%, 100% { opacity: 0.3; } 50% { opacity: 0.7; } } .content { position: relative; z-index: 3; background: rgba(0, 0, 0, 0.9); padding: 30px; border-radius: 20px; max-width: 92%; width: 500px; box-shadow: 0 8px 32px var(--shadow-color); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 0, 0, 0.3); animation: emerge 1s ease-out, shake 5s 1s infinite; margin: 15px; } @keyframes emerge { 0% { opacity: 0; transform: scale(0.9); } 70% { opacity: 1; transform: scale(1.05); } 100% { transform: scale(1); } } @keyframes shake { 0%, 100% { transform: translateX(0); } 2%, 6% { transform: translateX(-5px); } 4%, 8% { transform: translateX(5px); } 10% { transform: translateX(0); } } .warning-icon { font-size: 3.5rem; margin-bottom: 15px; animation: pulse-warning 1s infinite; color: var(--primary-color); text-shadow: 0 0 20px var(--shadow-color); line-height: 1; } @keyframes pulse-warning { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.9; } } h2 { font-size: 2.2rem; margin: 0 0 15px 0; color: var(--primary-color); text-shadow: 0 0 10px var(--shadow-color); font-weight: 700; line-height: 1.2; } .highlight { color: var(--highlight-color); font-weight: 700; } p { font-size: 1.15rem; margin-bottom: 15px; line-height: 1.5; color: var(--text-color); } .urgency { background: rgba(255, 0, 0, 0.15); padding: 12px 15px; border-radius: 10px; border: 1px dashed var(--primary-color); margin: 20px 0; font-weight: 500; font-size: 1.1rem; line-height: 1.4; } .big-button { display: inline-block; width: 100%; padding: 16px 20px; background: linear-gradient(45deg, #ff0000, #ff5500); color: var(--text-color); font-size: 1.3rem; text-decoration: none; border-radius: 50px; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3); border: none; cursor: pointer; position: relative; overflow: hidden; margin-top: 10px; font-weight: 700; animation: pulse-button 2s infinite; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; } @keyframes pulse-button { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.03); box-shadow: 0 6px 20px rgba(255, 0, 0, 0.5); } } .big-button:hover, .big-button:active { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(255, 0, 0, 0.5); background: linear-gradient(45deg, #ff5500, #ff0000); } #countdown { font-size: 1.2rem; color: var(--primary-color); margin: 18px 0; font-weight: 500; text-shadow: 0 0 8px rgba(255, 0, 0, 0.3); } .progress-container { width: 100%; margin: 22px 0; position: relative; } .progress-bar { width: 100%; height: 8px; background: rgba(255, 255, 255, 0.15); border-radius: 4px; overflow: hidden; box-shadow: 0 0 10px rgba(255, 0, 0, 0.3); } .progress { width: 100%; height: 100%; background: linear-gradient(90deg, #ff0000, #ff5500); transition: width 1s linear; box-shadow: 0 0 8px rgba(255, 0, 0, 0.6); } .footer { margin-top: 25px; font-size: 0.9rem; color: rgba(255, 255, 255, 0.7); border-top: 1px solid rgba(255, 0, 0, 0.2); padding-top: 15px; } .notice { font-size: 0.95rem; opacity: 0.9; margin-top: 15px; background: rgba(255, 255, 255, 0.05); padding: 10px; border-radius: 8px; } .star-icon { color: var(--highlight-color); font-size: 1.1em; margin: 0 3px; animation: star-twinkle 1.5s infinite; display: inline-block; } @keyframes star-twinkle { 0%, 100% { opacity: 0.7; transform: scale(1); } 50% { opacity: 1; transform: scale(1.2); } } @media (max-width: 480px) { .content { padding: 25px 20px; max-width: 95%; } h2 { font-size: 1.8rem; } p { font-size: 1.05rem; } .urgency { font-size: 1rem; padding: 10px; } .big-button { padding: 15px; font-size: 1.15rem; } .warning-icon { font-size: 3rem; } #countdown { font-size: 1.1rem; } .notice { font-size: 0.9rem; } }  .ripple { position: relative; overflow: hidden; } .ripple:after { content:""; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; background-image: radial-gradient(circle, #fff 10%, transparent 10.01%); background-repeat: no-repeat; background-position: 50%; transform: scale(10, 10); opacity: 0; transition: transform .5s, opacity 1s; } .ripple:active:after { transform: scale(0, 0); opacity: .3; transition: 0s; } </style></head><body><div class="emergency-bg"></div><div class="alarm"></div><div class="content"><div class="warning-icon">⚠️</div><h2>紧急通知!</h2><p>当前域名<span class="highlight">已经失效</span>,请立即收藏我们的最新网址!</p><div class="urgency">为避免无法访问,<span class="star-icon">★</span>强烈建议您<span class="highlight">立即保存新网址</span><span class="star-icon">★</span></div><div class="progress-container"><div class="progress-bar"><div class="progress"id="progress"></div></div></div><div class="big-button ripple"ontouchstart=""onclick="handleClick()">立即获取并前往新地址</div><div id="countdown">10秒后自动为您跳转</div><div class="notice">系统将自动复制新域名到您的剪贴板,请粘贴到微信、备忘录或浏览器书签中永久保存!</div><div class="footer">如有任何问题,请联系在线客服。我们7×24小时为您服务。</div></div><script> let countdownNumber = 10; const countdownElement = document.getElementById('countdown'); const progressElement = document.getElementById('progress'); const newDomain = 'https://dmv1z6.com'; let intervalHandler = null; function updateCountdown() { if (countdownNumber > 0) { countdownElement.innerHTML = countdownNumber +"秒后自动为您跳转"; progressElement.style.width = (countdownNumber * 10) + '%'; countdownNumber--; } else { copyAndRedirect(); } } function copyAndRedirect() { clearInterval(intervalHandler); navigator.clipboard.writeText(newDomain.replace('https://', '')).then(() => { alert('⭐ 重要提示 ⭐\n\n新域名已自动复制到剪贴板!\n\n请立即粘贴到微信、QQ或备忘录中永久保存,以免再次丢失访问!'); window.location.href = newDomain; }).catch(err => { alert('⭐ 重要提示 ⭐\n\n复制失败,请记住新域名并手动保存!\n\n即将为您跳转到新地址,请务必收藏。'); window.location.href = newDomain; }); } function handleClick() { copyAndRedirect(); } document.addEventListener('DOMContentLoaded', function() { let buttons = document.querySelectorAll('.ripple'); for (let button of buttons) { button.addEventListener('click', function(e) { let x = e.clientX - e.target.getBoundingClientRect().left; let y = e.clientY - e.target.getBoundingClientRect().top; let ripple = document.createElement('span'); ripple.style.left = x + 'px'; ripple.style.top = y + 'px'; this.appendChild(ripple); setTimeout(() => { ripple.remove(); }, 600); }); } }); window.onload = function () { if (/iPad|iPhone|iPod/.test(navigator.userAgent)) { document.body.style.cursor = 'pointer'; document.addEventListener('touchmove', function (event) { if (event.scale !== 1) { event.preventDefault(); } }, { passive: false }); } countdownElement.innerHTML = countdownNumber +"秒后自动为您跳转"; progressElement.style.width = '100%'; intervalHandler = setInterval(updateCountdown, 1000); }</script></body></html>                               

Whois info of domain

Domain Name: RCSCR.COM
Registry Domain ID: 2890166182_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gname.com
Registrar URL: http://www.gname.com
Updated Date: 2025-02-27T20:30:18Z
Creation Date: 2024-06-13T13:52:12Z
Registry Expiry Date: 2025-06-13T13:52:12Z
Registrar: Gname.com Pte. Ltd.
Registrar IANA ID: 1923
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +65.65189986
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: A.DNSPOD.COM
Name Server: B.DNSPOD.COM
Name Server: C.DNSPOD.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-04T20:03:52Z <<<
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