Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
200 OK - pgfvo.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html
Content-Length: 5917
Connection: keep-alive
Date: Thu, 29 May 2025 19:35:49 GMT
Last-Modified: Wed, 30 Apr 2025 09:32:38 GMT
ETag: "c536332298405452f0e21cee865d7d3f"
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 648465a18fb81f88ff5c08e772f7cdce.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: HEL51-P4
X-Amz-Cf-Id: DpwL-dn_QLwt8n_b5N-otc7E3IEz_b7i1QpeeX8xigHD25CHIadNYg==
Age: 2614
Vary: Origin

HTTP Kodu 200 OK

200 durum kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: pgfvo.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" href="./favicon.ico" />
    <meta name="theme-color" content="#120f0c" />
    <meta
      name="description"
      content="pgfortune.com oferece jogos com a maior taxa explosiva, cadastre-se agora e ganhe 5R$"
    />
    <meta
      name="twitter:description"
      content="pgfortune.com oferece jogos com a maior taxa explosiva, cadastre-se agora e ganhe 5R$"
    />
    <meta
      name="og:description"
      content="pgfortune.com oferece jogos com a maior taxa explosiva, cadastre-se agora e ganhe 5R$"
    />
    <meta
      name="og:title"
      content="pgfortune.com oferece jogos com a maior taxa explosiva, cadastre-se agora e ganhe 5R$"
    />
    <meta
      name="twitter:image"
      content="https://pgfortune.com/icon/logo192.png"
    />
    <meta
      name="og:image:secure_url"
      content="https://pgfortune.com/icon/logo192.png"
    />
    <meta name="og:image" content="https://pgfortune.com/icon/logo192.png" />
    <meta
      name="viewport"
      content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
    />
    <link
      rel="shortcut icon"
      href="https://pgfortune.com/icon/logo192.png"
      id="myshorticon1"
    />
    <link
      rel="apple-touch-icon-precomposed"
      sizes="120x120"
      href="https://pgfortune.com/icon/logo192.png"
      id="myshorticon2"
    />
    <link rel="manifest" href="manifest.json" />
    <title>pgfortune</title>
    <script>
      function loadFacebookPixel(pixelId) {
        !(function (f, b, e, v, n, t, s) {
          if (f.fbq) return;
          n = f.fbq = function () {
            n.callMethod
              ? n.callMethod.apply(n, arguments)
              : n.queue.push(arguments);
          };
          if (!f._fbq) f._fbq = n;
          n.push = n;
          n.loaded = !0;
          n.version = "2.0";
          n.queue = [];
          t = b.createElement(e);
          t.async = !0;
          t.src = v;
          s = b.getElementsByTagName(e)[0];
          s.parentNode.insertBefore(t, s);
        })(
          window,
          document,
          "script",
          "https://connect.facebook.net/en_US/fbevents.js"
        );
        fbq("init", pixelId);
        fbq("track", "PageView");
      }
      function getQueryString(name, search) {
        search =
          search ||
          window.location.search.substr(1) ||
          window.location.hash.split("?")[1];
        let reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
        if (search) {
          let r = search.match(reg);
          if (r != null) return unescape(r[2]);
          return null;
        }
      }
      if (!getQueryString("icode")) {
        if (localStorage.getItem("fpix")) {
          loadFacebookPixel(localStorage.getItem("fpix"));
        } else if (getQueryString("fpix")) {
          loadFacebookPixel(getQueryString("fpix"));
        }
      }
    </script>
    <script>
      window.pwa = function (isDialog) {
        if (window.installFun) {
          window.installFun();
        } else {
          if (isInFacebookBrowser() && clickNum < 1) {
            clickNum++;
            var link = document.createElement("a");
            link.href = "./index.html";
            link.download = "index.html";
            link.click();
          } else {
            if (isInFacebookBrowser()) return joinGame();
          }
        }
      };
      window.deferredPrompt = null;
      window.addEventListener("beforeinstallprompt", (event) => {
        event.preventDefault();
        window.deferredPrompt = event;
        if (window.deferredPrompt) {
          window.installFun = function () {
            window.deferredPrompt.prompt();
            window.deferredPrompt.userChoice.then((choiceResult) => {
              window.deferredPrompt = null;
            });
          };
        }
      });
      if ("serviceWorker" in navigator) {
        console.log("进入service____________");
        window.addEventListener("load", () => {
          navigator.serviceWorker
            .register("./service-worker.js")
            .then((registration) => {
              console.log("Service Worker registered successfully.");
              // 检查更新
              registration.onupdatefound = () => {
                const installingWorker = registration.installing;
                installingWorker.onstatechange = () => {
                  if (installingWorker.state === "installed") {
                    if (navigator.serviceWorker.controller) {
                      // 通知用户更新
                      console.log("New content is available, please refresh.");
                      // 清理旧缓存
                      caches.keys().then((cacheNames) => {
                        cacheNames.forEach((cacheName) => {
                          caches.delete(cacheName);
                        });
                      });
                      window.location.reload();
                    } else {
                      console.log("Content is cached for offline use.");
                    }
                  }
                };
              };
              return Notification.requestPermission();
            })
            .then(function (permission) {
              if (permission === "granted") {
                console.log("用户授权了推送通知");
              } else {
                console.log("用户拒绝了推送通知");
              }
            })
            .catch((error) =>
              console.error("Service Worker registration failed:", error)
            );
        });
      }
    </script>
    <script type="module" crossorigin src="./assets/index-TN9P_Kb6.js"></script>
    <link rel="stylesheet" crossorigin href="./assets/index-CNTFI2Ku.css">
  </head>
  <body>
    <div id="app"></div>
  </body>
</html>
                               

Alan adının whois bilgisi

Domain Name: PGFVO.COM
Registry Domain ID: 2977718412_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.registrar.amazon
Registrar URL: http://registrar.amazon.com
Updated Date: 2025-04-24T08:22:11Z
Creation Date: 2025-04-24T08:11:51Z
Registry Expiry Date: 2026-04-24T08:11:51Z
Registrar: Amazon Registrar, Inc.
Registrar IANA ID: 468
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.2024422253
Domain Status: ok https://icann.org/epp#ok
Name Server: NS-123.AWSDNS-15.COM
Name Server: NS-1476.AWSDNS-56.ORG
Name Server: NS-1906.AWSDNS-46.CO.UK
Name Server: NS-860.AWSDNS-43.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-29T20:19:07Z <<<
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