Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - omnra.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Mon, 05 May 2025 19:38:14 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://omnra.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://omnra.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Mon, 05 May 2025 19:38:14 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 15269
Last-Modified: Sun, 09 Feb 2025 12:49:40 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "67a8a464-3ba5"
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
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: omnra.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="zh-TW">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>OMNRA - 您的心靈成長夥伴</title>
    <meta name="description" content="跨宗教靈修平台,結合直播、課程與善行回饋系統,建立溫暖的修行社群。" />
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap" rel="stylesheet">
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
    <style>
      * { font-family: 'Noto Sans TC', system-ui, sans-serif; }
    </style>
  </head>
  <body class="min-h-screen bg-gradient-to-b from-slate-50 to-slate-100 text-slate-800">
    <main class="container mx-auto px-4 py-16 max-w-4xl">
      <!-- Hero Section -->
      <div class="text-center mb-16">
        <h1 class="text-5xl font-bold mb-6">Omnra</h1>
        <p class="text-xl mb-8">您的心靈成長夥伴</p>
        <p class="text-lg text-slate-600 mb-8">
          跨宗教靜心靈平台,結合直播、課程與正能量顯化系統,建立溫暖的修行社群。
        </p>
      </div>

      <!-- Main Message -->
      <div class="prose prose-lg mx-auto mb-16 text-center">
        <p class="text-xl font-medium mb-6">
          OMNRA不只是一個應用程式。<br>
          它是一個讓內在覺察轉化為外在行動的橋樑。<br>
          它是一個讓靜心冥想化為實質祝福的場域。
        </p>
        <div class="text-lg text-slate-700 space-y-6">
          <p>
            在這裡,每一刻的靜心都是珍貴的。<br>
            每一次的修行,都能轉化為實質的祝福。
          </p>
          <p>
            想像一下:<br>
            清晨五點,你打開OMNRA,<br>
            與成千上百個同修<br>
            跟著遠方的大師一起誦經。<br>
            在課後你還能與大師私聊請益<br>
            你的虔誠不只淨化自己,<br>
            更能轉化為溫暖的餐食,<br>
            幫助需要的人。
          </p>
          <p>
            在·OMNRA 看似簡單的三小時靜心直播,<br>
            可以轉化為一份溫暖的餐食。<br>
            這不是交易,而是能量的流動。<br>
            這不是計算,而是宇宙的循環。
          </p>
        </div>
      </div>

      <!-- Features -->
      <div class="grid md:grid-cols-3 gap-8 mb-16">
        <div class="bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition-shadow">
          <div class="text-emerald-600 mb-4">
            <i class="fas fa-om w-8 h-8 text-3xl"></i>
          </div>
          <h3 class="text-xl font-semibold mb-2">多元靜心活動直播</h3>
          <p class="text-slate-600">冥想與禪修、太極、瑜伽、靜心舞蹈、誦經、抄經、禱告等多樣化活動</p>
        </div>
        
        <div class="bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition-shadow">
          <div class="text-emerald-600 mb-4">
            <i class="fas fa-users w-8 h-8 text-3xl"></i>
          </div>
          <h3 class="text-xl font-semibold mb-2">跨宗教導師課程</h3>
          <p class="text-slate-600">各大身心靈名師線上直播、一對一靈性諮詢、個人化學習路徑</p>
        </div>

        <div class="bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition-shadow">
          <div class="text-emerald-600 mb-4">
            <i class="fas fa-heart w-8 h-8 text-3xl"></i>
          </div>
          <h3 class="text-xl font-semibold mb-2">正能量顯化系統</h3>
          <p class="text-slate-600">靜心靈直播與觀看累積正念幣,可用來布施或兌換課程、商品</p>
        </div>
      </div>

      <!-- Benefits -->
      <div class="mb-16">
        <h2 class="text-2xl font-bold text-center mb-8">當你在OMNRA上靜心時</h2>
        <div class="space-y-4">
          <div class="bg-white p-6 rounded-xl shadow-sm text-center">
            <i class="fas fa-lightbulb w-8 h-8 text-3xl text-emerald-600 mb-4"></i>
            <p>你的呼吸,成為淨化的力量</p>
          </div>
          <div class="bg-white p-6 rounded-xl shadow-sm text-center">
            <i class="fas fa-star w-8 h-8 text-3xl text-emerald-600 mb-4"></i>
            <p>你的靜心,轉化為實質的祝福</p>
          </div>
          <div class="bg-white p-6 rounded-xl shadow-sm text-center">
            <i class="fas fa-gem w-8 h-8 text-3xl text-emerald-600 mb-4"></i>
            <p>你的存在,影響著整個共同體</p>
          </div>
        </div>
      </div>

      <!-- Creator Benefits -->
      <div class="mb-16">
        <h2 class="text-2xl font-bold text-center mb-8">對於內容創作者的好處</h2>
        <div class="grid md:grid-cols-2 gap-6">
          <div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-shadow">
            <div class="flex items-center gap-3">
              <i class="fas fa-gift text-emerald-600"></i>
              <div>
                <h3 class="font-semibold">粉絲禮物</h3>
                <p class="text-sm text-slate-600">接收打賞護持</p>
              </div>
            </div>
          </div>
          <div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-shadow">
            <div class="flex items-center gap-3">
              <i class="fas fa-user-friends text-emerald-600"></i>
              <div>
                <h3 class="font-semibold">粉絲訂閱</h3>
                <p class="text-sm text-slate-600">穩定的會員月費收入</p>
              </div>
            </div>
          </div>
          <div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-shadow">
            <div class="flex items-center gap-3">
              <i class="fas fa-comments text-emerald-600"></i>
              <div>
                <h3 class="font-semibold">付費私聊諮詢</h3>
                <p class="text-sm text-slate-600">按天或按次收費的私聊權限</p>
              </div>
            </div>
          </div>
          <div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-shadow">
            <div class="flex items-center gap-3">
              <i class="fas fa-microphone text-emerald-600"></i>
              <div>
                <h3 class="font-semibold">活動分成</h3>
                <p class="text-sm text-slate-600">護持直播活動的業務分成</p>
              </div>
            </div>
          </div>
          <div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-shadow">
            <div class="flex items-center gap-3">
              <i class="fas fa-chalkboard-teacher text-emerald-600"></i>
              <div>
                <h3 class="font-semibold">課程收入</h3>
                <p class="text-sm text-slate-600">開設付費課程獲得收入</p>
              </div>
            </div>
          </div>
          <div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-shadow">
            <div class="flex items-center gap-3">
              <i class="fas fa-video text-emerald-600"></i>
              <div>
                <h3 class="font-semibold">直播時間轉收益</h3>
                <p class="text-sm text-slate-600">直播內容的收益分成</p>
              </div>
            </div>
          </div>
          <div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-shadow">
            <div class="flex items-center gap-3">
              <i class="fas fa-language text-emerald-600"></i>
              <div>
                <h3 class="font-semibold">多語言即時翻譯</h3>
                <p class="text-sm text-slate-600">跨越語言障礙,觸及更廣大的觀眾群</p>
              </div>
            </div>
          </div>
        </div>
      </div>

      <!-- Audience Benefits -->
      <div class="mb-16">
        <h2 class="text-2xl font-bold text-center mb-8">對於觀眾的好處</h2>
        <div class="grid md:grid-cols-2 gap-6">
          <div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-shadow">
            <div class="flex items-center gap-3">
              <i class="fas fa-people-arrows text-emerald-600"></i>
              <div>
                <h3 class="font-semibold">群體共振</h3>
                <p class="text-sm text-slate-600">隨時與千人萬人一起進行正念共振</p>
              </div>
            </div>
          </div>
          <div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-shadow">
            <div class="flex items-center gap-3">
              <i class="fas fa-user-circle text-emerald-600"></i>
              <div>
                <h3 class="font-semibold">修行分享</h3>
                <p class="text-sm text-slate-600">可以追蹤修行者親自分享自己的日常生活</p>
              </div>
            </div>
          </div>
          <div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-shadow">
            <div class="flex items-center gap-3">
              <i class="fas fa-shopping-cart text-emerald-600"></i>
              <div>
                <h3 class="font-semibold">課程與產品</h3>
                <p class="text-sm text-slate-600">獲取喜愛的直播主的課程與產品</p>
              </div>
            </div>
          </div>
          <div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-shadow">
            <div class="flex items-center gap-3">
              <i class="fas fa-star text-emerald-600"></i>
              <div>
                <h3 class="font-semibold">特別內容</h3>
                <p class="text-sm text-slate-600">可享受特別內容與限定優惠</p>
              </div>
            </div>
          </div>
          <div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-shadow">
            <div class="flex items-center gap-3">
              <i class="fas fa-comments text-emerald-600"></i>
              <div>
                <h3 class="font-semibold">即時互動</h3>
                <p class="text-sm text-slate-600">與可與直播主即時互動和私聊</p>
              </div>
            </div>
          </div>
          <div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-shadow">
            <div class="flex items-center gap-3">
              <i class="fas fa-heart text-emerald-600"></i>
              <div>
                <h3 class="font-semibold">隨喜布施</h3>
                <p class="text-sm text-slate-600">可以隨喜布施,或是指定布施</p>
              </div>
            </div>
          </div>
          <div class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition-shadow">
            <div class="flex items-center gap-3">
              <i class="fas fa-coins text-emerald-600"></i>
              <div>
                <h3 class="font-semibold">正念轉換</h3>
                <p class="text-sm text-slate-600">花費在平台上的時間與精力,都能轉換成正念幣</p>
              </div>
            </div>
          </div>
        </div>
      </div>

      <!-- Community Section -->
      <div class="text-center mb-16">
        <h2 class="text-2xl font-bold mb-6">這是一個讓修行不再孤單的空間</h2>
        <div class="space-y-2 mb-8">
          <p>與真知者心心相印</p>
          <p>與同修者攜手同行</p>
        </div>
        <p class="text-lg font-medium">
          在OMNRA,每個善念都能被看見,每步修行都有意義。<br>
          讓我們一起,用靜心、愛與慈悲創造更美好的世界。
        </p>
      </div>

      <!-- Coming Soon -->
      <div class="text-center mb-16">
        <h2 class="text-5xl font-bold mb-6">即將推出</h2>
        <div class="flex flex-wrap items-center justify-center gap-4 mb-12">
          <div class="flex items-center gap-2 bg-slate-800 text-white px-8 py-4 rounded-full text-xl">
            <i class="fab fa-apple w-8 h-8"></i>
            <span>iOS App Store</span>
          </div>
          <div class="flex items-center gap-2 bg-slate-800 text-white px-8 py-4 rounded-full text-xl">
            <i class="fab fa-google w-8 h-8"></i>
            <span>Google Play</span>
          </div>
        </div>

        <!-- Pre-registration Form -->
        <div class="max-w-md mx-auto mb-16">
          <h3 class="text-2xl font-bold mb-4">預先註冊</h3>
          <form id="registrationForm" class="space-y-4">
            <div>
              <input
                type="email"
                placeholder="請輸入您的電子郵件"
                required
                class="w-full px-4 py-2 rounded-lg border border-slate-300 focus:outline-none focus:ring-2 focus:ring-emerald-500"
              />
            </div>
            <div class="flex items-start space-x-2">
              <input
                type="checkbox"
                id="receiveNews"
                class="mt-1"
              />
              <label for="receiveNews" class="text-sm text-slate-700">
                是,我希望收到來自Omnra的最新消息
              </label>
            </div>
            <button
              type="submit"
              class="w-full bg-emerald-600 text-white px-6 py-3 rounded-lg hover:bg-emerald-700 transition-colors"
            >
              立即預約下載
            </button>
          </form>
        </div>

        <!-- Collaboration Section -->
        <div class="text-center mb-16">
          <h3 class="text-2xl font-bold mb-4">想和Omnra合作?</h3>
          <p class="mb-4">請加下面的line</p>
          <div class="w-48 h-48 mx-auto bg-slate-200 flex items-center justify-center">
            <p class="text-slate-600">placeholder for QR code</p>
          </div>
        </div>
      </div>

      <!-- Footer -->
      <footer class="text-center text-sm text-slate-600">
        <div class="flex flex-wrap justify-center gap-2 mb-4">
          <span class="bg-slate-200 px-3 py-1 rounded-full">#心靈成長</span>
          <span class="bg-slate-200 px-3 py-1 rounded-full">#靜心靈</span>
          <span class="bg-slate-200 px-3 py-1 rounded-full">#冥想</span>
          <span class="bg-slate-200 px-3 py-1 rounded-full">#正念生活</span>
          <span class="bg-slate-200 px-3 py-1 rounded-full">#瑜伽</span>
          <span class="bg-slate-200 px-3 py-1 rounded-full">#太極</span>
          <span class="bg-slate-200 px-3 py-1 rounded-full">#跨宗教平台</span>
          <span class="bg-slate-200 px-3 py-1 rounded-full">#正念音樂</span>
          <span class="bg-slate-200 px-3 py-1 rounded-full">#正念農法</span>
        </div>
        <p>© 2024 Omnra. All rights reserved.</p>
      </footer>
    </main>

    <script>
      document.getElementById('registrationForm').addEventListener('submit', function(e) {
        e.preventDefault();
        alert('感謝您的註冊!我們會在App上線時通知您。');
        this.reset();
      });
    </script>
  </body>
</html>
                               

Whois info of domain

Domain Name: OMNRA.COM
Registry Domain ID: 2942202409_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-01-23T05:12:25Z
Creation Date: 2024-12-14T02:29:54Z
Registry Expiry Date: 2025-12-14T02:29:54Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: IVAN.NS.CLOUDFLARE.COM
Name Server: KAY.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-05T19:38:09Z <<<
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