Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - x3pi.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Connection: keep-alive
Content-Length: 162
Server: GitHub.com
Content-Type: text/html
Location: https://x3pi.com/
X-GitHub-Request-Id: 3016:24DF91:641056F:64F9BE7:682D28A5
Accept-Ranges: bytes
Age: 0
Date: Wed, 21 May 2025 01:13:10 GMT
Via: 1.1 varnish
X-Served-By: cache-hel1410024-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1747789991.550831,VS0,VE121
Vary: Accept-Encoding
X-Fastly-Request-ID: 1115449792dea90bc7fdd558b2011527eea79c3a

HTTP Code 301 Moved Permanently

301 response 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://x3pi.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Connection: keep-alive
Content-Length: 19922
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Sun, 03 Nov 2024 06:44:11 GMT
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=31556952
ETag: "67271bbb-4dd2"
expires: Wed, 21 May 2025 01:23:10 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 6FBB:3B47E9:7A62C78:7B850B4:682D28A6
Accept-Ranges: bytes
Age: 0
Date: Wed, 21 May 2025 01:13:10 GMT
Via: 1.1 varnish
X-Served-By: cache-hel1410026-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1747789991.687469,VS0,VE148
Vary: Accept-Encoding
X-Fastly-Request-ID: dfabd038fbf183504547697883a4eee3eef4a855

HTTP Code 200 OK

200 response 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: x3pi.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 http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Pi</title>

    <meta name="viewport" content="width=device-width">
    <meta name="description" content="My blog">
    <link rel="canonical" href="x3pi.github.io/">


    <!-- Custom CSS -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />

    <link rel="stylesheet" href=" /css/main.css ">

    <!-- Google fonts -->
    <link href="https://fonts.googleapis.com/css2?family=Lora&display=swap" rel="stylesheet">

    
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.50.2/codemirror.min.css">
    <script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.50.2/codemirror.min.js"></script>
    <script src=" /js/codeSnippets.js " ></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.50.2/mode/javascript/javascript.min.js"></script>


    
    

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.9/styles/vs.min.css">
    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.9/highlight.min.js"></script>
    <script>hljs.initHighlightingOnLoad();</script>

    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-129696593-1"></script>
    <script>
        window.dataLayer = window.dataLayer || [];

        function gtag() {
            dataLayer.push(arguments);
        }
        gtag('js', new Date());

        gtag('config', 'UA-129696593-1');
    </script>



</head>

<body>

  <div class=" topnav">

  <div class="ava">
    <img id="Capa_1" class="mr-2" version="1.1" id="Capa_1" width="35px" height="35px" src="/assets/svg/cloudy.svg">
    <a href="/" id="home" style="color: #9B5DE5; font-size: 20px;" class="text-capitalize font-weight-bold mb-0">Van
      Phuc</a>
    <a href="/tool" id="tool" style="color: #9B5DE5; font-size: 20px;"
      class="text-capitalize font-weight-bold mb-0">Tool</a>
    <a href="/showcase" id="tool" style="color: #9B5DE5; font-size: 20px;"
      class="text-capitalize font-weight-bold mb-0">Showcase</a>
    <a href="/book" id="tool" style="color: #9B5DE5; font-size: 20px;"
      class="text-capitalize font-weight-bold mb-0">Book</a>


  </div>
  <span href="/" class="text-dark" id="quote">"Simplicity makes me happy"</span>

  <!--
  <a href="/" class="text-dark" id="about">Simplicity makes me happy.</a>
-->

</div>

<script>
   document.getElementById("home").className = "active" 

</script>


  <div class="page-content">
    <div class="wrap">
      <!-- ttt -->
      <div  style = "width:100%">
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script>
      </div>
      <!--
<div class="kws">
  
  
  
  
  <a  href onclick="filter('demo'); return false;">demo</a>
  
  
  
  <a  href onclick="filter('design'); return false;">design</a>
  
  
  
  <a  href onclick="filter('life'); return false;">life</a>
  
  
  
  <a  href onclick="filter('note'); return false;">note</a>
  
  
  
  <a  href onclick="filter('webapp'); return false;">webapp</a>
  
  
  
  <a  href onclick="filter('webgl'); return false;">webgl</a>
  
</div>
<div>
  <div class="kw">
    <a href onclick="filter('Math')">Math</a>
    <a href onclick="filter('GCP')">GCP</a>
    <a href onclick="filter('GCP')">GCP</a>
  </div>
</div>
-->

