Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - mfbaz.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
X-AspNetMvc-Version: 3.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Wed, 30 Apr 2025 12:12:25 GMT
Content-Length: 19866

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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.w3.org/1999/xhtml http://www.w3.org/MarkUp/SCHEMA/xhtml-rdfa-2.xsd"
      xmlns:og="http://ogp.me/ns#">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=1024" />
    
  <meta name="description" content="Check out this GoDaddy hosted webpage! http://mfbaz.com." />
  <meta property="og:title" content="My Site" />
  <meta property="og:description" content="Check out this GoDaddy hosted webpage! http://mfbaz.com." />
  
    <meta property="og:image" content="http://nebula.wsimg.com/obj/MkIyQzZFNzNERERGQTQzMDY5MTc6ZjY5YzcyZjg4NzgwMjE0NWMwZjRhOTg1ZmJhYjE4NjY=" />
    <link rel="image_src" href="http://nebula.wsimg.com/obj/MkIyQzZFNzNERERGQTQzMDY5MTc6ZjY5YzcyZjg4NzgwMjE0NWMwZjRhOTg1ZmJhYjE4NjY=" />
  
    <meta property="og:image" content="http://imagesak.websitetonight.com/skins/pl.gd/images/logo1.gif" />
  

    <link rel="shortcut icon" type="image/ico" href="http://img1.wsimg.com/ip/v1.2.20/images/favicon.ico" />
    <link rel="icon" type="image/png" href="http://img1.wsimg.com/ip/v1.2.20/images/favicon.jpg" />
    <title>
    My Site
</title>
    
  	<!--CSS_START_MERGE:ss.css-->	
    <link href="http://img1.wsimg.com/ip/v1.2.20/style/ux.css" rel="stylesheet" type="text/css" />
    <link href="http://img1.wsimg.com/ip/v1.2.20/style/Site.css" rel="stylesheet" type="text/css" />
    <link href="http://img1.wsimg.com/ip/v1.2.20/style/layout.css" rel="stylesheet" type="text/css" />
    <link href="http://img1.wsimg.com/ip/v1.2.20/style/jquery.gd.shareLinks.css" rel="stylesheet" type="text/css" />
  	<!--CSS_END_MERGE-->
    
    
  
    <link href="http://img1.wsimg.com/ip/v1.2.20/style/font-soucisans.css" rel="Stylesheet" type="text/css" />
  

    <script type="text/javascript" src="https://widget.starfieldtech.com/API.svc/jquery.js"></script>
    <script type="text/javascript" src="https://widget.starfieldtech.com/API.svc/jquery-ui.js"></script>

    <!--JS_START_MERGE:ss-merged.js-->	
    <script type="text/javascript" src="http://img1.wsimg.com/ip/v1.2.20/scripts/ss.js"></script>
    <script type="text/javascript" src="http://img1.wsimg.com/ip/v1.2.20/scripts/jquery.gd/jquery.gd.core.js"></script> 
    <script type="text/javascript" src="http://img1.wsimg.com/ip/v1.2.20/scripts/jquery.gd/jquery.gd.baseWidget.js"></script> 
    <script type="text/javascript" src="http://img1.wsimg.com/ip/v1.2.20/scripts/jquery.gd/jquery.gd.scaleBackground.js"></script> 
    <script type="text/javascript" src="http://img1.wsimg.com/ip/v1.2.20/scripts/jquery.gd-ss/jquery.gd-ss.switcher.js"></script> 
    <script type="text/javascript" src="http://img1.wsimg.com/ip/v1.2.20/scripts/jquery.gd/jquery.gd.textShadow.js"></script> 
    <script type="text/javascript" src="http://img1.wsimg.com/ip/v1.2.20/scripts/jquery.gd/jquery.gd.shareLinks.js"></script> 
    <!--JS_END_MERGE-->

    <script type="text/javascript" src="https://widget.starfieldtech.com/API.svc/cygnus-duel.js?app=SS&amp;user=3018092&amp;proxy=%2fCygnus%2fProxy&amp;action=%2fCygnus%2fAction"></script>

    

