Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - cdlda.com
HTTP Status: 302
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
Location: /Account/Login
Server: Microsoft-IIS/10.0
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Tue, 20 May 2025 14:22:39 GMT
Content-Length: 131

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 - /Account/Login.com
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/10.0
Set-Cookie: ASP.NET_SessionId=003hyzgiiabbfq2pmdok54db; path=/; HttpOnly; SameSite=Lax
X-AspNetMvc-Version: 5.2
X-Frame-Options: SAMEORIGIN
X-AspNet-Version: 4.0.30319
Set-Cookie: ASP.NET_SessionId=003hyzgiiabbfq2pmdok54db; path=/; HttpOnly; SameSite=Lax
Set-Cookie: __RequestVerificationToken=Yr4AX00bJSlK8wbi9TiKjFRB6vMiG5W-VNuDBRBtFW5ZB09cWmPkByCHhO-fcVm5NHZvquOrkj-zOv6YkismbBT9jU6ul7AlxPTPgL2zCKM1; path=/; HttpOnly
X-Powered-By: ASP.NET
Date: Tue, 20 May 2025 14:22:40 GMT
Content-Length: 19557

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: cdlda.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>
    <title>Authentication - Driving Academy</title>
    <meta name="description" />

    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />

    <link rel="shortcut icon" href="/Assets/images/newfavicon.ico" />

    
    

    <link href="/Assets/bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" />

    <link href="/Assets/css/bootstrap.min.css" rel="stylesheet" />
    <link href="/Assets/css/bootstrap-select.min.css" rel="stylesheet" />

    <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:wght@100;300;400;500;700;900&display=swap"
          rel="stylesheet" />

    <link href="/Assets/css/style.css" rel="stylesheet" />
    <link href="/Assets/css/custom.css" rel="stylesheet" />

    
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-HX9ZMEKZWH"></script>
    <script>window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-HX9ZMEKZWH');</script>
</head>
<body>

        <div id="app" class="h-100">
            


<div class="login_container">
    <div class="container-fluid h-100">
        <div class="row align-items-center h-100 login-block">
            <div class="col-md-6 text-center p-sm0">
                <div class="login-web">
                    <div><img src="/Assets/img/logo.svg" class="login-logo" alt="" /></div>
                    <img src="/Assets/img/login-bg.svg" class="login-bg" alt="" />
                </div>
                <div class="login-mob">
                    <img src="/Assets/img/logo-light.svg" alt="" />
                </div>
            </div>
            <div class="col-md-6">
                <div class="login-inner-form">
                    <div class="details">
                        <div class="login-m-hide">
                            <h3>Login</h3>
                        </div>

<form action="/Account/Login" id="loginForm" method="post" role="form"><input name="__RequestVerificationToken" type="hidden" value="jgkRenTCrFfN6ngVpKawQt2NNV2m0aNS2j6lSU2xxM6w6KAPOsrwsEAfzlRjDLGPl6HrSD8srp24jaq26SIpNjjcAGz1IKblbdb8FWEDK1c1" />                            <div class="mt-2 mb-2">
                                
                            </div>
                            <div class="form-group form-box">
                                <select class="form-control" data-val="true" data-val-required="The TenancyName field is required." id="TenancyName" name="TenancyName"><option value="">--Select Tenant--</option>