<div class="view_year">
  
  
  
  
  
  
  
  <div class="materials-item">
    <div class="tt">
      <a href="/cs/stark/">Tìm hiểu STARK</a>
    </div>
    <div class="kw">
      
      <a href onclick="filter('cs'); return false;">cs</a>
      
    </div>
  </div>
  
  
  
  <div class="materials-item">
    <div class="tt">
      <a href="/cs/go-blockchain-demo/">Go Blockchain Demo</a>
    </div>
    <div class="kw">
      
      <a href onclick="filter('cs'); return false;">cs</a>
      
    </div>
  </div>
  
  
  
  <div class="materials-item">
    <div class="tt">
      <a href="/cs/3000word/">3000 Từ tiếng anh</a>
    </div>
    <div class="kw">
      
      <a href onclick="filter('language'); return false;">language</a>
      
    </div>
  </div>
  
  
  
  <div class="materials-item">
    <div class="tt">
      <a href="/cs/gcp/big-data-system/">Big Data Solution Architect</a>
    </div>
    <div class="kw">
      
      <a href onclick="filter('gcp'); return false;">gcp</a>
      
      <a href onclick="filter('solution architect'); return false;">solution architect</a>
      
    </div>
  </div>
  
  
  
  <div class="materials-item">
    <div class="tt">
      <a href="/cs/math/pcoop/">Tối ưu hóa lồi</a>
    </div>
    <div class="kw">
      
      <a href onclick="filter('coop'); return false;">coop</a>
      
      <a href onclick="filter('math'); return false;">math</a>
      
    </div>
  </div>
  
  
  
  <div class="materials-item">
    <div class="tt">
      <a href="/cs/demo-youtube/">Demo - tạo một Youtube</a>
    </div>
    <div class="kw">
      
      <a href onclick="filter('cs'); return false;">cs</a>
      
    </div>
  </div>
  
  
  
  <div class="materials-item">
    <div class="tt">
      <a href="/cs/gcp/gcc03/">Thiết kế giải pháp xử lý dữ liệu</a>
    </div>
    <div class="kw">
      
      <a href onclick="filter('gcp'); return false;">gcp</a>
      
    </div>
  </div>
  
  
  
  <div class="materials-item">
    <div class="tt">
      <a href="/cs/gcp/gcc02/">Thiết kế đường ống dữ liệu</a>
    </div>
    <div class="kw">
      
      <a href onclick="filter('gcp'); return false;">gcp</a>
      
    </div>
  </div>
  
  
  
  
  
  <div class="materials-item">
    <div class="tt">
      <a href="/cs/gcp/gcc01/">Lựa chọn công nghệ lưu trữ phù hợp</a>
    </div>
    <div class="kw">
      
      <a href onclick="filter('gcp'); return false;">gcp</a>
      
    </div>
  </div>
  
  
  
  
  
  <div class="materials-item">
    <div class="tt">
      <a href="/cs/math/ttao01/">Measure Theory</a>
    </div>
    <div class="kw">
      
      <a href onclick="filter('terence tao'); return false;">terence tao</a>
      
      <a href onclick="filter('math'); return false;">math</a>
      
    </div>
  </div>
  
  
  
  
  
  
  
  <div class="materials-item">
    <div class="tt">
      <a href="/cs/math/ladr01/">Vector Spaces</a>
    </div>
    <div class="kw">
      
      <a href onclick="filter('lard'); return false;">lard</a>
      
      <a href onclick="filter('math'); return false;">math</a>
      
    </div>
  </div>
  
  
  
  
  
  <div class="materials-item">
    <div class="tt">
      <a href="/cs/happy/">Hạnh phúc</a>
    </div>
    <div class="kw">
      
      <a href onclick="filter('life'); return false;">life</a>
      
    </div>
  </div>
  
  
  
  <div class="materials-item">
    <div class="tt">
      <a href="/cs/day-em-toan/">Dạy em học toán với bài tìm ẩn X</a>
    </div>
    <div class="kw">
      
      <a href onclick="filter('life'); return false;">life</a>
      
    </div>
  </div>
  
  
</div>





<div class="language tag ">
  <div class="">

      
      
      
      
      
      
      
      
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/3000word/">3000 Từ tiếng anh</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('language'); return false;">language</a>

            
          </div>
        </div>
        
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
  </div>
</div>



<div class="life tag ">
  <div class="">

      
      
      
      
      
        
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/happy/">Hạnh phúc</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('life'); return false;">life</a>

            
          </div>
        </div>
        
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/day-em-toan/">Dạy em học toán với bài tìm ẩn X</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('life'); return false;">life</a>

            
          </div>
        </div>
        
      
      
  </div>
</div>



<div class="cs tag ">
  <div class="">

      
      
      
      
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/stark/">Tìm hiểu STARK</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('cs'); return false;">cs</a>

            
          </div>
        </div>
        
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/go-blockchain-demo/">Go Blockchain Demo</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('cs'); return false;">cs</a>

            
          </div>
        </div>
        
      
      
      
      
      
      
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/demo-youtube/">Demo - tạo một Youtube</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('cs'); return false;">cs</a>

            
          </div>
        </div>
        
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
  </div>
</div>



<div class=" devops tag ">
  <div class="">

      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
  </div>
</div>



<div class="gcp tag ">
  <div class="">

      
      
      
      
      
      
      
      
      
      
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/gcp/big-data-system/">Big Data Solution Architect</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('gcp'); return false;">gcp</a>

            
            <a href onclick="filter('solution architect'); return false;">solution architect</a>

            
          </div>
        </div>
        
      
      
      
      
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/gcp/gcc03/">Thiết kế giải pháp xử lý dữ liệu</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('gcp'); return false;">gcp</a>

            
          </div>
        </div>
        
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/gcp/gcc02/">Thiết kế đường ống dữ liệu</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('gcp'); return false;">gcp</a>

            
          </div>
        </div>
        
      
      
      
        
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/gcp/gcc01/">Lựa chọn công nghệ lưu trữ phù hợp</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('gcp'); return false;">gcp</a>

            
          </div>
        </div>
        
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
  </div>