<script type="text/javascript">// <![CDATA[
    $j(document).ready( function() {
        // ---- Configure the application settings for communicating with Cygnus.
        $c.Stage.applicationEventHandlerElement = $j("#page");

        var appSettings = $c.Stage.applicationSettings;
        appSettings.showConfigControl = false;
        appSettings.showToggleControl = false;
        appSettings.showCloseControl = true;
        appSettings.hideCloseControlOnEdit = true;
        appSettings.widgetActions.closeControlClick = function (widgetId, widgetType) {
            // this will hide the widget since it's already open
            $ss.showWidget(widgetId, $j(".ss-service[wid='" + widgetId + "']"));
        };
        appSettings.widgetEvents.saveConfigSuccess = 
        function(widgetId, widgetType) {
            var li = $j("li:has(a[wid='" + widgetId + "'])");
            if (li.length > 0)
            {
                li.show();
                li.find("a").removeClass("uninitialized");
                $ss.showLauncher();
                $ss.showSavedConfirmation('App saved successfully.');
            }
            else
            {
                if (widgetType == "fbpage")
                {
                    $ss.showSavedConfirmation('Facebook Page saved successfully.');
                }
            }
        };
        appSettings.widgetEvents.saveConfigFailure =
            function(widgetId, widgetType) {
                //alert("failed!");
            };
        appSettings.widgetEvents.cancelledConfig = 
            function(widgetId, widgetType) {
                var a = $j("a[wid='" + widgetId + "']");
                if (a.hasClass("uninitialized"))
                {
                    //close the widget since it's already open if it's not be initialized.
                    $ss.showWidget(widgetId, $j(".ss-service[wid='" + widgetId + "']"));
                    $ss.openAdminPanel('widgets');
                }
            };
        appSettings.widgetEvents.openedConfig = 
            function(widgetId, widgetType)
            {
                if (widgetType != "fbpage")
                {
                    // close tabs
                    $ss.hideAdminPanel();
                }
            };
        appSettings.widgetEvents.closedConfig = 
            function(widgetId, widgetType)
            {
                if (widgetType == "fbpage")
                {
                    $ss.facebookPage.close(widgetId);
                }
            };
        appSettings.widgetEvents.dataModified = 
            function(widgetId, widgetType, data) {
                if ($j.isPopulated(data))
                {
                    if (widgetType == "fbpage")
                    {
                        $j('.widget-fbpage-title').text(data.Title.value);
                    }
                    else
                    {
                        var a = $j("#ss-launcher").find("a[wid=" + widgetId + "]");
                        var children = a.children();
                        a
                            .text(data.LinkTitle.value)
                            .append(children);
                        $j("#widgets-added-list").find("li[wid=" + widgetId + "] .widget-added-label-title").text(data.LinkTitle.value);
                    }
                }
            };
        appSettings.widgetEvents.revealed =
            function(widgetId, widgetType) {
                if ($j.isFunction($ss.stage.layout.revealed)) $ss.stage.layout.revealed();
            };
        appSettings.widgetEvents.obscured = 
            function(widgetId, widgetType) {
                if ($j.isFunction($ss.stage.layout.obscured)) $ss.stage.layout.obscured();
            };

        appSettings.widgetEvents.widgetModalDisplayed = 
        appSettings.widgetEvents.contentUpdated =
          function(wigetId, widgetType) { $ss.fixPalette(); };

        appSettings.applicationUtilityProviders.getImages = function(widgetId, success, failure)
        {
            // show a dialog for the user to select images that were uploaded as backgrounds
            // one day maybe we can change this to be a uploader instead.
            $ss.facebookPage.gatherImages(null, function(result) {
                // if the user closed the dialog
                if (result)
                {
                    success(result.images);
                }
                else  // do the failure callback otherwise.
                {
                    failure({ error: 'Error', message: 'Unable to get images.' });
                }
            });
        }

        appSettings.baseWidgetColors = {
            background: '#000000',
            textTitle:  '#ffffff',
            textContent: '#b2b2b2',
            textLinks:  '#bf5f00',
            borderTitle:  '#bf5f00'
        };

        appSettings.applicationEvents.colorsChanged = "widgets.colorsChanged";

        appSettings.widgetInitializeOptions.fbpage = { hideFacebookConnectDisplay: true };

        appSettings.modalContainerCssClass ="modal-container";

        $c.CommManager.applicationData = { "domainName": "mfbaz.com" };

        // ---- DONE application setting configuration
            
        // load/style the page and all it's components            
        $ss = SimpleSite({
            basePath: "/",
            cdnImagePath: "http://img1.wsimg.com/ip/v1.2.20/images/",
            cdnCssPath: "http://img1.wsimg.com/ip/v1.2.20/style/",
            eventReceiver: "#page",
            background: {"id":7347217,"originalSrc":"https://nebula.wsimg.com/obj/MkIyQzZFNzNERERGQTQzMDY5MTc6NjIzNmNmYjkxMTYzY2E4MzJhN2FiMjEwYjcxZWUzNzA=","src":"https://nebula.wsimg.com/obj/MkIyQzZFNzNERERGQTQzMDY5MTc6MDExYmIxNjczNjI4NTU3ZDE5MjdiMDMyY2Q5Nzk4NTM=","thumbnail":"https://nebula.wsimg.com/obj/MkIyQzZFNzNERERGQTQzMDY5MTc6ZjY5YzcyZjg4NzgwMjE0NWMwZjRhOTg1ZmJhYjE4NjY=","orientation":"3","variation":"tr","isUserOwner":true,"cropHistory":null,"stockBackgroundId":443,"isUncropped":true},
            layout: {"id":1,"name":"Side Menu","type":"1","variation":"l","VariationName":"Left Side"},
            layoutControls:
            {
                content: '#ss-main',
                title: '#ss-name',
                description: '#ss-description',
                launcher: '#ss-launcher',
                page: '#page',
                widgetContainer: '#ss-widgetContainer',
                about: '#ss-about',
                background: '#ss-background'                    
            },
            palette: {
  "id": 0,
  "name": null,
  "userCreated": false,
  "isActive": true,
  "backgrounds": {
    "page": "#000000",
    "main": "none",
    "meta": "none",
    "block": "#000000"
  },
  "fonts": {
    "title": "#7f7f7f",
    "description": "#bf5f00",
    "services": "#ffffff",
    "primary": "#ffffff",
    "secondary": "#b2b2b2",
    "links": "#bf5f00"
  }
},
            fonts: {"titleFontId":24,"generalFontId":2,"titleSize":80,"descriptionSize":18,"servicesSize":14,"titleFontIsEmbed":true,"generalFontIsEmbed":false},
            titleFont: {"id":24,"appliesTo":"title","faceName":"Soucisans","defaultSize":50,"isEmbed":true},
            generalFont: {"id":2,"appliesTo":"title","faceName":"Tahoma","defaultSize":60,"isEmbed":false},
            fontControls:
            {
                title: {reset: '.ss-title', apply: '.ss-title' },
                description: {reset: '.ss-description', apply: '.ss-description' },
                services: {reset: '.ss-service', apply: '.ss-service'},
                block: {reset: '.ss-block, #ss-widgetContainer', apply: '.ss-block, #ss-widgetContainer' }
            },
            styleControls:
            {
                // Page background
                background: {reset: '#ss-background', apply: '#ss-background' },
                title: {reset: '.ss-title', apply: '.ss-title', borders: {reset: '#ss-launcher li', apply: '#ss-launcher li'} },
                description: {reset: '.ss-description', apply: '.ss-description' },
                services: {reset: '.ss-service', apply: '.ss-service', borders: {reset: '.accordion-arrow-inheritor, .accordion-button', apply: '.accordion-arrow-inheritor, .accordion-button'}},
                block: {
                  reset: '.ss-block, #ss-widgetContainer', 
                  apply: '.ss-block, #ss-widgetContainer, .modal-widget',
                  foreground: { apply: '.contrast' } 
                },
                // Widget text
                primary: {
                  reset: '.widget-container .title-bar, .widget-container .text-highlight, .widget-instance h1, .widget-instance h2, .widget-instance h3, .widget-instance h4, .widget-instance h5, .widget-instance h6, .modal-widget .title-bar, .modal-widget .text-highlight, .modal-widget h1, .modal-widget h2, .modal-widget h3, .modal-widget h4, .modal-widget h5, .modal-widget h6', 
                  apply: '.widget-container .title-bar, .widget-container .text-highlight, .widget-instance h1, .widget-instance h2, .widget-instance h3, .widget-instance h4, .widget-instance h5, .widget-instance h6, .modal-widget .title-bar, .modal-widget .text-highlight, .modal-widget h1, .modal-widget h2, .modal-widget h3, .modal-widget h4, .modal-widget h5, .modal-widget h6'
                },
                secondary: {
                  reset: '.widget-instance, .widget-instance div:not(.watermark, .charCounter, .text-highlight, .contrast, .error, .form-errors, .required, :isThirdPartyInclude), .widget-instance span:not(.watermark, .charCounter, .text-highlight, .contrast, .error, .form-errors, .required, :isThirdPartyInclude), .widget-instance li, .widget-instance p, .modal-widget, .modal-widget div:not(.watermark, .charCounter), .modal-widget li, .modal-widget span:not(.text-highlight,.contrast), .modal-widget p', 
                  apply: '.widget-instance, .widget-instance div:not(.watermark, .charCounter, .text-highlight, .contrast, .error, .form-errors, .required, :isThirdPartyInclude), .widget-instance span:not(.watermark, .charCounter, .text-highlight, .contrast, .error, .form-errors, .required, :isThirdPartyInclude), .widget-instance li, .widget-instance p, .modal-widget, .modal-widget div:not(.watermark, .charCounter), .modal-widget li, .modal-widget span:not(.text-highlight,.welcome-subtitle,.contrast), .modal-widget p',
                  background: { apply: '.contrast, .speech-balloon-tail' },
                  borders: { apply: '.speech-balloon-tail' }
                },
                //main: { reset: '#ss-launcher, .modal-widget', apply: '.modal-widget, .layout3-c #ss-launcher, .layout2-c #ss-launcher, .layout2-l #ss-launcher, .layout2-r #ss-launcher' }, //'.ss-main, .layout3-c #ss-launcher',
                //meta: { reset: '#ss-main', apply: '.layout1-c #ss-main, .layout1-l #ss-main, .layout1-r #ss-main, .layout4-c #ss-main, .layout4-l #ss-main, .layout4-r #ss-main' }, //'.ss-main, .layout3-c #ss-launcher',
                main: { reset: '#ss-launcher', apply: '#ss-launcher' },
                meta: { reset: '#ss-about', apply: '#ss-about' }, //'.ss-main, .layout3-c #ss-launcher',
                links: { reset: '.modal-widget a', apply: '.widget-instance a:not(.contrast, :isInWidgetConfigPanel, :isThirdPartyInclude), .modal-widget a:not(.welcome-link), a.widget-link', borders: {reset: '.widget-container .title-bar, .widget-container .contrast-border, hr', apply: '.widget-container .title-bar, .widget-container .contrast-border, hr' }},
                page: { reset: '.ss-background, body', apply: '.ss-background, body' },
                launcher: { reset: '#ss-launcher', apply: '#ss-launcher' },
                widgetContainer: { reset: '#ss-widgetContainer', apply: '#ss-widgetContainer' }
            },
            siteInfo: {
                title: "My Site",
                description: "This is my site de\u0073cription.",
                domain: "mfbaz.com",
                showShareLinks: true
            },
            shareLinksData: {
                
                facebook: { ciCode: '44670', value:0 },
                myspace: { ciCode: '44666', message: "My Site", value:2 },
                delicious: { ciCode: '44668', message: "Check out this GoDaddy hosted webpage! http://mfbaz.com.", value:3 },
                stumbleupon: { ciCode: '44669', value:4 }
            },
            previewMessageData: [{"appId":"1", message:"<div class=\"preview-warning-info\">This is only a preview. We may still be setting up your domain.</div><div>To get started customizing your site, click <b>Owner Login</b>. After domain setup is complete, view your live site at your domain address.</div><br/><div>Domain address:<br /><a href=\"http://[[domain]]\">[[domain]]</a></div>"}],
            wstAppName : 'GoDaddy Website Builder',
            gcWstAppName : 'Websites + Marketing',
            gDCrossSellISC : 'https://www.godaddy.com/websites/website-builder'
            
        });  
            
        $ss.showLauncher();

        // display the main container (nav and about) which should be formatted by now
        $j("#ss-mainContainer").css("visibility", "visible");

        
            $ss.stage.showShareLinksPanel(true);
        

        $j("#ss-description").linkify({fontColorParent: '#ss-description', initText: "This is my site de\u0073cription."});
        $j("#ss-title").linkify({fontColorParent: '#ss-name', initText: "My Site"}); 

        // show modal dialog if needed.
        $ss.stage.showPreviewModal();
    });          
