Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - fnkpp.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Length: 0
Date: Sat, 10 May 2025 06:14:27 GMT
Location: http://fnkpp.com/?rb.routing.mode=proxy&rb.routing.signature=814771
Engine: Rebrandly.redirect, version 2.1

HTTP Code 302 Found (Moved Temporarily)

302 Found indicates that the requested resource is temporarily available at a different URL.

When is Code 302 used?

  • When temporarily changing a page URL
  • When testing new content
  • During temporary maintenance

What does Code 302 mean for the user?

The user is automatically redirected to the new URL, but search engines continue to index the old address.

200 OK - http://fnkpp.com/?rb.routing.mode=proxy&rb.routing.signature=814771
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Length: 3763
Connection: keep-alive
Content-Type: text/html
Date: Fri, 09 May 2025 06:53:08 GMT
Server: AmazonS3
Accept-Ranges: bytes
Age: 84080
ETag: "de14370c4b906cd8038a7dddca2130cb"
Last-Modified: Tue, 05 Jul 2022 08:14:45 GMT
Via: 1.1 f28664317eb9628b30397afa3d6b821c.cloudfront.net (CloudFront)
Engine: Rebrandly.redirect, version 2.1
x-amz-server-side-encryption: AES256
x-amz-version-id: fxAMz881WWHGTyp1_Q55Qn.iuLJOqR1n
X-Cache: Hit from cloudfront
X-Amz-Cf-Pop: IAD55-P8
X-Amz-Cf-Id: P6PRT85kFKFtKmSsFj0PpgBTTxFi3m55U0rPVA5dJSz0u2WDDMX_Aw==
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
Referrer-Policy: no-referrer-when-downgrade
Content-Security-Policy: frame-ancestors 'self'; upgrade-insecure-requests; object-src 'none'; script-src 'sha256-7/fy7EjXUskn9MLHbin/b0A7LQ32mACPQ2SdNj/O/vA=' 'unsafe-inline'; require-trusted-types-for 'script';
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
permissions-policy: accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()

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: fnkpp.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Rebrandly</title>
    <meta name="robots" content="index, follow" />



    <link href="https://ajax.googleapis.com" rel="dns-prefetch" />
    <link href="https://oss.maxcdn.com" rel="dns-prefetch" />
    <link href="https://custom.rebrandly.com" rel="dns-prefetch" />
    <link href="https://custom.rebrandly.com/css/rebrandly.min.css" rel="stylesheet" />
    <style>
        .reb_wrap .area-container:before, .reb_wrap .form-container:before {
            background-image: url(https://custom.rebrandly.com/img/container-shadow.svg);
        }
    </style>
</head>
<body>
    <div class="reb_wrap center-wrap">
        <div class="header">
            <p>&nbsp;</p>
        </div>
        <form action="https://www.rebrandly.com" method="post">
            <div class="jumbotron sectionBlock white">
                <div class="container text-center">

                    <div class="row features-list">
                        <div class="form-container wide thankyou redirect text-center">
                            <div class="feature-ul-section form-wrap">
                                <div class="form-cont">
                                    <a href="https://www.rebrandly.com"><div class="logo" style="background-image: url('//custom.rebrandly.com/img/logo-blue.svg'); background-repeat: no-repeat;"></div></a>
                                    <div class="divider"></div>
                                    <div class="divider maxi"></div>
                                    <h2 id="domainName"></h2>
                                    <h3>is a Branded Short Domain</h3>
                                    <div class="divider maxi"></div>
                                    <div class="divider"></div>
                                    <a class="underline" href="https://www.rebrandly.com">Learn more</a> &nbsp; &nbsp; <i class="gray">or</i> &nbsp; &nbsp; <a class="button button-small" href="https://www.rebrandly.com/pricing">Get started <i class="glyphicon glyphicon-chevron-right"></i></a>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </form><!---CONTENT AREA ENDS------>
        <div class="footer">
            <div class="text-center">
            </div>
        </div>
    </div>
</body>
</html>
<script type="text/javascript">
  function getParameterByName(name, url) {
    if (!url) url = window.location.href
    name = name.replace(/[\[\]]/g, "\\$&")
    var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
        results = regex.exec(url)
    if (!results) return null
    if (!results[2]) return ''
    return decodeURIComponent(results[2].replace(/\+/g, " "))
  }

  document.addEventListener('DOMContentLoaded', function () {
    // set favicon
    var favicon = document.createElement('link')
    favicon.setAttribute('rel', 'shortcut icon')
    favicon.setAttribute('href', 'https://custom.rebrandly.com/img/rb_favicon_rounded.ico')
    document.querySelector('head').append(favicon)
  
    // set domain title
    var domainName = getParameterByName('domain', location.search);
    if (!domainName) domainName = location.hostname;
    document.getElementById('domainName').textContent = domainName
    document.title = domainName
    var strippedUrl = window.location.href.replace(window.location.search,'')
    history.pushState({}, null, strippedUrl)
  }, false)
</script>
                               

Whois info of domain

Domain Name: FNKPP.COM
Registry Domain ID: 2408559991_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-07-02T11:57:57Z
Creation Date: 2019-07-01T19:35:41Z
Registry Expiry Date: 2025-07-01T19:35:41Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS61.DOMAINCONTROL.COM
Name Server: NS62.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-10T06:14: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