Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - trlpw.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.19.6
Date: Thu, 15 May 2025 18:50:06 GMT
Content-Type: text/html
Content-Length: 169
Connection: keep-alive
Location: https://www.trlpw.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.trlpw.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.19.6
Date: Thu, 15 May 2025 18:50:07 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 6266
Last-Modified: Fri, 11 Apr 2025 03:56:05 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "67f892d5-187a"
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: trlpw.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html><html><head><meta name="renderer" content="webkit"><meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"><meta name="applicable-device" content="pc"><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><script src="/setting.js"></script><script src="/static/set/set.js"></script><script src="/static/NIM_Web_NIM_v8.8.3.js"></script><script src="/system_setting.js"></script><link rel="icon" sizes="16x16" href="/favicon.ico"><link rel="stylesheet" href="/static/reset.css"><title></title><script>window.addEventListener('beforeunload', e => {
                sessionStorage.removeItem('cmsSettingData');
            });
            // 声明一个 Map 用于存储每个请求的标识 和 取消函数,取消重复请求操作功能使用变量
            let pending = new Map();
            // 百度统计key值
            const BAIDU_STATISTICS_KEY = '';
            // 浏览器版本判断
            const testNavigator = () => {
                var theUA = window.navigator.userAgent.toLowerCase();
                if ((theUA.match(/msie\s\d+/) && theUA.match(/msie\s\d+/)[0]) || (theUA.match(/trident\s?\d+/) &&
                        theUA.match(/trident\s?\d+/)[0])) {
                    var ieVersion = theUA.match(/msie\s\d+/)[0].match(/\d+/)[0] || theUA.match(/trident\s?\d+/)[0];
                    if (ieVersion < 11) {
                        var str = "你的浏览器版本太低了,可能会造成页面无法正常显示 :";
                        var str2 =
                            "推荐使用:<a href='https://www.baidu.com/s?ie=UTF-8&wd=%E8%B0%B7%E6%AD%8C%E6%B5%8F%E8%A7%88%E5%99%A8' target='_blank' style='color:blue;'>谷歌</a>," +
                            "<a href='https://www.baidu.com/s?ie=UTF-8&wd=%E7%81%AB%E7%8B%90%E6%B5%8F%E8%A7%88%E5%99%A8' target='_blank' style='color:blue;'>火狐</a>," +
                            "其他双核极速模式";
                        document.writeln(
                            "<pre style='text-align:center;color:#fff;background-color:#0cc; height:100%;border:0;margin: 0;position:fixed;top:0;left:0;width:100%;z-index:1234'>" +
                            "<h2 style='padding-top:200px;margin:0'><strong>" + str + "<br/></strong></h2><h2>" +
                            str2 +
                            "</h2><h2 style='margin:0'><strong>如果你的使用的是双核浏览器,请切换到极速模式访问<br/></strong></h2></pre>"
                        );
                        document.execCommand("Stop");
                    };
                }
            };
            testNavigator();
            const is_mobile = () => {
                var regex_match =
                    /(nokia|iphone|android|motorola|^mot-|softbank|foma|docomo|kddi|up.browser|up.link|htc|dopod|blazer|netfront|helio|hosin|huawei|novarra|CoolPad|webos|techfaith|palmsource|blackberry|alcatel|amoi|ktouch|nexian|samsung|^sam-|^lge|ericsson|philips|sagem|wellcom|bunjalloo|maui|symbian|smartphone|midp|wap|phone|windows ce|iemobile|^spice|^bird|^zte-|longcos|pantech|gionee|^sie-|portalmmm|jigs browser|hiptop|^benq|haier|^lct|operas*mobi|opera*mini|320x320|240x320|176x220)/i;
                var u = navigator.userAgent;
                if (u && u.includes('Baiduspider')) {
                    return false;
                }
                if (null == u) {
                    return false;
                }
                var result = regex_match.exec(u);
                if (null == result) {
                    return false
                } else {
                    return true
                }
            }
            
            const QueryString = (item) => {
                var sValue = location.search.match(new RegExp("[\?\&]" + item + "=([^\&]*)(\&?)", "i"))
                return sValue ? sValue[1] : sValue
            }
            if (QueryString("ID") != "t" && is_mobile()) {
            
                if (mobileTutnto && mobileTutnto[location.pathname]) {
                    let params = {}
            
                    let searchObj = location.search.replace('?', '').split('&')
            
                    searchObj.map(cur => {
                        let curData = cur.split('=')
            
                        params[curData[0]] = curData[1] || ''
                    })
            
                    let query = mobileTutnto[location.pathname].params || {}
            
                    for (let key in query) {
                        if (/\[(.*?)\]/g.test(query[key])) {
                            query[key] = params[query[key].replace(/(\[|\])/g, '')] || ''
                        } else {
                            query[key] = query[key]
                        }
                    }
            
                    let queryArr = []
            
                    for (let key in query) {
                        queryArr.push(key + '=' + query[key])
                    }
            
                    if (queryArr.length) {
                        document.location.href = setting.MOBILE_BASE_URL + mobileTutnto[location.pathname].url + '?' + queryArr.join('&')
                    } else {
                        document.location.href = setting.MOBILE_BASE_URL + mobileTutnto[location.pathname].url
                    }
                } else {
                    document.location.href = setting.MOBILE_BASE_URL + location.pathname + location.search
                }
            }</script><link href="/static/css/app.0824bf18.css" rel="stylesheet"></head><body><div id="app"></div><link href="/static/three/elementui.css" rel="stylesheet"><script src="/static/three/vue.min.js"></script><script src="/static/three/vue-router.min.js"></script><script src="/static/three/vuex.min.js"></script><script src="/static/three/vuex-persistedstate.umd.min.js"></script><script src="/static/three/vue-meta.min.js"></script><script src="/static/three/axios.min.js"></script><script src="/static/three/elementui.js"></script><script src="/static/js/chunk-vendors.0dbcf891.js"></script><script src="/static/js/app.9d4a9111.js"></script></body></html>                               

Whois info of domain

Domain Name: TRLPW.COM
Registry Domain ID: 1852762685_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.west.cn
Registrar URL: http://www.west.cn/
Updated Date: 2024-11-15T14:43:39Z
Creation Date: 2014-03-31T14:35:14Z
Registry Expiry Date: 2028-03-31T14:35:14Z
Registrar: Chengdu West Dimension Digital Technology Co., Ltd.
Registrar IANA ID: 1556
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 86.28.62778877
Domain Status: ok https://icann.org/epp#ok
Name Server: NS3.MYHOSTADMIN.NET
Name Server: NS4.MYHOSTADMIN.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-15T18:49:43Z <<<
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