Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - bsv4.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Length: 0
Date: Sun, 11 May 2025 06:50:11 GMT
Location: https://bsv4.com/

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.

302 Found - https://bsv4.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: Sun, 11 May 2025 06:50:12 GMT
Server: Microsoft-IIS/10.0
Location: https://bsv4.com/Account/Login?ReturnUrl=%2F
Set-Cookie: ARRAffinity=da8a9afe0847d017ac4ea4e51ed3c9b87842302379ac463783f7db731a7f6e01;Path=/;HttpOnly;Secure;Domain=bsv4.com
Set-Cookie: ARRAffinitySameSite=da8a9afe0847d017ac4ea4e51ed3c9b87842302379ac463783f7db731a7f6e01;Path=/;HttpOnly;SameSite=None;Secure;Domain=bsv4.com
Strict-Transport-Security: max-age=2592000
X-Powered-By: ASP.NET

HTTP Code 302 Found (Moved Temporarily)

302 status code 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 - https://bsv4.com/Account/Login?ReturnUrl=%2F
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=utf-8
Date: Sun, 11 May 2025 06:50:12 GMT
Server: Microsoft-IIS/10.0
Cache-Control: no-cache, no-store
Pragma: no-cache
Set-Cookie: .AspNetCore.Antiforgery.cdV5uW_Ejgc=CfDJ8KCQ-lGD15NGl8HAGuie6gtu5dmt0tpC5_f9uczPpKm_c3qMXlrHrCa8ZQO550L3F4JVKlI8sQaTOWEWdsSo4DgWu5RGLLgdY0ADaLCpViKsAaBtUXNHNG1D5yDFtPIe9nfBfm1McW_Y4vr0-ujQRTA; path=/; samesite=strict; httponly
Set-Cookie: ARRAffinity=da8a9afe0847d017ac4ea4e51ed3c9b87842302379ac463783f7db731a7f6e01;Path=/;HttpOnly;Secure;Domain=bsv4.com
Set-Cookie: ARRAffinitySameSite=da8a9afe0847d017ac4ea4e51ed3c9b87842302379ac463783f7db731a7f6e01;Path=/;HttpOnly;SameSite=None;Secure;Domain=bsv4.com
Transfer-Encoding: chunked
Strict-Transport-Security: max-age=2592000
X-Frame-Options: SAMEORIGIN
X-Powered-By: ASP.NET

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: bsv4.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 name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Expires" content="0">
    <title>Login - Black Sails Ventures IV, LLC</title>
    <link rel="stylesheet" href="/lib/bootstrap/css/bootstrap.min.css?v=fx038NkLY4U1TCrBDiu5FWPEa9eiZu01EiLryshJbCo" />
    <link rel="stylesheet" href="/css/site.css?v=ajKQdAJQlfGga58B2mNDC4uHvQzm0kQaZ0azsjq0MWM" />
    <link rel="stylesheet" href="/PAMM.styles.css?v=2V7lVQe08KPqKvhdlchh-qpYFUrZ-oMgZldEmxoCw7I" />
    <script src="/lib/jquery/jquery.min.js?v=2Pmvv0kuTBOenSvLm6bvfBSSHrUJ-3A7x6P5Ebd07_g" type="module"></script>
    <script src="/js/site.js?v=rRtN4mI9hw0vZVknmqUCy-zDIWmmVVwlSoRCemjcNO0" type="module"></script>

    <!--Black Sails Favicon-->
    <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
    <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
    <link rel="shortcut icon" href="/favicon.ico" />
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
    <link rel="manifest" href="/site.webmanifest" />

    <!--Google Font-->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">

    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
    <script src="https://unpkg.com/devextreme-quill/dist/dx-quill.min.js"></script>

    <link href="/css/devextreme/dx-gantt.css" rel="stylesheet" />

    <link href="/css/devextreme/dx-diagram.css" rel="stylesheet" />

    <link href="/css/devextreme/dx.material.lime.dark.css" rel="stylesheet" />

    <script src="/js/devextreme/dx-gantt.js"></script>

    <script src="/js/devextreme/dx-diagram.js"></script>

    <script src="/js/devextreme/jquery.js"></script>

    <script src="/js/devextreme/cldr.js"></script>
    <script src="/js/devextreme/cldr/event.js"></script>
    <script src="/js/devextreme/cldr/supplemental.js"></script>
    <script src="/js/devextreme/cldr/unresolved.js"></script>
    <script src="/js/devextreme/globalize.js"></script>
    <script src="/js/devextreme/globalize/message.js"></script>
    <script src="/js/devextreme/globalize/number.js"></script>
    <script src="/js/devextreme/globalize/currency.js"></script>
    <script src="/js/devextreme/globalize/date.js"></script>

    <script src="/js/devextreme/jszip.js"></script>

    <script src="/js/devextreme/dx.all.js"></script>

    <script src="/js/devextreme/vectormap-data/world.js"></script>
    <script src="/js/devextreme/aspnet/dx.aspnet.mvc.js"></script>
    <script src="/js/devextreme/aspnet/dx.aspnet.data.js"></script>
</head>