<option value="Linden">Linden</option>
<option value="Jackson">Jackson</option>
<option value="Gary">Gary</option>
<option value="Portland">Portland</option>
<option value="Tallahassee">Tallahassee</option>
<option value="Wayne">Wayne</option>
<option value="Trenton">Trenton</option>
<option value="Rigby">Rigby</option>
<option value="Tucson">Tucson</option>
</select>
                                
                                <span class="field-validation-valid text-danger" data-valmsg-for="TenancyName" data-valmsg-replace="true"></span>
                            </div>
                            <div class="form-group form-box">
                                <input class="input-text" data-val="true" data-val-required="The Email field is required." id="Email" name="Email" placeholder="Username" type="text" value="" />
                                <img src="/Assets/img/icons/login-user-ic.svg" />
                                <span class="devider"></span>
                                <span class="field-validation-valid text-danger" data-valmsg-for="Email" data-valmsg-replace="true"></span>
                            </div>
                            <div class="form-group form-box">
                                <input class="input-text" data-val="true" data-val-required="The Password field is required." id="Password" name="Password" placeholder="Password" type="password" />
                                <span class="input_pass">
                                    <img id="passShowHide" src="/Assets/img/icons/pass-hide-ic.svg" onclick="chngimg()" />
                                </span>
                                <img src="/Assets/img/icons/login-pass-ic.svg" />
                                <span class="devider"></span>
                                <span class="field-validation-valid text-danger" data-valmsg-for="Password" data-valmsg-replace="true"></span>
                            </div>
                            <div class="checkbox_block clearfix">
                                <div class="form-check checkbox-inline">
                                    <label class="checkbox checkbox form-check-label">
                                        <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" />
                                        <span></span>Remember me
                                    </label>
                                </div>
                                
                            </div>
                            <div class="form-group mb-0">
                                <button type="submit" id="btnLogin" class="btn-md btn-theme actions btn-block">Login <span id="spinnerLogin" class="spinner-border spinner-custom"></span></button>

                            </div>