// ]]></script>

  <script type="text/javascript">// <![CDATA[

    $j(document).ready(function () {

      

      var loginHref = $j("#login-link").attrSafe("href").replace(/&lcid=.*?(&|$)/gi, '&lcid=' + (location.hostname.toLowerCase() == $ss.stage.siteInfo.domain.toLowerCase()));
      $j("#login-link").attrSafe("href", loginHref);
    });

  // ]]></script>

  </head>

  <body class="non-admin compliant rslrgd">
    
    
    <div class="site-wrapper">
      
    <img id="ss-background" class="ss-background" style="display: none; position: fixed; z-index:-1000; background-color: #000000; height: 100%; width:100%;" src="https://nebula.wsimg.com/obj/MkIyQzZFNzNERERGQTQzMDY5MTc6MDExYmIxNjczNjI4NTU3ZDE5MjdiMDMyY2Q5Nzk4NTM=" alt="background" />
    
      <div class="page" id="page">
        
<div id="content">
    <div id="ss-mainContainer" style="visibility:hidden;">
        <div id="ss-main" class="ss-main">
            
            <div id="ss-about"  class="no-launcher" >
                
<h1 id="ss-name" class="ss-title" style="zoom:1/*DNR: fixes IE bug*/; font-size: 80px; font-family:Soucisans;">My Site</h1>
<div id="ss-description" class="ss-description" style="font-size: 18px; font-family:Tahoma;">This is my site description.</div>

            </div>
            