<body>
    <header>
        <nav class="navbar navbar-expand-lg navbar-dark bg-black fixed-top navbar-inner">
            <div class="container">
                <a class="navbar-brand" href="/">
                    <img src="/images/BlackSails_logo.png" alt="Black Sails Ventures" class="logo" />
                </a>
                <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" style="margin-right:5px !important;">
                    <span class="navbar-toggler-icon"></span>
                </button>
                <div class="collapse navbar-collapse top_nav" id="navbarSupportedContent">
                    <ul class="navbar-nav ms-auto">
                        <li class="nav-item">
                            <a href="/Account/ExternalContact" class="nav-link nav-link-bar">Contact</a>
                        </li>
                    </ul>
                </div>
            </div>
        </nav>
    </header>
    <div class="container">
        <main role="main">
            
<style>
    body {
        background-image: url('../images/blacksails_4.jpg');
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center right;
        background-color: black;
    }

    @media (max-width: 1024px) {
        body {
            background-image: url('../images/BlackSails_background_blacksails_responsive.jpg') !important;
            height: 100vh;
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-color: black;
        }
    }

    }

    .footer-bg {
        background-color: transparent !important;
        color: white !important;
    }

    .nav-color {
        background-color: transparent !important;
    }

    .nav-link {
        color: white !important;
    }

        .nav-link:hover {
            color: #9098aa !important;
        }
</style>


<div class="content">
    <div class="container">
        <div class="row d-flex justify-content-center">
            <div class="col-sm-12 col-md-6 col-lg-4 col-xl-4">
                <div class="card bg-none border-0 text-light">
                    <div class="card-body">
                        <div class="justify-content-center align-self-center">
                            <div class="pb-3">
                                <h3 class="text-center form-title">Welcome Back</h3>
                                <h4 class="text-center text-center">Login to Your Account</h4>
                            </div>
                            <div class="red text-center">
                                
                            </div>

                                    <div class="row g-3">
                                        <div>
<form action="/Account/Logon" method="post">                                                <div class="form-group mb-3">
                                                    <label for="Email_Address">Email Address</label>
                                                    <input class="form-control custom-select-lg" data-val="true" data-val-required="The EmailAddress field is required." id="EmailAddress" name="EmailAddress" type="text" value="" />
                                                    <span class="field-validation-valid" data-valmsg-for="EmailAddress" data-valmsg-replace="true"></span>
                                                    <div class="form-text text-white">We'll never share your email with anyone else.</div>
                                                </div>
                                                <div class="form-group mb-3">
                                                    <label for="Password">Password</label>
                                                    <input class="form-control custom-select-lg" data-val="true" data-val-required="The Password field is required." id="Password" name="Password" type="password" />
                                                    <span class="field-validation-valid" data-valmsg-for="Password" data-valmsg-replace="true"></span>
                                                </div>
                                                <div class="form-group mb-3">
                                                    <input data-val="true" data-val-required="The RememberMe field is required." id="RememberMe" name="RememberMe" type="hidden" value="" />
                                                </div>
                                                <!--Two Factors-->
                                                <div class="text-center">
                                                    <center class="d-grid gap-2"><input type="submit" value="Login" class="btn btn-green" /></center>
                                                    <!--By using this service you accept the User Agreement.-->
                                                    <div class="pt-3">
                                                        <ul class="nav nav-fill">
                                                            <li class="nav-item">
                                                                <a href="/Account/ForgotPassword" class="nav-link link-light">
                                                                    Forgot password?
                                                                </a>
                                                            </li>
                                                        </ul>
                                                    </div>
                                                </div>
<input name="__RequestVerificationToken" type="hidden" value="CfDJ8KCQ-lGD15NGl8HAGuie6gsZI7Dscf6hQwbAQYMGMHfiV6N1Yz_CfDIKQyFa-v9kah9MF4_OtQH9FdWA8SjdfGJl_f6sPeQecvumvCg4LBcif6kIEXrGuFPcYV1bEmLU_uwam7tmjhjM5C4zp83gQ-4" /></form>                                        </div>
                                    </div>
                                                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<div style="clear: both"></div>

<script>
    document.addEventListener('DOMContentLoaded', function () {
        changeImageOnStartup();
    });

    function changeImageOnStartup() {
    }
</script>


        </main>
    </div>
    <footer>
        <div class="container-fluid">
            <div class="row">
                <div class="col-sm-12 col-md-12 col-lg-12 col-xl-12 footer-bg">
                    <div class="text-center small pb-3 pt-3"> Copyright © 2025, Black Sails Ventures IV, LLC</div>
                </div>
            </div>
        </div>
    </footer>
    <script src="/lib/bootstrap/js/bootstrap.bundle.js"></script>
    <script src="/js/site.js?v=rRtN4mI9hw0vZVknmqUCy-zDIWmmVVwlSoRCemjcNO0"></script>
    

    <!--Refesh Image Code Start-->
    <script>
        document.addEventListener("DOMContentLoaded", function () {
            let timestamp = new Date().getTime(); // Generate unique timestamp

            // Refresh all <img> elements on the website
            document.querySelectorAll("img").forEach(img => {
                img.src = img.src.split("?")[0] + "?t=" + timestamp; // Append timestamp to each image src
            });
        });

    </script>
    <!--Refesh Image Code End-->

</body>
</html>




                               

Whois info of domain

Domain Name: BSV4.COM
Registry Domain ID: 2968405461_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-03-19T19:54:54Z
Creation Date: 2025-03-19T19:54:54Z
Registry Expiry Date: 2026-03-19T19:54:54Z
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: NS11.DOMAINCONTROL.COM
Name Server: NS12.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-11T06:50:05Z <<<
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