Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - tipax.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: no-cache, private
Content-Type: text/html; charset=UTF-8
Date: Wed, 30 Apr 2025 05:33:33 GMT
Server: nginx
Set-Cookie: XSRF-TOKEN=eyJpdiI6ImVQWmcwZVZBd1oySEp6VER6R1ZXNkE9PSIsInZhbHVlIjoiTXc4RjNRTDdTMW1oM0VZdFFHYTJGVVRPVGZUV1lITk5QY0k1L0JnN3FnMllWVVlRd3Npbk9BYXpzRWErTUxCYnk0NkF2anN6eEZ6ZGhMY0NFK25ZS1NMM0ZSWWdmYUFBbkhGUGdwVmFPOTNkUUx6YUkrZ2IwbS91dmx3UHdzSTMiLCJtYWMiOiI1NDc0NzdhNzM3YTRjMDk5ODMwOGExNTcxZTYxODI3MzZmZTcxZGNhNmNiMDM5ODVkZTRjYzdjZmE0YWFjNjNmIiwidGFnIjoiIn0%3D; expires=Wed, 30-Apr-2025 07:33:33 GMT; Max-Age=7200; path=/
Set-Cookie: lander_session=eyJpdiI6IlZFa2JJeDF3SkpJKzh3aFhCNVo1Z0E9PSIsInZhbHVlIjoiQVZwcmtWd2w5NGszbEg0UWhJaExIT2dNQXJxOUZHZndtTSt1T1hJbnNlQ1Jra25qRzhXZGdVUnhuYVhQOW15MDBhcGhQUjFoaEV1ZEVBTDlzcE5JZGdLUUtlTU5hV05wOXBCWEJadkUwSE1RaW56ZUdjbDlPenN2cHNzL3l0S28iLCJtYWMiOiJlZmJjMTFjMDk0YjhmZjBhYmMxNDUxMjdmNjIzNjE4MzE1M2U3YThmZjc3ZjM3YWMxYjhiYmI2M2EwZTI3NmVmIiwidGFnIjoiIn0%3D; expires=Wed, 30-Apr-2025 07:33:33 GMT; Max-Age=7200; path=/; httponly
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Length: 10845
Connection: keep-alive

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: tipax.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>
        Tipax.com -
        Ready for Development    </title>

    <!-- Styles -->
    <link type="text/css" href="/css/app.css?id=40374d977849642e628e" rel="stylesheet">

    <script src="https://www.recaptcha.net/recaptcha/api.js" async defer></script><script>
		       function biscolabLaravelReCaptcha(token) {
		         document.getElementById("biscolab-recaptcha-invisible-form").submit();
		       }
		     </script>
</head>

<body>
    <nav class="navbar navbar-dark bg-dark-blue">
        <div class="container">
            <a class="navbar-brand" href="https://ewebdevelopment.com/quotes/inquire/tipax.com">
                <img class="eweb-logo" src="http://tipax.com/img/eweb-logo-for-bg-dark.svg">
            </a>
            <a class="btn btn-primary my-1"
                href="https://ewebdevelopment.com/quotes/inquire/tipax.com"
                title="Inquire about tipax.com"
                role="button">
                <span class="oi oi-envelope-closed mr-1" aria-hidden="true"></span>
                Contact Us for Details
            </a>
        </div>
    </nav>

<section class="content bg-city">
    <div class="container pt-4">
        <div class="row">
    <div class="col-md-8 pb-5">
            <h1>Tipax.com</h1>
        <h2 class="eweb-orange text-uppercase"><small>Ready For Development</small></h2>
        <p class="lead">
            If you're interested in this domain, contact us to check availability for ownership,
            customer use, partnership or other development opportunities.
        </p>
        <form id="biscolab-recaptcha-invisible-form" method="POST" action="http://tipax.com/inquire" class="my-4 pb-5">
            <input type="hidden" name="_token" value="Wr235uIj8EdClyQL0DcVsUlTLaiNlfHzYv0lF1RR">            <div class="form-group row d-none">
                <label for="inputName" class="col-sm-3 col-form-label text-sm-right">Name:</label>
                <div class="col-sm-8">
                    <input type="text"
                        name="name"
                        class="form-control"
                        id="inputName"
                        placeholder="Name">
                </div>
            </div>
            <div class="form-group row d-none">
                <label for="inputAddress" class="col-sm-3 col-form-label text-sm-right">Address:</label>
                <div class="col-sm-8">
                    <input type="text"
                        name="address"
                        class="form-control"
                        id="inputAddress"
                        placeholder="Address">
                </div>
            </div>
            <div class="form-group row">
                <label for="inputFirstName" class="col-sm-3 col-form-label text-sm-right">First Name:</label>
                <div class="col-sm-8">
                    <input type="text"
                        name="firstName"
                        class="form-control "
                        id="inputFirstName"
                        value=""
                        placeholder="First Name"
                        required>
                    <div class="invalid-feedback">
                                            </div>
                </div>
            </div>
            <div class="form-group row">
                <label for="inputLastName" class="col-sm-3 col-form-label text-sm-right">Last Name:</label>
                <div class="col-sm-8">
                    <input type="text"
                        name="lastName"
                        class="form-control "
                        id="inputLastName"
                        value=""
                        placeholder="Last Name"
                        required>
                    <div class="invalid-feedback">
                                            </div>
                </div>
            </div>
            <div class="form-group row">
                <label for="inputEmail" class="col-sm-3 col-form-label text-sm-right">Email:</label>
                <div class="col-sm-8">
                    <input type="email"
                        name="email"
                        class="form-control "
                        id="inputEmail"
                        value=""
                        placeholder="Email"
                        required>
                    <div class="invalid-feedback">
                                            </div>
                </div>
            </div>
            <div class="form-group row">
                <label for="inputConfirmEmail" class="col-sm-3 col-form-label text-sm-right">Confirm Email:</label>
                <div class="col-sm-8">
                    <input type="email"
                        name="confirmEmail"
                        class="form-control "
                        id="inputConfirmEmail"
                        value=""
                        placeholder="Enter your email again"
                        required>
                    <div class="invalid-feedback">
                                            </div>
                </div>
            </div>
            <div class="form-group row mb-4">
                <div class="col offset-sm-3">
                                            <button class="btn btn-lg btn-eweb-orange shadow-sm g-recaptcha" data-callback="biscolabLaravelReCaptcha" data-sitekey="6LdwXvkaAAAAAC3rYV3h2R1zszZ2kuQqEqn_v_2y"><span class="oi oi-chevron-right mr-1" aria-hidden="true"></span>Check Availability</button>
                                    </div>
            </div>
            <p class="form-text text-muted my-2">
                By continuing you agree to our <a href="http://tipax.com/site/terms-of-use" target="_blank">Terms of Use</a>
            </p>
            <p class="form-text text-muted">
                We respect your privacy and will keep your personal info confidential.
            </p>
        </form>
    </div>
    <div class="col pb-5">
        <div class="card bg-light shadow-sm text-secondary mb-5">
            <img src="http://tipax.com/img/e-inclusive-package-green.svg"
                class="card-img-top w-65 mx-auto d-block mt-5 mb-4">
            <div class="card-body">
                <p class="card-text">
                    Limited Budget? Contact us to see if this domain is available with one of our monthly
                    <a href="http://ewebdevelopment.com/development" target="_blank">
                        <span class="text-nowrap">e-Inclusive</span> Web Packages.
                    </a>
                </p>

                <hr class="green-white-seperator" />

                <p class="card-text">
                    Looking for another name? We maintain a portfolio of premium brandable domain names
                    for customer use, ownership, and brand creation.
                    <a href="http://ewebdevelopment.com/branding"
                        class="text-nowrap"
                        title="Build Your Brand with eWeb Development">
                        More info.
                    </a>
                </p>
            </div>
        </div>
    </div>
