Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - 0bps.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Location: https://0bps.com/
Content-Length: 0
Connection: keep-alive
Server: EdgeOne_L7S_OC
Date: Sat, 10 May 2025 09:15:47 GMT
EO-LOG-UUID: 9427717605001096611

HTTP Code 302 Found (Moved Temporarily)

302 status 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 - https://0bps.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: ESA
Content-Type: text/html
Connection: keep-alive
Vary: Accept-Encoding
Vary: Accept-Encoding
Set-Cookie: acw_tc=a3b5839f17468685487861958ef4e9a8ff4a89cad35d264653c143449c;path=/;HttpOnly;Max-Age=3600
Set-Cookie: cdn_sec_tc=a3b5839f17468685487861958ef4e9a8ff4a89cad35d264653c143449c;path=/;HttpOnly;Max-Age=3600
ETag: "5B390FD1619393B4C803369A9B125CCD"
Last-Modified: Fri, 07 Mar 2025 22:31:57 GMT
via: ens-cache32.l2hk7[2071,0,DP], ens-cache30.l2sg7[2105,0,DP], ens-cache11.de7[2331,0,DP], ens-cache11.de7[2370,0]
x-site-cache-status: DYNAMIC
x-oss-request-id: 681F1946ECB4DB3633D78623
x-oss-cdn-auth: success
Accept-Ranges: bytes
x-oss-object-type: Normal
x-oss-hash-crc64ecma: 2567310425218424303
x-oss-storage-class: Standard
Content-MD5: WzkP0WGTk7TIAzaamxJczQ==
x-oss-server-time: 54
Timing-Allow-Origin: *
EagleId: a3b5839f17468685487861958e
Content-Length: 5518
Date: Sat, 10 May 2025 09:15:48 GMT
X-NWS-LOG-UUID: 579200151120065131

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: 0bps.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<html>
<head>
<title>柚盐社区</title>
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,viewport-fit=cover">
<meta name="theme-color" content="#4caf50"><meta name="apple-mobile-web-app-capable" content="yes">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<style>
*{padding:0;margin:0;box-sizing:border-box}
body{background:#f2f4f5;font-family:sans-serif;font-weight:600;-webkit-user-select:none;user-select:none}
nav { top: 0; left: 0; right: 0; position: fixed; height: 96px; z-index:9999; display: block; backdrop-filter: saturate(180%) blur(20px) }
a { text-decoration: none; cursor: none }
.list-container {
padding-top: 96px;
}

.item {
background:#fff;
margin-bottom: 12px;
padding: 12px 12px 0 12px
}

.tbar {
display: flex;
align-items: center;
margin-bottom: 4px
}

.tlayout {
flex: 1;
display: flex;
margin-left: 6px;
flex-direction: column;
justify-content: center
}

.subscribe {
color: #fafafa;
height: 2.1rem;
line-height: 2.1rem;
padding: 0 .9rem;
background: #4caf50;
border-radius: 3px;
}

.img {
width: 2.4rem;
height: 2.4rem;
display: block;
border-radius: 3px;
border: 2.5px solid #ddd;
background: url(/src/pics/0.webp);
background-size: 100%
}

.title {
font-size:1rem;
}

.status {
font-size: .8rem;
color: #909192;
}

.bline {
margin: 4px 0;
height: 1.5px;
background: repeating-linear-gradient(90deg,transparent,transparent 5px,#909192 5px,#909192 20px);
background-position-x: -6px;
background-size: 200% 100%;
overflow: hidden
}

.buttons {
display: flex;
align-items: center
}

.buttons p {
flex: 1;
padding: 12px 0;
text-align: center;
color: #666
}

.buttons i {
width: 2px;
height: 10px;
background: #909192
}

.content {
letter-spacing: 0;
white-space: pre-line;
word-break: break-all;
word-wrap: break-word;
overflow: hidden
}

.tables {
margin-top: 6px;
display: flex
}

.tables p {
flex: 1;
color:#909192;
height: 29px;
font-size: .9rem;
line-height: 24px;
text-align: center;
border-radius: 3px;
margin-right: 2px;
background: rgba(243,244,245,.6);
border: 2.5px solid #ddd
}

.tables p:hover {
color: #6caf90;
background: #e2f2e2;
border: 2.5px solid #a5d6a7
}

.tables span {
width: 6px;
display: block
}

.load-layer {
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
position: absolute;
background: #f2f4f5;
}

.load {margin: 0 auto;height:8px;max-width:270px;border-radius:4px;--c:no-repeat linear-gradient(#4caf50 0 0);background:var(--c),var(--c),#b2d6b2;background-size:60% 100%;animation:l 3s infinite}
@keyframes l{0%{background-position:-150% 0,-150% 0}66%{background-position:250% 0,-150% 0}100%{background-position:250% 0,250% 0}}
</style>
</head>
<body>
<template id="item-template"><div class="item">
<div class="tbar"><i class="img"></i><div class="tlayout"><p class="title"></p><p class="status"></p></div><p class="subscribe">关注</p></div><p class="content"></p>
<div class="bline"></div>
<div class="buttons"><p>超赞</p><i></i><p>评论</p><i></i><p>分享</p></div>
</div></template>
<app>
<nav>
<div style="height: 96px; background-color: rgba(242,243,244,.7); padding: 12px">
<div class="tbar"><i class="img"></i><div class="tlayout"><p class="title">游客0852</p><p class="status">IQOO12 4G在线</p></div><p class="subscribe">下载欸普</p></div>
<div class="tables"><p style="color: #4caf50;background: #e2f2e2;border: 2.5px solid #a5d6a7">新帖</p><p>回复</p><p>公告</p><span></span><p style="color: #4caf50;background: #e2f2e2;border: 2.5px solid #a5d6a7">首页</p><p>探索</p><span></span><p style="color: #4caf50;background: #e2f2e2;border: 2.5px solid #a5d6a7;margin:0">发帖</p></div>
</div>
</nav>
<div class="list-container"></div>
</app>
<div class="load-layer">
<div style="top:50%;position:relative;transform:translateY(-50%)">
<p style="color:#4caf50;font-size:2rem;text-align:center">柚盐,让进步发生</p>
<div class="load"></div>
</div></div>
<script>


(async e => {

function formatDate(date, format) {
const map = {'yyyy': date.getFullYear(),'MM': String(date.getMonth() + 1).padStart(2, '0'),'dd': String(date.getDate()).padStart(2, '0'),'HH': String(date.getHours()).padStart(2, '0'),'mm': String(date.getMinutes()).padStart(2, '0'),'ss': String(date.getSeconds()).padStart(2, '0')};
return format.replace(/yyyy|MM|dd|HH|mm|ss/g, match => map[match]);
}

function appendList( info ) {
if ( info.status != 0 ) {
alert("数据异常!")
return;
} else if ( info.size == 0 ) {
alert("没有可加载的数据了!")
} for ( let i of info.list ) {
let clone = template.cloneNode(true)
clone.querySelector('.title').textContent = i.name
clone.querySelector('.status').textContent = `${i.mark} ${formatDate(new Date(i.date),"yyyy/MM/dd HH:mm").slice(2)}`;
clone.querySelector('.content').textContent = i.short
container.appendChild(clone)
}
}
const template = document.getElementById("item-template").content;
const container = document.querySelector(".list-container");
let resp = await fetch("https://ndl.fnapi.top/channel/0?limit=20");

if ( !resp.ok )
document.querySelector(".ltips") = "无法链接到服务器"
document.querySelector(".load-layer").remove()
appendList( await resp.json() )

let net = navigator.connection
let device = navigator.userAgent.match(/\((.*?)\)/i)[0].split(";");
document.querySelector(".status").innerText = `${device[device.length-1].slice(0,device[device.length-1].length-1).trim()} ${net.effectiveType.toUpperCase()}${net.type=="none"?"离线":"在线"}`
})();
</script>
</body>
</html>                               

Whois info of domain

Domain Name: 0BPS.COM
Registry Domain ID: 2964511350_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://wanwang.aliyun.com
Updated Date: 2025-03-08T03:37:14Z
Creation Date: 2025-03-05T00:38:12Z
Registry Expiry Date: 2026-03-05T00:38:12Z
Registrar: Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)
Registrar IANA ID: 1599
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: NS1.QEODNS.COM
Name Server: NS2.QEODNS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-10T09:15:43Z <<<
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