Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - phpmg.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 06 May 2025 19:23:37 GMT
Server: Apache
Upgrade: h2
Connection: Upgrade
Last-Modified: Fri, 26 Jan 2018 11:28:32 GMT
ETag: "2713-563ac3241a7c1"
Accept-Ranges: bytes
Content-Length: 10003
Cache-Control: max-age=600
Expires: Tue, 06 May 2025 19:33:37 GMT
Vary: Accept-Encoding,User-Agent
Content-Type: text/html

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: phpmg.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>
  <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
  <meta charset="utf-8">
  <meta name="google-site-verification" content="jWWaqe-d-VXv1oGAClETwb94qJVCpyIXVj2uISIYEZI">
  <meta name="description"
        content="A PHP MG é a maior comunidade de desenvolvedores PHP de Minas Gerais. Aqui nós realizamos eventos, oficinas e tiramos dúvidas a respeito da linguagem PHP.">

  <!-- Facebook and Twitter integration -->
  <meta property="og:title" content="Maior grupo de desenvolvedores PHP de Minas Gerais — PHP MG">
  <meta property="og:image" content="https://phpmg.com/img/avatar.png">
  <meta property="og:url" content="https://phpmg.com">
  <meta property="og:site_name" content="PHP MG">
  <meta property="og:description" content="A PHP MG é a maior comunidade de desenvolvedores PHP de Minas Gerais. Aqui nós realizamos eventos, oficinas e tiramos dúvidas a respeito da linguagem PHP.">

  <meta name="twitter:title" content="Maior grupo de desenvolvedores PHP de Minas Gerais — PHP MG">
  <meta name="twitter:image" content="https://phpmg.com/img/avatar.png">
  <meta name="twitter:url" content="https://phpmg.com">
  <meta name="twitter:card" content="content">

  <title>Maior grupo de desenvolvedores PHP de Minas Gerais — PHP MG</title>

  <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
        rel="stylesheet"
        integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
        crossorigin="anonymous">
  <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
        rel="stylesheet"
        integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
        crossorigin="anonymous">
  <link href="//fonts.googleapis.com/css?family=Hind:700" rel="stylesheet">
  <link href="//fonts.googleapis.com/css?family=Share+Tech+Mono" rel="stylesheet">

  <link href="css/styles.css" rel="stylesheet">

  <link rel="icon" type="image" href="img/favicon.ico">

  <!-- Global site tag (gtag.js) - Google Analytics -->
  <script async src="https://www.googletagmanager.com/gtag/js?id=UA-110172426-4"></script>
  <script>
    window.dataLayer = window.dataLayer || [];

    function gtag() {
      dataLayer.push(arguments);
    }

    gtag('js', new Date());
    gtag('config', 'UA-110172426-4');
  </script>
</head>

<body>
<div class="container-fluid">
  <header class="row">
    <span class="triangle"></span>
    <span class="triangle"></span>
    <span class="triangle"></span>
    <span class="triangle"></span>
    <span class="triangle"></span>
    <span class="triangle"></span>
    <span class="triangle"></span>
    <span class="triangle"></span>
    <span class="triangle"></span>

    <div class="col-md-offset-2 col-md-8 col-md-offset-2">
      <div class="row">
        <div class="col-md-offset-0 col-md-8 col-md-offset-4">
          <img src="img/logo-php.png" class="logo"
               alt="Logotipo PHP-MG com a bandeira de minas e a marcação do rosto de um elefante dentro, símbolo da comunidade php">

          <div class="box-text">

            <h2 class="title-style">
              <span class="sub-style">grupo de desenvolvedores</span><br>
              PHP de minas gerais
            </h2>
          </div>

          <div>
            <p class="text text-right">
              <span class="phrase" id="log">
                &lt;!-- confira os nossos eventos --&gt;
              </span>
            </p>

          </div>
        </div>
      </div>

      <div class="row">
        <div class="col-md-10 col-md-offset-2">

          <div class="social text-right">
            <a href="http://github.com/phpmg/" class="hvr-grow" title="Github">
              <i class="fa fa-github"></i>
            </a>

            <a href="http://slack.phpmg.com/" class="hvr-grow" title="Slack">
              <i class="fa fa-slack"></i>
            </a>

            <a href="http://medium.com/phpmg-codeshare" class="hvr-grow" title="Medium">
              <i class="fa fa-medium"></i>
            </a>

            <a href="https://www.meetup.com/pt-BR/PHP-MG/" class="hvr-grow" title="Meetup">
              <i class="fa fa-meetup"></i>
            </a>

            <a href="https://www.facebook.com/peagapemg" class="hvr-grow" title="Facebook">
              <i class="fa fa-facebook"></i>
            </a>

            <a href="https://twitter.com/phpmg" class="hvr-grow" title="Twitter">
              <i class="fa fa-twitter"></i>
            </a>
          </div>
        </div>
      </div>
    </div>
  </header>

  <main class="row dynamic">
    <div class="col-md-offset-2 col-md-8 col-md-offset-2">
      <h2 class="title-main">artigos</h2>

      <div id="articles" class="row">
        <div class="col-md-12">
          <div class="jumbotron">
            <div class="loading-pulse"></div>
          </div>
        </div>
      </div>

      <div class="row show-more">
        <div class="col-md-12">
          <a href="https://medium.com/phpmg-codeshare"
             class="btn-section text-style-box hvr-grow">
            ver mais artigos
          </a>
        </div>
      </div>
    </div>
  </main>

  <section class="row dynamic">
    <div class="col-md-offset-2 col-md-8 col-md-offset-2">
      <h2 class="title-main">eventos do php mg</h2>

      <div id="events" class="row">
        <div class="col-md-12">
          <div class="jumbotron">
            <div class="loading-pulse"></div>
          </div>
        </div>
      </div>

      <div class="row show-more">
        <div class="col-md-12">
          <a href="https://www.meetup.com/pt-BR/PHP-MG" class="btn-section text-style-box hvr-grow">
            ver mais eventos
          </a>
        </div>
      </div>
    </div>
  </section>

  <section class="row image-back transparency">
    <div class="col-md-offset-2 col-md-8 col-md-offset-2">
      <h2 class="title-section-2">ajude o projeto</h2>

      <div class="row">
        <div class="col-lg-4 col-md-6 col-sm-6 col-xs-7">
          <p class="text-after-stick-2">Doe qualquer quantia pelo PagSeguro</p>
        </div>

        <div class="col-lg-8 col-md-6 col-sm-6 col-xs-5">
          <form action="https://pagseguro.uol.com.br/checkout/v2/donation.html" method="post">
            <input type="hidden" name="currency" value="BRL">
            <input type="hidden" name="receiverEmail" value="[email protected]">
            <button type="submit" name="submit"
                    title="Pague com PagSeguro - é rápido, grátis e seguro!"
                    class="btn-section text-style-box hvr-grow">
              doe agora
            </button>
          </form>
        </div>
      </div>
    </div>
  </section>

  <footer class="row">
    <div class="col-md-offset-2 col-md-8 col-md-offset-2">
      <div>
        <div class="col-sm-9">
          <p class="text-footer">
            © 2017 PHP MG - Grupo de Desenvolvedores de PHP de Minas Gerais | <span class="color">phpmg.com</span>
          </p>
        </div>

        <div class="col-sm-3">
          <a href="http://ilovepixel.com.br/">
            <img class="style-brand" src="img/marca.png" alt="marca da empresa i love pixel">
          </a>
        </div>
      </div>
    </div>
  </footer>
