Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - p5ouc.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: openresty/1.21.4.3
Date: Sat, 17 May 2025 02:25:41 GMT
Content-Type: text/html
Content-Length: 175
Connection: keep-alive
Location: https://p5ouc.com/

HTTP Code 301 Moved Permanently

301 status code 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://p5ouc.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: openresty/1.21.4.3
Date: Sat, 17 May 2025 02:25:42 GMT
Content-Type: text/html
Content-Length: 6261
Connection: keep-alive
Vary: Accept-Encoding
Last-Modified: Mon, 10 Jun 2024 06:47:08 GMT
ETag: "6666a16c-1875"
Accept-Ranges: bytes

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: p5ouc.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>
<html class="no-js" lang="zh-cmn-Hans">
<head>
  <meta charset="utf-8">
  <link rel="shortcut icon" href="/favicon.ico" />
  <!-- Google Tag Manager -->
  <script>(function (w, d, s, l, i) {
      w[l] = w[l] || []; w[l].push({
        'gtm.start':
          new Date().getTime(), event: 'gtm.js'
      }); var f = d.getElementsByTagName(s)[0],
        j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
          'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
    })(window, document, 'script', 'dataLayer', 'GTM-P6PJBFJ');</script>
  <!-- End Google Tag Manager -->
  <title>欢迎光临</title>
  <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <meta name="keywords" content="导航,上网导航,QQ上网导航,QQ浏览器导航,腾讯上网导航,网址导航,网站导航,网址大全,好的网站,上网主页">
  <meta name="viewport" content="initial-scale=1.0, user-scalable=yes" />
  <link rel="stylesheet" href="css/style.css">
  <script src="js/jquery-1.8.3.min.js"></script>
  <script type="text/javascript" src="js/jquery.caroufredsel-6.1.0.js"></script>
  <script src="js/uaredirect.js"></script>
  <script type="text/javascript">uaredirect("/wap/index.html");</script>
</head>

<body>
  <!-- Google Tag Manager (noscript) -->
  <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P6PJBFJ" height="0" width="0"
      style="display:none;visibility:hidden"></iframe></noscript>
  <!-- End Google Tag Manager (noscript) -->

  <!-- <div id="header" class="main-header-box">
    <div class="headBox">
      <a href="https://www.ppqbf.org/#/home" id="logo_a">
        <img id="logo" src="images/logo.png" alt="" width="235" height="75" />
      </a>
      <ul class="head-nav">
        <li onclick="enterGame(0,'#/register')"><a href="javascript:void(0);">官方开户</a></li>
        <li><a id='downLoad' href="https://9170app.com" target="_blank">下载APP</a></li>
        <li onclick="enterGame(0,'#/discounts/all')"><a href='javascript:void(0);'>优惠大厅</a></li>
        <li><a id='service' href="https://secure.livechatinc.com/licence/11837748/v2/open_chat.cgi" target="_blank">联系客服</a></li>
      </ul>
    </div>
  </div> -->
  <div class="content">
    <div id="main">
      <div class="wrap">
        <p class="title-text">线路选择</p>
        <div class="router-list-box">
          <ul class="router-list" id="line-list-box"></ul>
        </div>
        <ul class="foot-box">
          <li><a href="javascript:void(0);" onclick="refreshPage()">重新检测</a></li>
          <li><a id='service' href="https://secure.livechatinc.com/licence/11837748/v2/open_chat.cgi" target="_blank">联系客服</a></li>
          <li><a id='downLoad' href="https://9170app.com" target="_blank">下载APP</a></li>
        </ul>
      </div>
    </div>
  </div>
  </div>
  <script type="text/javascript" src="js/ms.js"></script>
  <script type="text/javascript" src="js/index.js"></script>
  <script>
    // 定义刷新页面的函数
    function refreshPage() {
        // 使用 location.reload() 方法刷新页面
        location.reload();
    }
</script>
  <script>
    function parseFormatNum(number, n) {
      if (n != 0) {
        n = (n > 0 && n <= 20) ? n : 2;
      }
      number = parseFloat((number + "").replace(/[^\d\.-]/g, "")).toFixed(n) + "";
      var sub_val = number.split(".")[0].split("").reverse();
      var sub_xs = number.split(".")[1];

      var show_html = "";
      for (i = 0; i < sub_val.length; i++) {
        show_html += sub_val[i] + ((i + 1) % 3 == 0 && (i + 1) != sub_val.length ? "," : "");
      }

      if (n == 0) {
        return show_html.split("").reverse().join("");
      } else {
        return show_html.split("").reverse().join("") + "." + sub_xs;
      }
    }

    var num = 9202030 + Math.random() * 1000;

    function ranNum() {
      var addNum = 1000 + Math.random() * 1100;
      num = num + addNum;
      $('#i1').text(parseFormatNum(num, 2));
    }

    $(function () {
      $('#i1').text(parseFormatNum(num, 2));
      setInterval(ranNum, 600);
    })

    function changeColor() {
      var color = "red|yellow|red|yellow";//定义一条变换颜色的字符串
      color = color.split("|"); //然后通过split方法进行分割
      var xuan = document.getElementsByClassName("vip");//获得元素

      for (var i = 0; i < xuan.length; i++) {
        xuan[i].style.color = color[parseInt(Math.random() * color.length)];//设置样式

      }
    }

    setInterval("changeColor()", 200);//死循环,每0.2秒变换一种颜色


    //设为首页
    function SetHome(obj, url) {
      try {
        obj.style.behavior = 'url(#default#homepage)';
        obj.setHomePage(url);
      } catch (e) {
        if (window.netscape) {
          try {
            netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
          } catch (e) {
            alert("抱歉,此操作被浏览器拒绝!\n\n请在浏览器地址栏输入“about:config”并回车然后将[signed.applets.codebase_principal_support]设置为'true'");
          }
        } else {
          alert("抱歉,您所使用的浏览器无法完成此操作。\n\n您需要手动将【" + url + "】设置为首页。");
        }
      }
    }

    //收藏本站
    function AddFavorite(title, url) {
      try {
        window.external.addFavorite(url, title);
      }
      catch (e) {
        try {
          window.sidebar.addPanel(title, url, "");
        }
        catch (e) {
          alert("抱歉,您所使用的浏览器无法完成此操作。\n\n加入收藏失败,请使用Ctrl+D进行添加");
        }
      }
    }

    var _hmt = _hmt || [];
    (function () {
      var hm = document.createElement("script");
      hm.src = "https://hm.baidu.com/hm.js?f05cf5039ee5622298efcf83535adffd";
      var s = document.getElementsByTagName("script")[0];
      s.parentNode.insertBefore(hm, s);
    })();
  </script>

</body>
<!--<span style="display:none;"><script src="js/z_stat.js" language="JavaScript"></script></span>-->

</html>                               

Whois info of domain

Domain Name: P5OUC.COM
Registry Domain ID: 2762379445_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.dynadot.com
Registrar URL: http://www.dynadot.com
Updated Date: 2025-03-03T05:35:04Z
Creation Date: 2023-03-03T08:57:31Z
Registry Expiry Date: 2026-03-03T08:57:31Z
Registrar: Dynadot Inc
Registrar IANA ID: 472
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +16502620100
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: JO.NS.CLOUDFLARE.COM
Name Server: MAJOR.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-17T02:25:26Z <<<
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