Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - metak.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 09 May 2025 10:33:00 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.4.6-1ubuntu1.5
Set-Cookie: ci_session=a%3A4%3A%7Bs%3A10%3A%22session_id%22%3Bs%3A32%3A%22a453738f0a92213f90b187d372669653%22%3Bs%3A10%3A%22ip_address%22%3Bs%3A13%3A%22172.71.155.41%22%3Bs%3A10%3A%22user_agent%22%3Bs%3A50%3A%22Mozilla%2F5.0+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%3B%22%3Bs%3A13%3A%22last_activity%22%3Bi%3A1746780380%3B%7D775b3bf50a8a2027cfe50d2e152863de; expires=Fri, 09-May-2025 10:46:20 GMT; path=/
vary: accept-encoding
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=GGNAah7IvE7KhBalhVScQPBHu5e7HB%2BKUrEyAaHo7vMHfSkR87EeauP1k6VH4Y0PCuAmSB3rWW2ssuU65fUkigqycQVJabmD5EszcuyMRLvVS3lTUhM98PuJeovHf8o4aB84GIzgAxE%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 93d0893dbafa973a-FRA
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=20352&min_rtt=20352&rtt_var=10176&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

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: metak.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 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  <meta http-equiv="keywords" content="englesko-srpski recnik, recnik, metak recnik, prevod, prevodjenje, Serbian dictionary, englesko, srpski, engleski, srpsko, reci, prevodilac, sinonimi "/>
  <meta http-equiv="description" content="Najobimniji i najbrži engleski rečnik sa sinonimima koji simultano prevodi na srpski i engleski jezik."/>
  <title>METAK - Engleski rečnik, brz kao metak!</title>
  <link rel="shortcut icon" href="/favicon.ico" />
  <link href="/css/metak.css?" media="screen" rel="stylesheet" type="text/css" />
  <meta http-equiv='expires' content='-1' />
  <meta http-equiv= 'pragma' content='no-cache' />
  <meta name='robots' content='all' />
  <meta name='author' content='SerbianCafe.com' />
  <meta name='description' content='Englesko-srpski simultani rečnik' />
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  <script type="text/javascript" src="/js/jquery.typewatch.js"></script>
  <script type="text/javascript">
var options = {
  callback:translate,
  wait:200,
  highlight:true,
  enterkey:true
}

function translate() {
  $('#spinner').show();
  $.ajax({
    type:"POST",
    url:"/recnik/search",
    data:{word:escape($('#word').val())},
    dataType:"html",
    error:function() {
      $('#spinner').hide();
    },
    success:function(data) {
      $('#translations').html(data);
      $('#spinner').hide();
    }
  });
}

$(document).ready(function() {
  $("#word").typeWatch(options);
  $("#word").focus();
})

  </script>
</head>
<body>
  <div id='top-banner'>
<span style="font-size: 2em;">
MetaK.com domain is for sale.<br />
<a href=https://www.trendbuilder.com/contact/>Contact us for details!</a>
</span>
  </div>
<div id="container">
  <div id="top" title="METAK-Engleski rečnik brz kao metak"><img src="/img/top_bg.jpg" alt="Engleski rečnik, brz kao metak!" width="700" height="218" border="0" usemap="#Map" />
    <map name="Map" id="Map">
      <area shape="rect" coords="1,0,175,52" href="http://www.metak.com/" target="_self" alt="METAK" />
      <area shape="rect" coords="1,50,80,125" href="http://www.serbiancafe.com/" target="_self" alt="SerbianCafe.com" />
    </map>
  </div>
  <div id="header">
	<h1>REČNIK SA PREKO 300.000 REČI, FRAZA I IZRAZA</h1>
		<p>Dobro nam došli! Sa zadovoljstvom Vam predstavljamo najobimniji i najbrži engleski rečnik sa sinonimima koji simultano prevodi na srpski i engleski jezik.</p>
  </div>

  <div id="form_holder">
    <div id="recnik_form">
      <form action="." method="post">
        <input type="text" name="word" value="" id="word" />
        <input name="commit" id="button" type="image" src="/img/prevedi.gif" alt="Translate"  value="Prevedi" />
        <span id="spinner"></span>
      </form>
    </div>
  </div>

  <div id="translations">
  <div id="eng2srp">
      
        </div>
  <div id="srp2eng">

          
      
  </div>
  </div>

  <div id=footer>
    <a href=http://www.serbiancafe.com/eng/marketing/uslovikoristenja.php>Terms of use</a>
    <a href=http://www.serbiancafe.com/eng/marketing/privacypolicy.php>Privacy policy</a>
  </div>
  <div id='banner'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9154395183332055";
/* Metak.com bottom */
google_ad_slot = "5230647764";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
  </div>
</div>

<script src="https://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-2604248-2";
urchinTracker();
</script>
</body>
</html>
                               

Whois info of domain

Domain Name: METAK.COM
Registry Domain ID: 2101084_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.cloudflare.com
Registrar URL: http://www.cloudflare.com
Updated Date: 2024-09-03T04:01:02Z
Creation Date: 1998-10-04T04:00:00Z
Registry Expiry Date: 2025-10-03T04:00:00Z
Registrar: Cloudflare, Inc.
Registrar IANA ID: 1910
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6503198930
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DAWN.NS.CLOUDFLARE.COM
Name Server: JEFF.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-09T10:32:45Z <<<
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