</div>

<script src="//code.jquery.com/jquery-3.2.1.min.js"
        integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
        crossorigin="anonymous"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
        integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
        crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.19.2/moment.min.js"></script>
<script>
  (function (i, s, o, g, r, a, m) {
    i['GoogleAnalyticsObject'] = r;
    i[r] = i[r] || function () {
      (i[r].q = i[r].q || []).push(arguments)
    }, i[r].l = 1 * new Date();
    a = s.createElement(o),
      m = s.getElementsByTagName(o)[0];
    a.async = 1;
    a.src = g;
    m.parentNode.insertBefore(a, m)
  })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');

  ga('create', 'UA-742902-18', 'auto');
  ga('send', 'pageview');
</script>

<script id="event-tmpl" type="application/x-underscore-template">
  <% _.each(events, function (event) { %>
  <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
    <div class="event">
      <p class="title-top text-style-box"><%= moment(event.time, 'x').format('MMMM D, ddd · HH:mm') %></p>

      <h2 class="text-box-section">
        <a href="<%= event.link %>" class="text-style-box"><%= event.name %></a>
      </h2>

      <% if (event.venue !== undefined) { %>
      <div class="phrase-2">
        <p class="text-after-stick"><%= event.venue.name %></p>
        <p class="text-address">
          <%= event.venue.address_1 %><br>
          <%= event.venue.city %>
        </p>
      </div>
      <% } else { %>
      <div class="phrase-2">
        <p class="text-after-stick">Local não definido</p>
      </div>
      <% } %>
    </div>
  </div>
  <% }); %>
</script>
<script id="article-tmpl" type="application/x-underscore-template">
  <% _.each(articles, function (article) { %>
  <div class="article col-lg-4 col-md-6 col-sm-6 col-xs-12">
    <div class="box hvr-grow">
      <% if (article.categories.length) { %>
      <p class="title-top text-style-box">
        <%= article.categories.join(', ') %>
      </p>
      <% } %>

      <h2 class="text-box">
        <a href="<%= article.link %>" class="text-style-box"><%= article.title %></a>
      </h2>

      <a href="<%= article.link %>">
        <img src="img/ic_trending_flat_black_48dp_2x.png" class="arrow">
      </a>
    </div>
  </div>
  <% }); %>
</script>
<script src="js/main.js"></script>
</body>
</html>
                               

Whois info of domain

Domain Name: PHPMG.COM
Registry Domain ID: 817169883_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2025-01-16T09:19:41Z
Creation Date: 2007-02-15T15:23:55Z
Registry Expiry Date: 2026-02-15T15:23:55Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: ok https://icann.org/epp#ok
Name Server: NS1.DREAMHOST.COM
Name Server: NS2.DREAMHOST.COM
Name Server: NS3.DREAMHOST.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-06T19:23:16Z <<<
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