Check server response of

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

HTTP Code 301 Moved Permanently

301 Moved Permanently 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://www.hreas.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: openresty
Date: Sat, 17 May 2025 17:53:34 GMT
Content-Type: text/html
Content-Length: 14472
Last-Modified: Thu, 15 May 2025 03:31:02 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "68255ff6-3888"
Accept-Ranges: bytes

HTTP Code 200 OK

200 OK 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: hreas.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,maximum-scale=1,minimum-scale=1,user-scalable=no"><meta name=keywords content=""><meta name=description content=""><meta property=og:type content=website><meta property=og:title content=""><meta property=og:description content=""><meta property=og:url content=""><meta property=og:image content=""><meta name=HandheldFriendly content=true><meta name=apple-mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-status-bar-style content=black><meta name=format-detection content="telphone=no, email=no"><meta name=screen-orientation content=portrait><meta name=x5-orientation content=portrait><meta name=full-screen content=yes><meta name=x5-fullscreen content=true><meta name=browsermode content=application><meta name=x5-page-mode content=app><meta name=msapplication-tap-highlight content=no><meta http-equiv=X-UA-Compatible content="ie=edge"><link href=https://d34jeq5cddp5a0.cloudfront.net/favicon.ico type=image/x-icon rel=icon><style>#POP800_INIT_DIV {
      display: none!important;
    }
    #POP800_PANEL_DIV {
      display: none!important;
    }
    #POP800_LEAVEWORD_DIV {
      display: none!important;
    }</style><script>var isAtm = true;
    if (getQueryVariable('atm') === '1') {
      isAtm = true;
    }
    var fb_id = '';
    var google_id = '';
    var cl = '';
    var dSource = '';
    // 获取search参数
    function getQueryVariable(variable) {
      let query = '';
      try {
        query = decodeURIComponent(window.location.search.substring(1)).replace(/&amp;/g, '&');
      } catch (e) {
        query = window.location.search.substring(1).replace(/&amp;/g, '&');
      }
      var vars = query.split("&");
      for (var i = 0; i < vars.length; i++) {
        var pair = vars[i].split("=");
        if (pair[0] === variable) {
          return pair[1];
        }
      }
      return '';
    }</script><script>function loadJs(id,url) {
      var  xmlHttp = null;
      if(window.ActiveXObject){//IE
        try {
          //IE6以及以后版本中可以使用
          xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
        } catch (e) {
          //IE5.5以及以后版本可以使用
          xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
        }
      }else if(window.XMLHttpRequest){
        //Firefox,Opera 8.0+,Safari,Chrome
        xmlHttp = new XMLHttpRequest();
      }
      //采用同步加载
      xmlHttp.open("GET",url,false);
      //发送同步请求,如果浏览器为Chrome或Opera,必须发布后才能运行,不然会报错
      xmlHttp.send(null);
      //4代表数据发送完毕
      if( xmlHttp.readyState == 4 ){
        //0为访问的本地,200到300代表访问服务器成功,304代表没做修改访问的是缓存
        if((xmlHttp.status >= 200 && xmlHttp.status <300) || xmlHttp.status == 0 || xmlHttp.status == 304){
          var myBody = document.getElementsByTagName("head")[0];
          var myScript = document.createElement( "script" );
          myScript.language = "javascript";
          myScript.type = "text/javascript";
          myScript.id = id;
          try{
            //IE8以及以下不支持这种方式,需要通过text属性来设置
            myScript.appendChild(document.createTextNode(xmlHttp.responseText));
          }catch (ex){
            myScript.text = xmlHttp.responseText;
          }
          myBody.appendChild(myScript);
          return true;
        }else{
          return false;
        }
      }else{
        return false;
      }
    }
    var pathInfo = '';
    var baseJsUrl = isAtm ? 'https://d322uc7y3fcjjx.cloudfront.net/' : 'https://d1zkve10pauhk7.cloudfront.net/';
    if (getQueryVariable('path')) {
      pathInfo = getQueryVariable('path');
      loadJs('pixelJs',baseJsUrl + pathInfo.substr(0,1).toLowerCase() + '/' + pathInfo.substr(-1,1).toLowerCase() + '/' + pathInfo + '.js?time=' + Math.floor(Date.now() / 60000)); // pixel新的获取方法
    }</script><script>var sourceData = {
      facebookSource: '1',
      googleSource: '2',
      yahooSource: '3',
      tikTokSource: '4'
    };
    // 渠道埋点判断
    // 渠道是否正确
    function checkSource(data, ch) {
      return Object.keys(data).map(function (key) {
        return data[key]
      }).indexOf(ch) !== -1
    }
    var source = getQueryVariable('source') || dSource;
    if (!checkSource(sourceData, source)) {
      source = sourceData.facebookSource
    }
    localStorage.setItem('source', source);

    /**
     * guid
     * @return {string}
     */
    function S4() {
      return (((1+Math.random())*0x10000)|0).toString(16).substring(1);
    }
    function guid() {
      return (S4()+S4()+"-"+S4()+"-"+S4()+"-"+S4()+"-"+S4()+S4()+S4());
    }
    if(!sessionStorage.sessionId) {
      sessionStorage.sessionId = guid();
    }</script><script>if(localStorage.source === sourceData.facebookSource) {
      ! 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('dataProcessingOptions', []);
      if (fb_id) {
        for (var id of fb_id.split(',')) {
          fbq('init', id);
        }
      } else {
        var default_id = '352985638959852';
        fbq('init', default_id);
      }
      fbq('track', 'PageView');
      console.log('fb PageView');
    } else {
      fbq = function (){}
    }
    if(localStorage.source === sourceData.tikTokSource) {
      ! function(w, d, t) {
        w.TiktokAnalyticsObject = t;
        var ttq = w[t] = w[t] || [];
        ttq.methods = ["page", "track", "identify", "instances", "debug", "on", "off", "once", "ready", "alias",
          "group", "enableCookie", "disableCookie"
        ], ttq.setAndDefer = function(t, e) {
          t[e] = function() {
            t.push([e].concat(Array.prototype.slice.call(arguments, 0)))
          }
        };
        for (var i = 0; i < ttq.methods.length; i++) ttq.setAndDefer(ttq, ttq.methods[i]);
        ttq.instance = function(t) {
          for (var e = ttq._i[t] || [], n = 0; n < ttq.methods.length; n++) ttq.setAndDefer(e, ttq.methods[
                  n]);
          return e
        }, ttq.load = function(e, n) {
          var i = "https://analytics.tiktok.com/i18n/pixel/events.js";
          ttq._i = ttq._i || {}, ttq._i[e] = [], ttq._i[e]._u = i, ttq._t = ttq._t || {}, ttq._t[e] = +
                  new Date, ttq._o = ttq._o || {}, ttq._o[e] = n || {};
          var o = document.createElement("script");
          o.type = "text/javascript", o.async = !0, o.src = i + "?sdkid=" + e + "&lib=" + t;
          var a = document.getElementsByTagName("script")[0];
          a.parentNode.insertBefore(o, a)
        };
        // 此处字段名称可能引发歧义,后台不分埋点类型,像素都存到了fb_id中
        ttq.load(fb_id || 'C5T758KFMUHRC7DGN9U0');
        ttq.track('PageView');
      }(window, document, 'ttq');
    } else {
      ttq = {
        track: function () {}
      }
    }</script><script>let hostname = window.location.hostname;
    var gHead = document.getElementsByTagName('head')[0];
    var gScript = document.createElement("script");
    gScript.type = "text/javascript";
    if (hostname === 'www.rubydig.com' || hostname === 'rubydig.com'){
        gScript.src="https://www.googletagmanager.com/gtag/js?id=G-75G4TX1TP9";
    }else {
        gScript.src="https://www.googletagmanager.com/gtag/js?id=" + (google_id || 'UA-125035566-1') +"";
    }
    gHead.appendChild(gScript);

    var startTime = Date.now();
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', google_id || 'UA-125035566-1');
    gtag('config', 'AW-10898871192');
    gtag('config', 'G-4WCXFEPM8D');
    gtag('config', 'AW-11024552970');
    gtag('config', 'AW-11401819748');
    if (hostname === 'www.rubydig.com' || hostname === 'rubydig.com'){
        gtag('config', 'G-75G4TX1TP9');
    }
    console.log('google PageView');

    window.addEventListener("load", function(event) {
        // 配置转化埋点
        if (window.location.href.includes('success')) {
            var price = document.querySelector("#app > div.success > div.content > div.success-text > div.code > span:nth-child(3)").innerText.replace(/[^\d.-]/g, '');
            var order_id = document.querySelector("#app > div.success > div.content > div.success-text > div.code > span:nth-child(1)").innerText;
            var currency = 'RON'
            if (sessionStorage.getItem('successMsg') !== null){
                let sessionCurrency = JSON.parse(sessionStorage.getItem('successMsg')).currency
                if (sessionCurrency !== undefined){
                    currency = sessionCurrency
                }
            }

            gtag('event', 'conversion', {
                'send_to': 'AW-11024552970/Oi7MCJ-U-eIYEIqo9Ygp',
                'value': parseFloat(price),
                'currency': currency,
                'transaction_id': order_id
            });

            // 测试 Microsoft:该域名调用转化埋点
            if (hostname === 'www.winefa.top'){
                window.uetq = window.uetq || [];
                window.uetq.push('event', '', {"revenue_value":Replace_with_Variable_Revenue_Function(),"currency":currency});
            }else if (hostname === 'www.leeye.top' || hostname === 'leeye.top'){
                gtag('event', 'conversion', {
                    'send_to': 'AW-11401819748/jRbNCKe4jfUYEOTs57wq',
                    'value': parseFloat(price),
                    'currency': currency,
                    'transaction_id': order_id
                });
            }else if (hostname === 'www.rubydig.com' || hostname === 'rubydig.com'){
                gtag('event', 'purchase', {
                    'send_to': 'G-75G4TX1TP9',
                    'value': parseFloat(price),
                    'currency': currency,
                    'transaction_id': order_id
                });
            }
        };

        // 配置加购埋点
        if (window.location.href.includes('pay')) {
            if (hostname === 'www.leeye.top' || hostname === 'leeye.top'){
                gtag('event', 'conversion', {'send_to': 'AW-11401819748/F5VrCLm4jfUYEOTs57wq'});
            }
        };
    });

    // 测试 Microsoft:该域名调用测试埋点
    if (hostname === 'www.winefa.top'){
        (function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"187083747", enableAutoSpaTracking: true};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");
    }</script><script type=application/javascript>if(localStorage.source === sourceData.yahooSource) {
      (function(w,d,t,r,u){w[u]=w[u]||[];w[u].push({'projectId':'10000','properties':{'pixelId':fb_id||'10101035'}});var s=d.createElement(t);s.src=r;s.async=true;s.onload=s.onreadystatechange=function(){var y,rs=this.readyState,c=w[u];if(rs&&rs!="complete"&&rs!="loaded"){return}try{y=YAHOO.ywa.I13N.fireBeacon;w[u]=[];w[u].push=function(p){y([p])};y(c)}catch(e){}};var scr=d.getElementsByTagName(t)[0],par=scr.parentNode;par.insertBefore(s,scr)})(window,document,"script","https://s.yimg.com/wi/ytc.js","dotq");
    }</script><title></title><script>window.onload = function () { // 阻止双击放大
      var lastTouchEnd = 0;
      document.addEventListener('touchstart', function (event) {
        if (event.touches.length > 1) {
          event.preventDefault();
        }
      });
      document.addEventListener('touchend', function (event) {
        var now = (new Date()).getTime();
        if (now - lastTouchEnd <= 300) {
          event.preventDefault();
        }
        lastTouchEnd = now;
      }, false);
      // // 阻止双指放大
      // document.addEventListener('gesturestart', function (event) {
      //   event.preventDefault();
      // });
    }</script><script type=text/javascript async src="https://d322uc7y3fcjjx.cloudfront.net/test/carttrack-yueqi.js?id=561"></script><script>// //Part1
      // !function (w, d, t) {
      //     w.TiktokAnalyticsObject=t;var ttq=w[t]=w[t]||[];ttq.methods=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie"],ttq.setAndDefer=function(t,e){t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}};for(var i=0;i<ttq.methods.length;i++)ttq.setAndDefer(ttq,ttq.methods[i]);ttq.instance=function(t){for(var e=ttq._i[t]||[],n=0;n<ttq.methods.length;n++)ttq.setAndDefer(e,ttq.methods[n]);return e},ttq.load=function(e,n){var i="https://analytics.tiktok.com/i18n/pixel/events.js";ttq._i=ttq._i||{},ttq._i[e]=[],ttq._i[e]._u=i,ttq._t=ttq._t||{},ttq._t[e]=+new Date,ttq._o=ttq._o||{},ttq._o[e]=n||{};var o=document.createElement("script");o.type="text/javascript",o.async=!0,o.src=i+"?sdkid="+e+"&lib="+t;var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(o,a)};
      //
      //     //Part 2
      //     ttq.load('CO576KJC77U1U411CIOG');
      //     ttq.page();
      // }(window, document, 'ttq');</script><link href=https://dia3k5ab1rfj7.cloudfront.net/static/css/app.f2700f324e900a9bbe3b843fc07555f9.css rel=stylesheet></head><body ontouchstart=""><div id=app></div><script type=text/javascript src=https://dia3k5ab1rfj7.cloudfront.net/static/js/manifest.0fc33b8903d41d165abc.js></script><script type=text/javascript src=https://dia3k5ab1rfj7.cloudfront.net/static/js/vendor.fe68e8e9f5393748f1f3.js></script><script type=text/javascript src=https://dia3k5ab1rfj7.cloudfront.net/static/js/app.7cc8ff48cde94b4b0c7d.js></script></body></html>                               

Whois info of domain

Domain Name: HREAS.COM
Registry Domain ID: 2875517761_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://wanwang.aliyun.com
Updated Date: 2025-03-28T06:10:13Z
Creation Date: 2024-04-25T07:53:24Z
Registry Expiry Date: 2026-04-25T07:53:24Z
Registrar: Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)
Registrar IANA ID: 1599
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS27.HICHINA.COM
Name Server: DNS28.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-17T17:53:30Z <<<
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