</div>
    </div>
</section>

<section class="services text-center text-light py-5">
    <div class="container">
        <h3>Choose Domain Only, Web Packages, or Other Services</h3>
        <div class="row">
            <div class="col-md py-4">
                <img class="img-services" src="http://tipax.com/img/services-world-com.svg ">
                <h4 class="my-3">Domain Only</h4>
                <p>
                    If you already have your own web development team, we can help
                    you find a domain that's perfect for your project, whether it's
                    opportunities with this domain or another premium domain.
                    Contact us to help with your domain search.
                </p>
                <a class="btn btn-success btn-sm"
                    href="https://ewebdevelopment.com/quotes/inquire/tipax.com"
                    title="Inquire about tipax.com"
                    role="button">
                    Learn More
                </a>
            </div>

            <div class="col-md py-4">
                <img class="img-services" src="http://tipax.com/img/services-e-inclusive-package.svg ">
                <h4 class="my-3">The e-Inclusive Package</h4>
                <p>A complete solution for getting your new online business started.</p>
                <ul class="text-left">
                    <li>Domain Name</li>
                    <li>Developed Website</li>
                    <li>Email and Google Workspace</li>
                </ul>
                <a class="btn btn-success btn-sm"
                    href="https://ewebdevelopment.com/development"
                    title="The e-Inclusive Web Package"
                    role="button">
                    Learn More
                </a>
            </div>

            <div class="col-md py-4">
                <img class="img-services" src="http://tipax.com/img/services-lightbulb-cloud.svg">
                <h4 class="my-3">Other Services</h4>
                <p>We offer various Web Solutions, whether you want a Complete Web Package or the Domain Only.</p>
                <ul class="text-left">
                    <li>Branding</li>
                    <li>Logos</li>
                    <li>Domain Registrations</li>
                </ul>
                <a class="btn btn-success btn-sm"
                    href="https://ewebdevelopment.com/branding"
                    title="eWeb Development Branding"
                    role="button">
                    Learn More
                </a>
            </div>
        </div>
    </div>
</section>

<footer class="bg-dark text-light">
    <div class="container pt-3">
        <div class="row">
            <div class="col-md pb-4">
                &copy; 2025 Tipax.com

                <span class="text-secondary">
                    | <a href="http://tipax.com/site/terms-of-use" class="text-secondary">Terms of Use</a>
                    | <a href="http://tipax.com/site/privacy-policy" class="text-secondary">Privacy Policy</a>
                </span>
            </div>

            <div class="col-md pb-4">
                <a href="https://ewebdevelopment.com" title="eWeb Development" class="float-md-right">
                    <img class="eweb-logo" src="http://tipax.com/img/eweb-logo-for-bg-dark.svg">
                </a>
            </div>
        </div>
    </div>

    <script src="https://urlstats.com/counter/js/us.js"></script>
</footer>

</body>
</html>
                               

Whois info of domain

Domain Name: TIPAX.COM
Registry Domain ID: 1624641763_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.alpinedomains.com
Registrar URL: http://www.alpinedomains.com
Updated Date: 2024-08-08T08:51:06Z
Creation Date: 2010-11-09T19:04:42Z
Registry Expiry Date: 2026-11-09T19:04:42Z
Registrar: Alpine Domains Inc.
Registrar IANA ID: 1432
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6042887779
Domain Status: ok https://icann.org/epp#ok
Name Server: NS1.POWER-DNS.COM
Name Server: NS2.POWER-DNS.COM
Name Server: NS3.POWER-DNS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T05:33: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