Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - cracm.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 06:01:27 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://www.cracm.com
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=lbtzb9%2FS4YhhWoylU1bzLlOr%2Bl9movBPf3EIS770y3P6AF1SGg2g6Z0Q5AffFnssH03bnYjsGIZ9%2FqMtG1T24WPqkG5jckgBrYs57M2zBgNoYV1bH6%2Bn1yKJ2qPWFNFtJ42qJJ29Gnw%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 9384d3161ae892fd-CPH
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=14921&min_rtt=14921&rtt_var=7460&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

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://www.cracm.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 06:01:28 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Last-Modified: Tue, 01 Apr 2025 07:47:42 GMT
Accept-Ranges: bytes
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=FsMnDI3DcLNvA1rZOi5ecoaTVWACLGTlrES9G7vtV1ABzb%2FNB08exfTRmkaqp%2FQJaB6FkQs3tuvtjIt2zvAMLSww3F5Ou1cX%2BlL1sSV9m7HEMskdjrUTUgu%2FH3olBrTW9bpgmVVV%2BoPO21pc"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 9384d31928555691-OSL
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=14135&min_rtt=14127&rtt_var=3987&sent=5&recv=7&lost=0&retrans=0&sent_bytes=2832&recv_bytes=788&delivery_rate=285472&cwnd=252&unsent_bytes=0&cid=e1e1d57f9460b38c&ts=1011&x=0"

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: cracm.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html><html class=dark><head><meta charset=utf-8><meta name=renderer content=webkit><meta http-equiv=X-UA-Compatible content="IE=Edge,chrome=1"><meta name=viewport content="width=device-width,initial-scale=1"><title>CryptoVerse Exchange</title><meta name=description content="CryptoVerse Exchange is the world's leading digital currency trading platform, offering trading in Bitcoin, Ether, BNB, USDT and many other digital assets."><meta property=og:title content="CryptoVerse Exchange | Bitcoin Trading Platform | Digital Currency Trading Platform" class=next-head><meta property=og:site_name content="CryptoVerse Exchange" class=next-head><meta property=twitter:title content="CryptoVerse Exchange | Bitcoin Trading Platform | Digital Currency Trading Platform" class=next-head><meta property=twitter:site content="CryptoVerse Exchange" class=next-head><meta property=twitter:card content=summary_large_image class=next-head><meta name=robots content=index class=next-head><meta property=og:description content="CryptoVerse Exchange is the world's leading digital currency trading platform, offering trading in Bitcoin, Ether, BNB, USDT and many other digital assets." class=next-head><meta property=twitter:description content="CryptoVerse Exchange is the world's leading digital currency trading platform, offering trading in Bitcoin, Ether, BNB, USDT and many other digital assets." class=next-head><link rel=icon href=/favicon.ico><style>html,
        body {
            height: 100%;
            font-size: 14px;
            color: #000 !important;
        }

        .init-loading {
            width: 98%;
            height: 20px;
            position: absolute;
            top: 40%;
            text-align: center;
            z-index: 9999;
        }

        .loading span {
            display: inline-block;
            vertical-align: middle;
            width: .6em;
            height: .6em;
            margin: .19em;
            background: #007DB6;
            border-radius: .6em;
            -webkit-animation: loading 1s infinite alternate;
            animation: loading 1s infinite alternate;
        }

        /*
        * Dots Colors
        * Smarter targeting vs nth-of-type?
        */
        .loading span:nth-of-type(2) {
            background: #008FB2;
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .loading span:nth-of-type(3) {
            background: #009B9E;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        .loading span:nth-of-type(4) {
            background: #00A77D;
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

        .loading span:nth-of-type(5) {
            background: #00B247;
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
        }

        .loading span:nth-of-type(6) {
            background: #5AB027;
            -webkit-animation-delay: 1.0s;
            animation-delay: 1.0s;
        }

        .loading span:nth-of-type(7) {
            background: #A0B61E;
            -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
        }

        /*
        * Animation keyframes
        * Use transition opacity instead of keyframes?
        */
        @-webkit-keyframes loading {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @keyframes loading {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        .loading-text {
            color: #225ef6;
            margin: 0;
            font: .8em verdana;
            text-transform: uppercase;
            letter-spacing: .1em;
        }

        .loading-text2 {
            color: #828ea1;
            margin-top: 130px;
            font: .7em verdana;
            letter-spacing: .1em;
            display: none;
        }

        .loading-text2 a {
            color: #828ea1;
        }</style><link href=/static/css/app.d4b54565416b7c4b5396126dfabe7678.css rel=stylesheet></head><body><div class=init-loading id=initLoading><div class=loading><h2 class=loading-text>CryptoVerse Exchange</h2><span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span><h2 class=loading-text2 id=browseTips>注意:IE浏览器如长时间无法加载完成,请使用 <a href=https://www.google.cn/chrome/ target=_blank>Chrome浏览器</a> 或 <a href=https://www.firefox.com.cn/ target=_blank>Firefox浏览器</a> 打开本站</h2></div></div><div id=app></div><script type=text/javascript src=/static/js/manifest.133bbd9620af735a3b03.js></script><script type=text/javascript src=/static/js/vendor.55568921ad4aec76d644.js></script><script type=text/javascript src=/static/js/app.825c36926b421af20fb5.js></script></body></html>                               

Whois info of domain

Domain Name: CRACM.COM
Registry Domain ID: 2070840762_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namebright.com
Registrar URL: http://www.NameBright.com
Updated Date: 2025-03-21T16:16:08Z
Creation Date: 2016-11-01T18:31:24Z
Registry Expiry Date: 2025-11-01T18:31:24Z
Registrar: TurnCommerce, Inc. DBA NameBright.com
Registrar IANA ID: 1441
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 17204960020
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: ELEANOR.NS.CLOUDFLARE.COM
Name Server: JOSH.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T06:01:10Z <<<
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