Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - bsftp.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: private
Location: http://bsftp.com/Account/Login?ReturnUrl=%2F
Server: Microsoft-IIS/7.5
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
WWW-Authenticate: Bearer
X-Powered-By: ASP.NET
Date: Tue, 06 May 2025 18:12:01 GMT
Content-Length: 0

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 - http://bsftp.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])
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNetMvc-Version: 5.2
X-Frame-Options: SAMEORIGIN
X-AspNet-Version: 4.0.30319
Set-Cookie: __RequestVerificationToken=tSv52BmFDlS3xYWYKGxarD3q7z7qLOYSRMkbPqac8RMTnf77Vbuicl9R-MFZ4XG3drcP8AJVB7c5MMsf0MbM2XWpQ71ahmpYDyUyy-1cN4c1; path=/; HttpOnly
X-Powered-By: ASP.NET
Date: Tue, 06 May 2025 18:12:01 GMT
Content-Length: 4976

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: bsftp.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en" id="mmhtml">
<head>
    <meta charset="utf-8" />
    <title>Log in</title>
    <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="/Content/css?v=_QAdbVVVgDzYl3JISjFjcfqe-aEIF62z6pVbxXlKnDM1" rel="stylesheet"/>

    <script src="/bundles/modernizr?v=inCVuEFe6J4Q07A0AcRsbJic_UE5MwpRMNGcOtk94TE1"></script>


</head>
<body class="colorfade">

    <script src="/Scripts/bootstrap.bundle.min.js"></script>
    <main id="swup" class="transition-fade">
        <div id="partialviewcontent">
            <div class="container d-flex justify-content-center align-items-center vh-100">
                <div class="card shadow-sm p-4 ">
                    <section>
                        <div class="w-45">
                            

<form action="/Account/Login?ReturnUrl=%2F" method="post" role="form"><input name="__RequestVerificationToken" type="hidden" value="kUCzBxSYY38DE3O_U8I8HgIMc_stbva1CYWrYdW9GkjgImi6UM9TyvxtJEWff_WG5D6tKouxr2p_XS7gUN8cVK9M-jLO3Mlv5gXGBJFVaKE1" />        
            <div class="row">
                <div class="col-2">
                    <img src="/Images/logo.png" height="35" width="35" alt="Logo">
                </div>
                <div class="col-8">
                            <h3 class="text-center">Log in</h3>
                </div>
                <div class="col-2"></div>
            </div>

            <hr />

            

            <div class="form-floating">
                <input autocomplete="username" class="form-control" data-val="true" data-val-email="The Email field is not a valid e-mail address." data-val-required="The Email field is required." id="txtEmail" name="Email" placeholder="Email address" type="text" value="" />
                <label for="txtemail">Email</label>
            </div>
            <span class="field-validation-valid text-danger" data-valmsg-for="Email" data-valmsg-replace="true"></span>

            <div class="form-floating">
                <input autocomplete="current-password" class="form-control" data-val="true" data-val-required="The Password field is required." id="txtPassword" name="Password" placeholder="Password" type="password" />
                <label for="txtPassword">Password</label>
            </div>
            <span class="field-validation-valid text-danger" data-valmsg-for="Password" data-valmsg-replace="true"></span>


            <div class="row">
                <div class="col-7">
                    <div class="form-check form-switch">
                        <input class="form-check-input" data-val="true" data-val-required="The Remember me? field is required." id="RememberMe" name="RememberMe" type="checkbox" value="true" /><input name="RememberMe" type="hidden" value="false" />
                        <label class="form-check-label" for="RememberMe">Remember me?</label>
                    </div>
                </div>
                <div class="col-5">
                    <a class="link-body-emphasis link-offset-2 link-underline link-underline-opacity-0 link-underline-opacity-75-hover" href="/Account/ForgotPassword">Reset password</a>
                </div>

            </div>
            <br />


            <button type="submit" class="btn btncolor colorfade w-100">Submit</button>
            <br />
            <br />
            <p class="text-center">Don't have an account? <a class="link-body-emphasis link-offset-2 link-underline link-underline-opacity-0 link-underline-opacity-75-hover" href="/Account/Register">Create</a></p>
            

        
</form>






                            

                            <hr />
                            <div class="row" style="height:30px;">
                                <div class="col-11"></div>
                                <div class="col-1">
                                    <img id="loading-image" src="/Images/gear.gif" height="28" width="28" alt="Loading" hidden="hidden">
                                </div>
                            </div>
                        </div>
                    </section>
                </div>
            </div>
        </div>
    </main>

    <script src="/bundles/jquery?v=FgyC82zB0tZalmivoHfG_A72837mNTNihMWWQI-sGxw1"></script>

    
    <script src="/bundles/jqueryval?v="></script>


    <script src="/Scripts/CustomJavaScript.js"></script>

    <script src="/Scripts/swup.js"></script>

    <script>
        const swup = new Swup();
        swup.hooks.on('animation:out:start', () => {
            $('#loading-image').show();
        });
        swup.hooks.on('animation:in:end', () => {
            $('#loading-image').hide();
        });

        swup.hooks.on('page:view', () => {
           
        });
    </script>
</body>

</html>
                               

Whois info of domain

Domain Name: BSFTP.COM
Registry Domain ID: 1524717736_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2023-10-18T14:10:37Z
Creation Date: 2008-10-17T19:44:58Z
Registry Expiry Date: 2028-10-17T19:44:58Z
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: NS15.DOMAINCONTROL.COM
Name Server: NS16.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-06T18:11:50Z <<<
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