Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - 2mdt.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Mon, 05 May 2025 18:17:31 GMT
Content-Type: text/plain; charset=utf-8
Content-Length: 24
Connection: keep-alive
Server: nginx/1.22.1
X-Powered-By: Express
Location: /0
Vary: Accept

HTTP Code 302 Found (Moved Temporarily)

302 Found 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 - /0.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Mon, 05 May 2025 18:17:34 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 16194
Connection: keep-alive
Server: nginx/1.22.1
X-Powered-By: Express
ETag: W/"3f42-yRgRnG/JSdwa9B+ChfcYCs57W5c"

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: 2mdt.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html class="no-js" lang="en">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">


        <META NAME="robots" CONTENT="index,follow">



        
        <title>Two Midtown Miami Condominium | TownSq Community App | Welcome to Our Community</title>

        <meta name="description" content="Two Midtown Miami Condominium | Community management and communication made easier with TownSq community app." />


        <!-- Twitter Card data -->
        <meta name="twitter:card" value="summary">

        <!-- Open Graph data -->
        <meta property="og:title" content="Two Midtown Miami Condominium | TownSq Community App" />
        <meta property="og:type" content="website" />
        <meta property="og:url" content="http:&#x2F;&#x2F;townsq.io" />
        <meta property="og:image" content="https:&#x2F;&#x2F;townsq-fountain.s3.us-west-2.amazonaws.com&#x2F;5a9d9a988fb286558f21fab9&#x2F;website&#x2F;public&#x2F;tmp&#x2F;75e7859e-719e-4d88-b66e-1c38bbcefa4e" />
        <meta property="og:description" content="Two Midtown Miami Condominium | Community management and communication made easier with TownSq community app." />


        
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="apple-touch-icon" href="apple-touch-icon.png">
        
        <link rel="stylesheet" href="&#x2F;css&#x2F;theme_2_main.css">
        <link rel="stylesheet" href="&#x2F;css&#x2F;theme_2_color_3.css">
        <link rel="stylesheet" href="&#x2F;css&#x2F;theme_2_font_2.css">

        <script>
            /*! loadJS: load a JS file asynchronously. [c]2014 @scottjehl, Filament Group, Inc. (Based on http://goo.gl/REQGQ by Paul Irish). Licensed MIT */ ! function(a) {
                var b = function(b, c) {
                    "use strict";
                    var d = a.document.getElementsByTagName("script")[0],
                        e = a.document.createElement("script");
                    return e.src = b, e.async = !0, d.parentNode.insertBefore(e, d), c && "function" == typeof c && (e.onload = c), e
                };
                "undefined" != typeof module ? module.exports = b : a.loadJS = b
            }("undefined" != typeof global ? global : this);
            /*! loadCSS: load a CSS file asynchronously. [c]2016 @scottjehl, Filament Group, Inc. Licensed MIT */
            ! function(a) {
                "use strict";
                var b = function(b, c, d) {
                    function j(a) {
                        return e.body ? a() : void setTimeout(function() {
                            j(a)
                        })
                    }

                    function l() {
                        f.addEventListener && f.removeEventListener("load", l), f.media = d || "all"
                    }
                    var g, e = a.document,
                        f = e.createElement("link");
                    if (c) g = c;
                    else {
                        var h = (e.body || e.getElementsByTagName("head")[0]).childNodes;
                        g = h[h.length - 1]
                    }
                    var i = e.styleSheets;
                    f.rel = "stylesheet", f.href = b, f.media = "only x", j(function() {
                        g.parentNode.insertBefore(f, c ? g : g.nextSibling)
                    });
                    var k = function(a) {
                        for (var b = f.href, c = i.length; c--;)
                            if (i[c].href === b) return a();
                        setTimeout(function() {
                            k(a)
                        })
                    };
                    return f.addEventListener && f.addEventListener("load", l), f.onloadcssdefined = k, k(l), f
                };
                "undefined" != typeof exports ? exports.loadCSS = b : a.loadCSS = b
            }("undefined" != typeof global ? global : this); /*! CSS rel=preload polyfill. Depends on loadCSS function. [c]2016 @scottjehl, Filament Group, Inc. Licensed MIT  */
            ! function(a) {
                if (a.loadCSS) {
                    var b = loadCSS.relpreload = {};
                    if (b.support = function() {
                            try {
                                return a.document.createElement("link").relList.supports("preload")
                            } catch (a) {
                                return !1
                            }
                        }, b.poly = function() {
                            for (var b = a.document.getElementsByTagName("link"), c = 0; c < b.length; c++) {
                                var d = b[c];
                                "preload" === d.rel && "style" === d.getAttribute("as") && (a.loadCSS(d.href, d), d.rel = null)
                            }
                        }, !b.support()) {
                        b.poly();
                        var c = a.setInterval(b.poly, 300);
                        a.addEventListener && a.addEventListener("load", function() {
                            a.clearInterval(c)
                        }), a.attachEvent && a.attachEvent("onload", function() {
                            a.clearInterval(c)
                        })
                    }
                }
            }(this);
        </script>

        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
        <script>
            window.jQuery || document.write('<script src="/js/vendor/jquery-3.2.1.min.js"><\/script>')
        </script>

        <script src="/js/main.min.js"></script>
    </head><body>
    <!--[if lt IE 11]>
            <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
        <![endif]-->

    <div id="container">

        <header role="banner" id="header">
            <div class="header__inner">
                <div class="header__logo">

                    <a href="0" alt="Two Midtown Miami Condominium"><img class="fullimg" src="https:&#x2F;&#x2F;townsq-fountain.s3.us-west-2.amazonaws.com&#x2F;5a9d9a988fb286558f21fab9&#x2F;website&#x2F;public&#x2F;tmp&#x2F;f270d689-2951-448f-a432-c2de19775f1f" alt="Two Midtown Miami Condominium"/></a>
                </div>
                <!--! end of .header__logo -->

                <div class="header__mobileNav">
                    <a href="https:&#x2F;&#x2F;app.townsq.io&#x2F;login" target="_blank" class="login" alt="login">
            						Login/Register
            					</a>
                    <button class="hamburger hamburger--squeeze" alt="Menu" type="button">Menu<span class="hamburger-box"><span class="hamburger-inner"></span></span></button>
                </div>
                <!--! end of .header__mobileNav -->
                <nav>
                    <ul>

                        <li>
                            <a href="0" alt="Welcome">Welcome</a>
                        </li>
                        <li>
                            <a href="1" alt="Building Photos">Building Photos</a>
                        </li>
                        <li>
                            <a href="2" alt="Building Directory">Building Directory</a>
                        </li>
                        <li>
                            <a href="3" alt="General Forms">General Forms</a>
                        </li>
                        <li>
                            <a href="4" alt="Rules &amp; Regulations">Rules &amp; Regulations</a>
                        </li>
                        <li>
                            <a href="5" alt="Questionnaire, Estoppel, &amp; Condo Docs ">Questionnaire, Estoppel, &amp; Condo Docs </a>
                        </li>
                        <li>
                            <a href="6" alt="FAQ">FAQ</a>
                        </li>
                        <li>
                            <a href="7" alt="Resale ">Resale </a>
                        </li>
                        <li>
                            <a href="8" alt="Buyer&#x2F;Seller Check Off List">Buyer&#x2F;Seller Check Off List</a>
                        </li>
                        <li>
                            <a href="9" alt="Associa">Associa</a>
                        </li>
                    
                        <li class="getApp">
                            Get the App:
                            <span class="app-icons">
            								<a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;app&#x2F;id945419466" alt="Download on the App Store" target="_blank"><img class="fullimg" src="/img/Apple-App-Store.png" alt="Download on the App Store" /></a>
            								<a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id&#x3D;br.socialcondo.app" alt="Get it on Google Play" target="_blank"><img class="fullimg" src="/img/Google-Play.png" alt="Get it on Google Play" /></a>
            							</span>
                        </li>
                    </ul>
                </nav>

                <div class="header__utility-nav">

                    <span class="header__utility-nav__headline">
            						Two Midtown Miami Condominium
            					</span>
                    <ul>
                        <li> 3470 East Coast Ave </li>
                        <li>Miami, FL 33137</li>

                        <li><a href="https:&#x2F;&#x2F;app.townsq.io&#x2F;login" alt="Login" target="_blank">Login/Register</a></li>
                    </ul>
                </div>

            </div>

        </header>
        <div class="hero home">
            <div class="hero__img">
                <img class="fullimg" src="https:&#x2F;&#x2F;townsq-fountain.s3.us-west-2.amazonaws.com&#x2F;5a9d9a988fb286558f21fab9&#x2F;website&#x2F;public&#x2F;tmp&#x2F;75e7859e-719e-4d88-b66e-1c38bbcefa4e" alt="Two Midtown Miami Condominium cover" />
            </div>
            <!--! end of .hero__img -->
        </div>
        <!--! end of .hero -->

        <div id="main" role="main">
            <div class="main__inner">

                <nav>
                    <ul>
                            <li>
                                <a href="0">Welcome</a>
                            </li>
                            <li>
                                <a href="1">Building Photos</a>
                            </li>
                            <li>
                                <a href="2">Building Directory</a>
                            </li>
                            <li>
                                <a href="3">General Forms</a>
                            </li>
                            <li>
                                <a href="4">Rules &amp; Regulations</a>
                            </li>
                            <li>
                                <a href="5">Questionnaire, Estoppel, &amp; Condo Docs </a>
                            </li>
                            <li>
                                <a href="6">FAQ</a>
                            </li>
                            <li>
                                <a href="7">Resale </a>
                            </li>
                            <li>
                                <a href="8">Buyer&#x2F;Seller Check Off List</a>
                            </li>
                            <li>
                                <a href="9">Associa</a>
                            </li>
                    </ul>
                </nav>
                <section>
                    <div class="copy-holder">
                        <h1>Welcome to Our Community</h1>
                        <p><br></p><p>Residents,</p><p><br></p><p>Two Midtown Miami Condominium is a property where our mission is to go the extra mile with genuine care towards our residents and guests. We are committed to provide the most exclusive service catering to each individual need. Two Midtown Miami Condominium experience promotes bliss and warmth; constant reminder of urban-paradise living.</p><p>On behalf of all owners at Two Midtown Miami, the Board of Directors would like to welcome you.</p><p>We are glad you have chosen to live in our community and hope that you will feel welcome and comfortable. We are very proud of our community and its spirit.</p><p>Please feel free to contact the management office if you have any questions or concerns.</p><p><br></p><p>Cordially yours,</p><p><br></p><p>Midtown Miami Management</p><p><br></p><p><br></p><p><br></p><p><br></p>
                    </div>

                    <div class="copy-holder">
                        <picture class="right-img">
                            <source srcset="https:&#x2F;&#x2F;townsq-fountain.s3-us-west-2.amazonaws.com&#x2F;59761fac21f44f0d69a12ee1&#x2F;website&#x2F;public&#x2F;tmp&#x2F;ac6cddbe-3265-4d2c-882c-0b3026d2ef27" media="(max-width: 600px)" />
                            <source srcset="https:&#x2F;&#x2F;townsq-fountain.s3-us-west-2.amazonaws.com&#x2F;59761fac21f44f0d69a12ee1&#x2F;website&#x2F;public&#x2F;tmp&#x2F;ac6cddbe-3265-4d2c-882c-0b3026d2ef27" />
                            <img class="fullimg" src="https:&#x2F;&#x2F;townsq-fountain.s3-us-west-2.amazonaws.com&#x2F;59761fac21f44f0d69a12ee1&#x2F;website&#x2F;public&#x2F;tmp&#x2F;ac6cddbe-3265-4d2c-882c-0b3026d2ef27" alt="subsection photo">
                        </picture>
                        <h2>TownSq</h2>
                        <p>Download the app or visit <a href="https://app.townsq.io/" target="_blank"><strong>TownSq</strong></a> to:</p><ul><li>Pay online and review your account balance</li><li>Submit architecture requests</li><li>Get up-to-date community news and events</li></ul><p style="text-align: center;"><a href="https://app.townsq.io" target="_blank"><img src="https://s3-us-west-2.amazonaws.com/townsq.templatesite.images/TownSq+Logo_2c.png" height="50px"></a></p>
                    </div>
                </section>
            </div>
        </div>
        <!--! end of #main -->

        <footer id="footer">
            <div class="footer__top">
                <div class="two-col">
                    <div class="col">
                        <h4 class="footer__header">Two Midtown Miami Condominium</h4>
                        <p>
                            Two Midtown Miami Condominium <a href="https:&#x2F;&#x2F;app.townsq.io&#x2F;login" alt="login" target="_blank">Login/Register</a> to view your account.
                        </p>
                        <span class="app-icons">
                                        <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;app&#x2F;id945419466" alt="Download on the App Store" target="_blank"><img class="fullimg" src="/img/Apple-App-Store.png" alt="Download on the App Store" /></a>
                                        <a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id&#x3D;br.socialcondo.app" alt="Get it on Google Play" target="_blank"><img class="fullimg" src="/img/Google-Play.png" alt="Get it on Google Play" /></a>
                                    </span>
                    </div>
                    <div class="col">
                        <p>
                            <strong>Association</strong>
                            <br /> 
                            Two Midtown Miami Condominium
                            <br /> 
                             3470 East Coast Ave 
                            <br /> 
                            Miami, FL 33137
                        </p>
                    </div>
                </div>
            </div>
            <div class="footer_bottom">
                <p class="powered">
                    &copy;2025 Two Midtown Miami Condominium <a href="http:&#x2F;&#x2F;townsq.io" alt="community-app-townsq-small-logo" >Powered by community app <img class="fullimg" src="/img/community-app-townsq-small-logo.png" alt="community-app-townsq-small-logo" /></a>
                </p>
            </div>
        </footer>
    </div>
    <!--! end of .container -->

</body>

</html>

                               

Whois info of domain

Domain Name: 2MDT.COM
Registry Domain ID: 2348547731_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.name.com
Registrar URL: http://www.name.com
Updated Date: 2024-12-16T16:04:36Z
Creation Date: 2018-12-31T14:05:32Z
Registry Expiry Date: 2025-12-31T14:05:32Z
Registrar: Name.com, Inc.
Registrar IANA ID: 625
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 7202492374
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1MPZ.NAME.COM
Name Server: NS2NSW.NAME.COM
Name Server: NS3DTY.NAME.COM
Name Server: NS4FQZ.NAME.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-05T18:17: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