</div>



<div class="solution architect tag ">
  <div class="">

      
      
      
      
      
      
      
      
      
      
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/gcp/big-data-system/">Big Data Solution Architect</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('gcp'); return false;">gcp</a>

            
            <a href onclick="filter('solution architect'); return false;">solution architect</a>

            
          </div>
        </div>
        
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
  </div>
</div>



<div class="Terence Tao tag ">
  <div class="">

      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        
      
      
      
      
      
        
      
      
      
      
      
      
      
      
      
      
      
      
  </div>
</div>



<div class="Math tag ">
  <div class="">

      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        
      
      
      
      
      
        
      
      
      
        
      
      
      
      
      
        
      
      
      
      
      
      
  </div>
</div>



<div class="lard tag ">
  <div class="">

      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/math/ladr01/">Vector Spaces</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('lard'); return false;">lard</a>

            
            <a href onclick="filter('math'); return false;">math</a>

            
          </div>
        </div>
        
      
      
      
      
      
      
      
      
  </div>
</div>



<div class="math tag ">
  <div class="">

      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/math/pcoop/">Tối ưu hóa lồi</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('coop'); return false;">coop</a>

            
            <a href onclick="filter('math'); return false;">math</a>

            
          </div>
        </div>
        
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/math/ttao01/">Measure Theory</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('terence tao'); return false;">terence tao</a>

            
            <a href onclick="filter('math'); return false;">math</a>

            
          </div>
        </div>
        
      
      
      
      
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/math/ladr01/">Vector Spaces</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('lard'); return false;">lard</a>

            
            <a href onclick="filter('math'); return false;">math</a>

            
          </div>
        </div>
        
      
      
      
      
      
      
      
      
  </div>
</div>



<div class="LADR tag ">
  <div class="">

      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        
      
      
      
      
      
        
      
      
      
      
      
      
  </div>
</div>



<div class="coop tag ">
  <div class="">

      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/math/pcoop/">Tối ưu hóa lồi</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('coop'); return false;">coop</a>

            
            <a href onclick="filter('math'); return false;">math</a>

            
          </div>
        </div>
        
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
  </div>
</div>



<div class="terence tao tag ">
  <div class="">

      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        
        <div class="materials-item">
          <div class="tt">
            <a href="/cs/math/ttao01/">Measure Theory</a>
          </div>
          <div class="kw">

            
            <a href onclick="filter('terence tao'); return false;">terence tao</a>

            
            <a href onclick="filter('math'); return false;">math</a>

            
          </div>
        </div>
        
      
      
      
      
      
      
      
      
      
      
      
      
      
      
  </div>
</div>



</div>
</div>

<script>
  var view = "view_year";
  function filter(tag) {
    document.getElementsByClassName(view)[0].style.display = "none";
    view = tag;
    document.getElementsByClassName(tag)[0].style.display = "inline";
    history.replaceState(null, null, "?tag=" + tag);
  }

  var parseQueryString = function () {

    var str = window.location.search;
    var objURL = {}

    str.replace(
      new RegExp("([^?=&]+)(=([^&]*))?", "g"),
      function ($0, $1, $2, $3) {
        objURL[$1] = $3
      }
    );
    return objURL
  };

  //Example how to use it: 
  var params = parseQueryString()
  if (params["tag"]) {
    filter(params["tag"]);
  }

</script>
    </div>
  </div>
  <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
  <script type="text/javascript" id="MathJax-script" async
    src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
    </script>
  <script>
    MathJax = {
      options: {
        enableMenu: false
      },
      tex: {
        inlineMath: [['$', '$'], ['\\(', '\\)']],
        displayMath: [['$$', '$$'], ["\\[", "\\]"]]
      },
      startup: {
        ready: () => {
          MathJax.startup.defaultReady();
          MathJax.startup.promise.then(() => {
            if (typeof mind != "undefined") { mind.linkDiv() }
            console.log('MathJax initial typesetting complete');
          });
        }
      }
    };
  </script>
</body>

</html>
                               

Whois info of domain

Domain Name: X3PI.COM
Registry Domain ID: 2577804745_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.squarespace.domains
Registrar URL: http://domains2.squarespace.com
Updated Date: 2024-11-25T20:33:32Z
Creation Date: 2020-12-10T16:59:48Z
Registry Expiry Date: 2025-12-10T16:59:48Z
Registrar: Squarespace Domains II LLC
Registrar IANA ID: 895
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6466935324
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS-CLOUD-A1.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-A2.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-A3.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-A4.GOOGLEDOMAINS.COM
DNSSEC: signedDelegation
DNSSEC DS Data: 49754 8 2 91CA1D3A6DF7E0B28E3045DB439AF9D56672A145B86EDB9C594FC61C3C3EC299
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-21T01:12: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