Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - mplda.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sun, 18 May 2025 05:34:57 GMT
Content-Type: text/html
Content-Length: 6658
Connection: keep-alive
Last-Modified: Tue, 25 Jun 2013 15:51:10 GMT
Accept-Ranges: bytes

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



<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- TemplateBeginEditable name="doctitle" -->
<title>MPL Design &amp; Comunicação</title>
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<style type="text/css">
<!--
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #111111;
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: #000;
	font-family: Arial;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	width: 1000px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color: #bbb;
	text-align:center;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #444;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #444;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other divs ~~ */
.container {
	padding-top:30px;
	width: 1000px;
	background: #000;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
}
.topo {
	padding-top:0px;
	padding-bottom:0px;
	background: #000;
	margin-bottom: 15px;
}

.sidebar1 {
	float: left;
	width: 180px;
	background: #000;
	/* [disabled]padding-bottom: 10px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.content {
	width: 995px;
	float: left;
	border-color: #111;
	border-style: none;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #bbb; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	color: #BBB;
	height: 40px;	/* altura dos botões ao corpo */
}
ul.nav li {
	font-size: 10px;
	display:inline;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 3px 7px 5px 7px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #fff;
	display:inline;
	background-color: #222; /* COR DOS BOTÕES */
	text-align:center;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #fff;
	color: #111;
	text-align: center;
	font-family: Arial;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h6 {
	font-size: 10px;
	color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
.morada_letras {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #DDD;
}
-->
</style>
</head>



<body>
<br>
<br>
<table width="977" border="0" align="center">
  
  <tr>
    <th scope="row"><table width="977" border="0">
  <tr>
    <th width="190" bgcolor="#000000" scope="row"><img src="logo.png" width="190" height="57" alt="logo"></th>
    <td bgcolor="#000000"  scope="row"><img src="moradas.png" width="787" height="57" alt="moradas"></td>
  </tr>
</table>

<tr>
    <th align="left" bgcolor="#000000" scope="row"> <ul class="nav">
<li><a href="galeria/index.html" target="Frame1">portfolio</a></li>
      <li><a href="contactos.html" target="Frame1">contactos</a></li>
      <li><a href="sobre.html" target="Frame1">sobre</a>
</li>    
</ul></th>
  </tr>
<table width="977" border="0" align="center">
  <tr>
    <th align="center" scope="row"> <div class="content">
  
    <IFRAME src="galeria/index.html" name="Frame1" id="Frame1" width="985" height="700" scrolling="No" frameborder="0" align="center"></IFRAME>
    
    <!-- end .content --></div>
  <!-- end .container --></div></th>
  </tr>
</table>

  
 
  </th>
  </tr>
</table>

  
  

</body>

</html>
                               

Whois info of domain

Domain Name: MPLDA.COM
Registry Domain ID: 104844099_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.PublicDomainRegistry.com
Registrar URL: http://www.publicdomainregistry.com
Updated Date: 2024-10-11T22:32:02Z
Creation Date: 2003-10-10T17:31:02Z
Registry Expiry Date: 2025-10-10T17:31:02Z
Registrar: PDR Ltd. d/b/a PublicDomainRegistry.com
Registrar IANA ID: 303
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.2013775952
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.CIBERSERVER.COM
Name Server: NS2.CIBERSERVER.COM
Name Server: NS3.CIBERSERVER.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-18T05:34:37Z <<<
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