<div id="ss-launcher"  style="display: none" >
  <ul>
    <li class="link-home"><a class="ss-service" href="javascript:$ss.hideWidgets();">Home</a></li>
    
    <li id="menu-affiliate-link"  style="display:none;">
        
    </li>
  </ul>
</div>
        </div>
    </div>
    <div id="ss-widgetContainer" style="display:none;"></div>
</div>
        
<div id="logindisplay">
     
	<a href="https://sso.godaddy.com/?realm=idp&amp;app=instant-page&amp;path=login%3fartifact%3d%26domain%3dmfbaz.com%26oid%3d%26sd%3d%26lcid%3dTrue%26idpinfo%3dnull%26auto%3dtrue%26source%3d" cicode="41766" id="login-link"></a>

</div>
<div id="sharePanel"></div>


  <div class="cross-sell">
    <div class="blurb">
      <span class="arrow"></span>
      <span class="logo"></span>
      A website created by GoDaddy’s
       
      <a class="want-one-link" target="_blank" href="https://www.godaddy.com/websites/website-builder" rel="nofollow"><span><b>Website Builder</b></span></a>
      
    </div>
  </div>

      </div>
    </div>
    <script>'undefined' === typeof _trfq || (window._trfq = []);'undefined' === typeof _trfd && (window._trfd=[]), _trfd.push({ 'ap':'IPv1' });</script><script src='//img1.wsimg.com/tcc/tcc_l.combined.1.0.5.min.js' async></script>
  </body>
</html><!-- Version: 1.8.0.0 -->                               

Whois info of domain

Domain Name: MFBAZ.COM
Registry Domain ID: 1784934206_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-03-08T12:17:32Z
Creation Date: 2013-03-07T22:45:27Z
Registry Expiry Date: 2026-03-07T22:45:27Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: ok https://icann.org/epp#ok
Name Server: NS75.DOMAINCONTROL.COM
Name Server: NS76.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T12:12:07Z <<<
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