Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - vynpq.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 15 May 2025 00:10:24 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Last-Modified: Wed, 30 Apr 2025 11:12:56 GMT
Accept-Ranges: bytes
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=zvcC3TduD6cOAKh9wUBREK%2Be8HgmmcJle3Z27VjLuvRLmR1KVERULcqmvpspqx5BYk3nI%2FYxTM6oiryBFNxaX5jXpub8IiV%2FkUx6CShVY6gG02qRk1tJ22hzwlOlbcX7KbWHnIg8WX4%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 93fe6978cfe2dd28-ARN
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=12956&min_rtt=12956&rtt_var=6478&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=250&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

HTTP Code 200 OK

200 http 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: vynpq.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 name=viewport content="width=device-width,initial-scale=1"><title>For88 10 Năm hoạt động,Uy tín đáng tin cậy</title><meta name=Keywords content=For88><meta name=Keywords content=For88><meta http-equiv=Content-Security-Policy content=upgrade-insecure-requests><script>//设置语言类型
    window._platformCode = "vi_VN";
    window._platformName = "for88";
    !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');</script><script>let host = window.location.host;
    let protocol = window.location.protocol + '//';

    function IsPC() {
      let userAgentInfo = navigator.userAgent;
      let Agents = ["Android", "iPhone",
        "SymbianOS", "Windows Phone",
        "iPad", "iPod"
      ];
      let flag = true;
      for (let v = 0; v < Agents.length; v++) {
        if (userAgentInfo.indexOf(Agents[v]) > 0) {
          flag = false;
          break;
        }
      }
      return flag;
    }
    // 获取cookie值
    function getCookie(name) {
      var prefix = name + "="
      var start = document.cookie.indexOf(prefix)

      if (start == -1) {
        return null;
      }
      var end = document.cookie.indexOf(";", start + prefix.length)
      if (end == -1) {
        end = document.cookie.length;
      }
      var value = document.cookie.substring(start + prefix.length, end)
      return unescape(value);
    }
    // 获取参数从url
    function getParamsByUrl(url) {
      url = url || window.location.href
      let search = url.substring(url.lastIndexOf("?") + 1)
      let obj = {}
      let reg = /([^?&=]+)=([^?&=]*)/g
      search.replace(reg, function (rs, $1, $2) {
        let name = decodeURIComponent($1)
        let val = decodeURIComponent($2)
        val = String(val)
        obj[name] = val
        return rs
      })

      return obj
    }
    let params = getParamsByUrl()
    if (params.iSurl) { //能看见游戏参数存sessionstorage,关闭浏览器清除参数
      sessionStorage.setItem('iSurl', params.iSurl);
    }
    //打点参数记录
    if (params.loadTime) {
      sessionStorage.setItem('loadTime', params.loadTime);
    }
    if (params.paramSessionId) {
      sessionStorage.setItem('paramSessionId', params.paramSessionId);
    }
    if (!IsPC()) {
      // 非PC
      let url;
      if (host.indexOf('www') > -1) {
        // www情况
        url = host.replace('www.', 'm.');
        url = protocol + url;
      } else if (host.indexOf('www') === -1) {
        // 无www情况情况
        url = 'm.' + host;
        url = protocol + url;
      }
      let href = window.location.href;
      let agentCode = getCookie('agentCode') || ''
      let iSurl = sessionStorage.getItem('iSurl'); //获取isUrl
      let path="/#/home/home-list"
      if(params.isRegist){
        path="/#/login"
      }

      if (agentCode && !params.agentCode) {
        params.agentCode = agentCode
      }



      if (params.agentCode) {
        href = href.split('?')[1]
        url = url + path+'?agentCode=' + params.agentCode;
        if (iSurl || params.iSurl) {
          url = url + '&iSurl=' + params.iSurl
        }
      } else {
        if (iSurl || params.iSurl) {
          url = url + path+'?iSurl=' + params.iSurl;
        }
      }
      if (params.fbclid) {
        if (url.indexOf('?') < 0) {
          url = url +path+ '?fbclid=' + params.fbclid;
        } else {
          url = url +path+ '&fbclid=' + params.fbclid;
        }
      }
      if(params.isRegist){
        if (url.indexOf('?') < 0) {
          url = url +path+ '?isRegist=true';
        } else {
          url = url +path+ '&isRegist=true';
        }
      }
      if (params.ldy) {
        url = url + path+'?ldy=' + params.ldy;
      }

      if (params.loadTime) {
        var session = params.paramSessionId ? '&paramSessionId=' + params.paramSessionId : '';
        if (url.indexOf('home/home-list?' > -1)) {
          url = url + '&loadTime=' + params.loadTime + session;
        } else {
          url = url + path+'?loadTime=' + params.loadTime + session;
        }

      }
      //以下的路由带上路由
      var hash = window.location.hash
      if (hash.indexOf('zhuantiye') > -1 || hash.indexOf('wheel-game') > -1) {
        url = url + '/' + hash
      }

      window.location.href = url
    }</script><script>var _hmt = _hmt || [];
    (function () {
      var hm = document.createElement("script");
      hm.src = "https://hm.baidu.com/hm.js?902ea65c6be13d1b482b62ef85f2703e";
      var s = document.getElementsByTagName("script")[0];
      s.parentNode.insertBefore(hm, s);
    })();</script><script>  var _paq = window._paq = window._paq || [];
    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
    _paq.push(['trackPageView']);
    _paq.push(['enableLinkTracking']);
    (function() {
      var u="//tongji.nwb8.com/";
      _paq.push(['setTrackerUrl', u+'matomo.php']);
      _paq.push(['setSiteId', '2']);
      var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
      g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
    })();</script><script src=/static/build10/animate.min.js></script><script src="https://pv.sohu.com/cityjson?ie=utf-8"></script><link rel=stylesheet href=https://g.alicdn.com/apsara-media-box/imp-web-player/2.16.3/skins/default/aliplayer-min.css><script charset=utf-8 type=text/javascript src=https://g.alicdn.com/apsara-media-box/imp-web-player/2.16.3/aliplayer-min.js></script><script charset=utf-8 type=text/javascript src=https://player.alicdn.com/aliplayer/presentation/js/aliplayercomponents.min.js></script><link rel="shortcut icon" href=./favicon.ico><link href=./static/css/common-api.02320ffe3b7aa8d9f6f813cb414513f3.css rel=stylesheet><link href=./static/css/build10.e46fe692b6e45d8fbc7bf3185b23078c.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.6b3ec2b8104517645d40.js></script><script type=text/javascript src=./static/js/vendor.8b3c2eaa0f276bae951a.js></script><script type=text/javascript src=./static/js/vendor-build10.8c58a47fd5e93cb5188f.js></script><script type=text/javascript src=./static/js/common-api.9b56738ae2189cfc9f65.js></script><script type=text/javascript src=./static/js/build10.5971696cebb94d93ccbc.js></script></body></html>                               

Whois info of domain

Domain Name: VYNPQ.COM
Registry Domain ID: 2788809056_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namesilo.com
Registrar URL: http://www.namesilo.com
Updated Date: 2024-05-30T07:40:36Z
Creation Date: 2023-06-10T10:43:14Z
Registry Expiry Date: 2025-06-10T10:43:14Z
Registrar: NameSilo, LLC
Registrar IANA ID: 1479
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4805240066
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: IRIS.NS.CLOUDFLARE.COM
Name Server: KAREEM.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-15T00:10: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