Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - scla.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 15 May 2025 22:10:58 GMT
Server: Apache/2.4.37 (centos) OpenSSL/1.1.1g mod_wsgi/4.6.4 Python/3.6
Content-Length: 9732
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Content-Type: text/html; charset=utf-8

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: scla.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!--- index.html first page of scla.com  -->


<!DOCTYPE html>
<html lang="en-us">

<head>
    
    <title>Welcome to Sunland Consulting Inc.</title>
    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id="></script>
    <script>
        window.dataLayer = window.dataLayer || [];

        function gtag() {
            dataLayer.push(arguments);
        }
        gtag('js', new Date());

        gtag('config', 'G-W7FQGS35QC');
    </script>
 

    <link rel="stylesheet" href="/static/styles/bulma/css/main.css">

</head>

<body>
    <header>
         
<nav class="navbar is-fixed-top is-light">
    <div class="container">
        <div class="navbar-brand">
            <figure class="image is-192x96">
                <a href="/">
                    <font size = "6" color = "green"><b>SUNLAND CONSULTING INC</b> </font>
                </a>
            </figure>

            <div class="navbar-burger burger" onclick="document.querySelector('.navbar-menu').classList.toggle('is-active');">
                <span></span>
                <span></span>
                <span></span>
            </div>
        </div>
        <div class="navbar-menu">
            <div class="navbar-end">

                <a class="navbar-item" href="/servicos.html">
                    <h1 class="title is-4">Services</h1>
                </a>

            </div>
        </div>
    </div>
</nav>
<div class="level"></div>


<br>
    </header>
    
<section class='hero is-medium'>
    <div class="hero-body">
        <div class="level"></div>
        <div class="container ">
            <div class="columns">
                <div class="column is-half">
                    <h1 class="title is-1">Enterprise Resource Planning (ERP) </h1>
                    <h2 class="title is-3">From big businesses to startup companies, ERP software controls them all!</h2>
                </div>
                <div class="column auto">
                    <figure class="image">
                            <img src="/static/imgs/discussion.png" alt="discussion image ">
                    </figure>
                </div>
            </div>
        </div>
    </div>
</section>
<section class="hero is-info is-medium bloco2">
    <div class="hero-body">
        <div class="container ">
            <div class="columns">
                <div class="column">
                    <p class="bd-notification is-info">
                </div>
                <div class="column">
                    <div class="columns is-mobile">
                        <div class="column">
                            <p class="bd-notification is-danger">
                        	    
						<h1 class="title is-1">
                        Security 
                        </h1>
                        <h2 class="title is-3">
                        Our systems are engineered with hardened security features to protect, detect and recover from cyberattacks.
                        </h2>
                    </p>
                    <h2 class="subtitle ">
                    </h2>
                            
                            
                            </p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<section class='section'>
    <div class='container'>
        <div class="row columns is-three-quarters-mobile is-two-thirds-tablet is-half-desktop is-one-third-widescreen is-one-quarter-fullhd ">
            <div class="column is-one-third ">
                <div class="card ">
                    <div class="card-image ">
                        <figure class="image is-4by3 ">
                            <img src="/static/imgs/ns.png " alt="network services ">
                        </figure>
                    </div>
                    <div class="card-content ">
                        <div class="media ">
                            <div class="media-content ">
                                <p class="title is-4 ">Network Service</p>
                            </div>
                        </div>

                        <div class="content ">
                            <!-- Add Here summary of Networking>
                            
                            -->
                            <br>
                            <br>
                        </div>
                    </div>
                </div>
            </div>
            <div class="column is-one-third ">
                <div class="card ">
                    <div class="card-image ">
                        <figure class="image is-4by3 ">
                            <img src="/static/imgs/cs.png " alt="Computersciences ">
                        </figure>
                    </div>
                    <div class="card-content ">
                        <div class="media ">
                            <div class="media-content ">
                                <p class="title is-4 ">Managed Computer Services</p>
                            </div>
                        </div>

                        <div class="content ">
                            <!-- Add Here summary of Managed Computer Services>
                            
                            -->
                            <br>
                        </div>
                    </div>
                </div>
            </div>
            <div class="column is-one-third ">
                <div class="card ">
                    <div class="card-image ">
                        <figure class="image is-4by3 ">
				<img src="/static/imgs/pro.png" alt="Programming ">
                        </figure>
                    </div>
                    <div class="card-content ">
                        <div class="media ">
                            <div class="media-content ">
                                <p class="title is-4 ">Programming</p>
                            </div>
                        </div>
                        <div class="content ">
                            <!-- Add Here summary of Programming>
                            
                            -->
                            <br>
                            <br>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<section class="hero is-info">
    <div class="hero-body">
        <div class="container">
            <div class="columns is-three-quarters-mobile is-two-thirds-tablet is-half-desktop is-one-third-widescreen is-one-quarter-fullhd ">
                <div class="column is-10 ">
                    <center><h1 class="title is-3 has-text-black"> 
                    Sunland supports your company's growth.
                    </h1></center>
                </div>
                <div>
                    <h2 class="subtitle">
                    </h2>
                </div>
            </div>
        </div>
    </div>
</section>
 
<footer class="footer">
    <div class="container">
        <div class="columns">
            <div class="column">
                <div class="footer-column">
                    <div class="footer-header">
                        <h3></h3>
                    </div>
                    <ul class="link-list">
                        <li><a href="/servicos.html"> </a></li>


                    </ul>
                </div>
            </div>
            <div class="column">
                <div class="footer-column">
                    <div class="footer-header">
                        <h3>Services</h3>
                    </div>
                    <ul class="link-list">
                        <li>ERP</li>
                        <li>Cyber Security</li>
                        <li>Network Services</li>
                        <li>Managed Computer Services</li>
                        <li>Programming</li>
                    </ul>
                </div>
            </div>
            <div class="column">
                <div class="footer-column">
                    <div class="footer-header">
                        <h3>Contacts</h3>
                    </div>
                    <ul class="link-list">
                        <h6>3600 Wilshire Blvd. Suite 1610</h>
                        <br>
                        <h6>Los Angeles, CA 90010</h>
                            <li>
                                    Tel : (213)251-8404
                            </li>
                            <li>
                                Email : [email protected]
                            </li>
                    </ul>
                </div>
            </div>
        </div>
        <div class="copyright">
            <center><span class="moto light-text">©  2025  Sunland Consulting Inc. All Rights Reserved.</span></center>
        </div>

        <div class="content has-text-centered">
            <div class="control level-item">
            </div>
        </div>
    </div>
</footer>

    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js "></script>
    <script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js "></script>
    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-W7FQGS35QC "></script>
    <script>
        window.dataLayer = window.dataLayer || [];

        function gtag() {
            dataLayer.push(arguments);
        }
        gtag('js', new Date());
        gtag('config', 'G-W7FQG>S35QC');
    </script>
    <script src="/static/js/node_modules/chart.js/dist/Chart.js "></script>

</body>

</html>                               

Whois info of domain

Domain Name: SCLA.COM
Registry Domain ID: 4532109_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2022-09-17T15:30:20Z
Creation Date: 1998-10-06T04:00:00Z
Registry Expiry Date: 2025-10-05T04:00:00Z
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: NS35.DOMAINCONTROL.COM
Name Server: NS36.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-15T22:02:21Z <<<
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