Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - coplp.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 16 May 2025 15:46:04 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: no-cache, no-store, must-revalidate
Pragma: no-cache
X-Content-Type-Options: nosniff
X-Powered-By: Short.io/Edge
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xS2czZB4Xtk%2FsA0gOlQI29IMMk7AVdoNauAPup0LW7pSoSK3ppMoZngD6DCKB8rhUeTeFhjnfxLs4%2BUl6NCkgeMOF%2BXziW0IFmk6cnAunUer9XdrXagP3PkcO6M%2FTONe9lqn%2Fg5jbXI%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 940c0178af10bbbb-FRA
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=29738&min_rtt=29738&rtt_var=14869&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 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: coplp.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>

<head>
    <title>Main page redirect (generated automatically)</title>
        <meta name="viewport" content="width=device-width, initial-scale=1"/>
    
    <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> 
    
    <style type="text/css">
        html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
       * {
           box-sizing: border-box;
       }
       html {
           min-height: 100%;
           font-size: clamp(12px, 1.19791vw, 21px);
       }
       body {
           --default-line-height: 1.56rem;
           min-height: 100vh;
           background-color: #f9f9f9;
           display: grid;
           grid-template-rows: 1fr auto 1fr;
           font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
           align-items: center;
           color: rgba(56, 55, 56, 0.7);
           line-height: var(--default-line-height);
       }
       a {
           color: rgba(56, 55, 56, 0.7);
       }
       h1 {
           color: rgba(51,51,61,1);
           font-weight: 600;
           font-size: 2rem;
           line-height: 2.47rem;
           text-align: center;
       }
       .subtitle {
           margin-top: 1.7708vw;
           text-align: center;
       }
       .content {
           background-color: #fff;
           width: 52.08%;
           max-width: calc(100% - 16px);
           display: flex;
           flex-direction: column;
           align-items: center;
           padding: 7.08vmin 4.84375vmin;
           box-sizing: border-box;
           justify-self: center;
       }
       .content.fraud-content {
           padding-top: 5vmin;
       }
       .fraud-content .subtitle {
           margin-top: 16px;
       }
       h1.fraud {
           margin-top: 9px;
       }
       .main_image {
           margin-top: 0.364583vw;
           width: 24.11vmax;
       }
       .content_footer {
           text-align: center;
       }
       a.button {
           margin-top: 2.08333vmax;
           display: inline-block;
           background-color: #383738;
           color: #fff;
           padding: 1.3541vmax 3.0208vmax;
           text-decoration: none;
           display: flex;
           align-items: center;
           justify-content: center;
           letter-spacing: 0.5px;
           font-size: 0.85714rem;
           line-height: 0.85714rem;
           text-transform: uppercase;
       }
       button.button {
           margin-top: 2.08333vmax;
           display: inline-block;
           background-color: #383738;
           color: #fff;
           padding: 1.3541vmax 3.0208vmax;
           text-decoration: none;
           display: flex;
           align-items: center;
           justify-content: center;
           letter-spacing: 0.5px;
           font-size: 0.85714rem;
           line-height: 0.85714rem;
           text-transform: uppercase;
       }
       .fraud {
           color: #FE8161;
           font-weight: bold;
       }

       @media (max-width: 420px) {
           .content {
               width: calc(100% - 16px);
               margin: 8px;
           }
       }
    </style>

    <meta http-equiv="refresh" content="2; url=https://www.personalloanpro.com/">
    <link rel="preconnect" href="https://d2te5kruq0pvbl.cloudfront.net">
    <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> 
</head>
<body>
        
        <div></div>
        <div class="content">
            <h1>Please wait for redirect to this URL:</h1>
            <p class="subtitle">https://www.personalloanpro.com/</p>
            <img class="main_image"
                    src="https://d2te5kruq0pvbl.cloudfront.net/redirector/branded_short_domain.png"
                    srcset="
                            https://d2te5kruq0pvbl.cloudfront.net/redirector/branded_short_domain.png 1x,
                            https://d2te5kruq0pvbl.cloudfront.net/redirector/branded_short_domain_2x.png 2x
                            "/>
            <h4 class="shortcmStart__text">Want your own branded short link domain?</h4>
            <a class="button" href="https://short.io/?utm_source=redirect_page" rel="nofollow">Visit short.io</a>
        </div>
        <p class="content_footer">Domain owner can remove this message either by upgrading plan to Personal or by removing paid options</p>
</body>

</html>
                               

Whois info of domain

Domain Name: COPLP.COM
Registry Domain ID: 2414046698_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2024-06-17T05:54:21Z
Creation Date: 2019-07-17T20:12:02Z
Registry Expiry Date: 2025-07-17T20:12:02Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: IVAN.NS.CLOUDFLARE.COM
Name Server: KIM.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-16T15:45:46Z <<<
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