</form>                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<!-- Custom JS -->

        </div>

    <div id="ajaxSpinnerContainer">
        <img src="/Assets/images/loader.gif" id="ajaxSpinnerImage" title="working..." />
    </div>
    <div class="modal fade" id="paymentPlanAlert" data-backdrop="static" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
        <div class="modal-dialog" role="document">
            <div class="modal-content" style="width:400px">
                <div class="modal-header">
                    <h4>Payment Plan Notification</h4>
                </div>
                <div class="modal-body" style="text-align: center; font-size: 16px; padding: 20px 0;">
                    You are Re-Enrolled to a course.<br />
                    Do you want to create payment plan now?
                </div>
                <div class="modal-footer">
                    <button type="button" class="btn btn_secondary" data-dismiss="modal">No</button>
                    <button type="submit" class="btn btn-primary" onclick="window.location.href='/student/payments'">Yes</button>
                </div>
            </div>
        </div>
    </div>

    <!--Upload Profile modal-->

     <div class="modal fade" id="UploadDrivingModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" data-backdrop="static">
         <div class="modal-dialog" role="document">
             <form id="formNewDoc">
                 <div class="modal-content">
                     <div class="modal-header">
                         <h4>Add Driving License</h4>
                     </div>
                     <div class="modal-body">
                         <input type="hidden" name="drivingId" id="drivingId" />
                        
                         <div class="form-group">
                             <label>Document <span style="color:red">*</span></label>
                             <input type="file" name="file" id="drivingFile" class="form-control" required accept=".jpg,.jpeg,.png,.pdf,.xls,.doc,.docx,.xlsx" />
                             <input type="hidden" id="docBase64" />
                         </div>
                     </div>
                     <div class="modal-footer">
                         
                         <button type="submit" class="btn btn-primary" id="btnSaveDrivingLicense">Save <span id="spinnerDocument" class="spinner-border spinner-custom" style="display:none"></span></button>
                     </div>
                 </div>
             </form>
         </div>
     </div>

     <input id="hdnDocumentCheckNeeded" type="hidden" value="Y" />
     <iframe src="/Account/random?token=12345" id="iframeForSession" style="width:0px;height:0px;position:absolute;top:0px"></iframe>
     <!-- App Variable Project -->
    <script>
        var App = {
            helpers: {
                url: {
                    base () {
                        return '/';
                    },
                    redirect (url) {
                        window.location.href = App.helpers.url.base() + url;
                    }
                }
            }
        };

        var portalAPIUrl = "https://crmdrivingacademy.com/";



        var loggedInUser = {
            Id:"",
            Name:""
            };

    </script>

    <!-- jQuery & Boostrap -->
    
    

    
    

    <!-- Application Js -->
    

    <!-- Vue Global Component -->
    

    <!-- New LMS Design -->
    <!-- jQuery -->
    <script src="/Assets/js/jquery-3.6.0.min.js"></script>

    <!-- Bootstrap Core JS -->
    <script src="/Assets/js/bootstrap.bundle.min.js"></script>

    <!-- Slimscroll JS -->
    <script src="/Assets/js/jquery.slimscroll.min.js"></script>

    <!-- Custom JS -->
    <script src="/Assets/js/script.js"></script>

    <script type="text/javascript">
        var tenancyName = "";
        //SideBar
        function logOut() {
            console.log('Login out...')
            $.ajax({
                type: "POST",
                url: `/Account/LogOff`,
                success: function (result) {
                    window.location = "/";
                },
                error: function (msg) {
                    toastr.error(msg);
                }
            })
        }

        function showReEnrollMsg() {
            $.ajax({
                type: "GET",
                url: '/student/ShowReEnrollMsg/' + loggedInUser.Id,
                success: function (result) {
                    if (result) {
                        $("#paymentPlanAlert").modal("show");
                    }
                },
                error: function (msg) {
                    console.log(msg)

                }
            });
        }


        function GetFormsStatus() {
            if ($("#hdnDocumentCheckNeeded").val() == "Y") {
                $.ajax({
                    type: "POST",
                    url: `/Student/GetFormsStatus`,
                    data: {
                        UserId: loggedInUser.Id
                    },
                    success: function (result) {
                        if (!result) {

                            alert("There are some pending documents, you need to complete.");
                            window.location.href = "/Student/Documents";
                        }
                    },
                    error: function (msg) {
                        console.log(msg)

                    }
                });
            }
        }

        function sendPortalNotificationMessage(notificationMessage) {
            $.ajax({
                type: "POST",
                //async:true,
                url: `/Student/AddMessage`,
                data: {
                    message: {
                        studentUserId: loggedInUser.Id,
                        message: notificationMessage,
                    }
                },
                success: function (result) {
                    //window.location = "/Studying";
                },
                error: function (msg) {
                    console.log(msg)

                }
            });
        }

        function quizLoaded() {
            $("#ajaxSpinnerContainer").hide();
        }
        var isChildPage = false;
        $(document).ready(function () {
            debugger;
            tenancyName = localStorage.getItem("TenantName");
            if (tenancyName == "Default")
                $("#marqueeHeader, .highlight-news").text("Increase your chances of Passing your road test! NEW PRACTICE TESTS AVALIBLE! Call the office for more info. 908.525.3609");
            else {
                $("#marqueeHeader").text("This is the latest site news!");
                $(".highlight-news").text("");
            }

             var timeOut = '30000';
            if (timeOut != undefined && timeOut != null && timeOut != '') {
                window.setInterval(function () {
                    if (!isChildPage) {
                        hideLoadingIcon = true;
                        $.ajax({
                            type: "GET",
                            url: `/Account/IsUserLogout`,
                            success: function (result) {
                                //$("#ajaxSpinnerContainer").hide();
                                if (result.result.IsResult) {
                                    logOut();
                                }
                            },
                            error: function (msg) {
                                console.log(msg)
                            }
                        })
                    }
                }, 30000);
            }

            window.setInterval(function () {
                if (!isChildPage) {
                    hideLoadingIcon = true;
                    var x = Math.floor((Math.random() * 100) + 1);
                    $("#iframeForSession").attr("src", "/Account/random?token=" + x);
                }
            }, 600000);

            //Initialize
            //$("#tabPayments").removeClass("active");
            if ($("#hdnFormStatusCheckNotNeeded").length == 0) {
                if (loggedInUser.Id != "")
                    window.setTimeout(function () { GetFormsStatus(); }, 100);

                showReEnrollMsg();
            }

            $("#chooseFile").bind("change", function () {
                var filename = $("#chooseFile").val();
                if (/^\s*$/.test(filename)) {
                    $("#picupload").removeClass("active");
                    $("#noFile").text("No file chosen...");
                } else {
                    $("#picupload").addClass("active");
                    $("#noFile").text(filename.replace("C:\\fakepath\\", ""));
                }
            });

            $("#chooseFile1").bind("change", function () {
                var filename = $("#chooseFile1").val();
                if (/^\s*$/.test(filename)) {
                    $("#dlpupload").removeClass("active");
                    $("#noFile1").text("No file chosen...");
                } else {
                    $("#dlpupload").addClass("active");
                    $("#noFile1").text(filename.replace("C:\\fakepath\\", ""));
                }
            });

            if (window.matchMedia("(max-width: 767px)").matches) {
                $(".student-form").hide();
                $(".s-title").on("click", function () {
                    $(this).next("form").toggle();
                    $(this).toggleClass("active");
                });
            }

            $(document)
                .ajaxStart(function () {
                    if (!hideLoadingIcon)
                        $("#ajaxSpinnerContainer").show();
                    hideLoadingIcon = false;
                })
                .ajaxStop(function () {
                            /*$("#ajaxSpinnerImage").hide()*/;
                    $("#ajaxSpinnerContainer").hide();

                });
        });

        var hideLoadingIcon = false;
        var isDrivingLicenseUploaded = 'True'.toLowerCase();
        var isNewStudent = 'True'.toLowerCase();
        var isRoadTestUser = 'True'.toLowerCase();


        $(function () {
            if ((isDrivingLicenseUploaded == "false" && isNewStudent == "false")) {
                 $("#UploadDrivingModal").modal("show");
             }

             $(document).on("click", "#btnSaveDrivingLicense", function () {
                 uploadLicencePhoto();
             })
         });



            function uploadLicencePhoto() {
            // Checking whether FormData is available in browser
             if (window.FormData !== undefined) {

           var fileUpload = $("#drivingFile").get(0);
           var files = fileUpload.files;

           // Create FormData object
           var fileData = new FormData();

           // Looping over all files and add it to FormData object
           for (var i = 0; i < files.length; i++) {
               fileData.append(files[i].name, files[i]);
           }

           $.ajax({
               url: '/Student/UploadDriverLicencePhoto',
               type: "POST",
               contentType: false, // Not to set any content header
               processData: false, // Not to process data
               data: fileData,
               success: function (result) {
                   $("#UploadDrivingModal").modal("hide");
                   if (result.success) {
                        //sendPortalNotificationMessage('"Drivers License" Uploaded waiting for approval.');
                        window.location.reload();
                   }
                   console.log('Licence photo saved!');
                   console.log(result);
               },
               error: function (err) {
                   alert('Licence photo error: ',err.statusText);
               }
           });
       } else {
           alert("FormData is not supported.");
       }
   }


    </script>

    
    <script language="javascript" type="text/javascript">

        $(document).ready(function () {

            $("#spinnerLogin").hide();

            $("#btnLogin").on("click", function (evt) {
                $("#spinnerLogin").show();
                $("#btnLogin").prop("disabled", true)
                $("#loginForm").submit();
            })

            $("#TenancyName").on("change", function (evt) {
                var tenancyName = $(this).val();
                if (tenancyName == "Default" || tenancyName == "Linden")
                    localStorage.setItem("TenantName", "Default");
                else
                    localStorage.removeItem("TenantName");
            });
        });

        function chngimg() {
            var img = document.getElementById("passShowHide").src;
            if (img.indexOf("pass-hide-ic.svg") != -1) {
                document.getElementById("passShowHide").src = window.location.origin + "/Assets/img/icons/pass-show-ic.svg";
                $("#Password").attr("type", "text");
            } else {
                document.getElementById("passShowHide").src = window.location.origin + "/Assets/img/icons/pass-hide-ic.svg";
                $("#Password").attr("type", "password");
            }
        }
    </script>

</body>
</html>
                               

Whois info of domain

Domain Name: CDLDA.COM
Registry Domain ID: 2638172613_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-09-02T16:02:16Z
Creation Date: 2021-09-01T22:22:57Z
Registry Expiry Date: 2027-09-01T22:22:57Z
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: NS27.DOMAINCONTROL.COM
Name Server: NS28.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-20T14:22:31Z <<<
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