Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - ie95.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: AliyunOSS
Date: Sun, 18 May 2025 10:54:05 GMT
Content-Type: text/html
Content-Length: 2866
Connection: keep-alive
Vary: Accept-Encoding
x-oss-request-id: 6829BC4D7942363637C6C48B
Accept-Ranges: bytes
ETag: "49D0985FE010E45481EFA8BEAA94F080"
Last-Modified: Wed, 09 Apr 2025 17:05:46 GMT
x-oss-object-type: Normal
x-oss-hash-crc64ecma: 107915900305371441
x-oss-storage-class: Standard
Content-MD5: SdCYX+AQ5FSB76i+qpTwgA==
x-oss-server-time: 34

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: ie95.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="zh-CN">
<head>
  <meta charset="UTF-8">
  <title>USDT 实时价格</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      padding: 20px;
    }
    .price-section {
      margin-bottom: 15px;
    }
  </style>
</head>
<body>
  <h1>USDT 价格信息</h1>
  <div class="price-section" id="market-price">USDT国际市场价格:加载中...</div>
  <div class="price-section" id="buy-price">USDT收购价格(你给我U):加载中...</div>
  <div class="price-section" id="sell-price">USDT卖出价格(你给我钱):加载中...</div>

  <script>
    // 定义一个函数,实现进一法,保留指定小数位
    function roundUp(value, decimals) {
      const factor = Math.pow(10, decimals);
      return Math.ceil(value * factor) / factor;
    }

    async function fetchPrice() {
      try {
        // 使用火币 API 获取 USDT 对 CNY 的聚合行情数据
        // symbol 参数使用 "usdtcny"(部分交易所可能采用小写)
        const response = await fetch("https://api.huobi.pro/market/detail/merged?symbol=usdtcny");
        const data = await response.json();
        // 检查返回状态和数据是否存在
        if (data.status === "ok" && data.tick && data.tick.close) {
          // 获取最新成交价作为国际市场价格
          const marketPriceRaw = parseFloat(data.tick.close);
          // 使用进一法保留两位小数
          const marketPrice = roundUp(marketPriceRaw, 2);
          
          // 根据要求:收购价格 = 市场价格 - 0.1,卖出价格 = 市场价格 + 0.1
          const buyPrice = marketPrice - 0.1;
          const sellPrice = marketPrice + 0.1;
          
          // 更新页面显示
          document.getElementById("market-price").innerText = "USDT国际市场价格:" + marketPrice.toFixed(2) + " CNY";
          document.getElementById("buy-price").innerText = "USDT收购价格(你给我U):" + buyPrice.toFixed(2) + " CNY";
          document.getElementById("sell-price").innerText = "USDT卖出价格(你给我钱):" + sellPrice.toFixed(2) + " CNY";
        } else {
          document.getElementById("market-price").innerText = "无法获取价格数据!";
          document.getElementById("buy-price").innerText = "";
          document.getElementById("sell-price").innerText = "";
        }
      } catch (error) {
        console.error("Error fetching price:", error);
        document.getElementById("market-price").innerText = "无法获取数据,请稍后再试。";
        document.getElementById("buy-price").innerText = "";
        document.getElementById("sell-price").innerText = "";
      }
    }
    
    // 调用获取数据函数
    fetchPrice();
  </script>
</body>
</html>
                               

Whois info of domain

Domain Name: IE95.COM
Registry Domain ID: 2536291084_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2023-03-01T19:37:35Z
Creation Date: 2020-06-11T07:51:25Z
Registry Expiry Date: 2030-06-11T07:51:25Z
Registrar: Alibaba Cloud Computing (Beijing) Co., Ltd.
Registrar IANA ID: 420
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS29.HICHINA.COM
Name Server: DNS30.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-18T10:53:55Z <<<
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