Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - mql6.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 09:34:45 GMT
Server: Apache
Upgrade: h2,h2c
Connection: Upgrade
Last-Modified: Mon, 25 Nov 2024 15:18:37 GMT
ETag: "1290-627be3f2b2d8a"
Accept-Ranges: bytes
Content-Length: 4752
Vary: Accept-Encoding
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: mql6.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>MQL6 Trading Solutions</title>
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
    <style>
        body {
            font-family: 'Arial', sans-serif;
        }
        .hero {
            background-color: #1a202c;
            color: white;
            padding: 50px 0;
            text-align: center;
        }
        .section {
            padding: 20px;
        }
        .footer {
            background-color: #2d3748;
            color: white;
            text-align: center;
            padding: 10px 0;
        }
    </style>
</head>
<!DOCTYPE html>
<html lang="es">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Principales Pares de Monedas</title>
  <style>
      #forex-data {
          font-family: Arial, sans-serif;
          margin: 20px;
      }
      .currency-pair {
          margin-bottom: 10px;
      }
  </style>
</head>
<body>
  <div id="forex-data">
      <h1>Principales Pares de Monedas</h1>
      <div id="EURUSD" class="currency-pair">EUR/USD: <span>-</span></div>
      <div id="USDJPY" class="currency-pair">USD/JPY: <span>-</span></div>
      <div id="GBPUSD" class="currency-pair">GBP/USD: <span>-</span></div>
  </div>

  <script>
      const apiKey = 'AC1SE2O6XDZDUB95'; // Reemplaza con tu clave de API
      const pairs = ['EURUSD', 'USDJPY', 'GBPUSD'];

      async function fetchForexData(pair) {
          try {
              const response = await fetch(`https://www.alphavantage.co/query?function=CURRENCY_EXCHANGE_RATE&from_currency=${pair.slice(0, 3)}&to_currency=${pair.slice(3)}&apikey=${apiKey}`);
              const data = await response.json();
              const exchangeRate = data['Realtime Currency Exchange Rate']['5. Exchange Rate'];
              document.getElementById(pair).querySelector('span').textContent = exchangeRate;
          } catch (error) {
              console.error('Error fetching data:', error);
          }
      }

      function updateForexData() {
          pairs.forEach(pair => fetchForexData(pair));
      }

      // Actualiza los datos cada minuto
      setInterval(updateForexData, 60000);
      updateForexData(); // Llama a la función al cargar la página
  </script>
</body>
</html>
<body>
    <header class="hero">
        <h1 class="text-4xl font-bold">Welcome to MQL6 Trading Solutions</h1>
        <p class="mt-4">Your gateway to automated trading success</p>
    </header>

    <main>
        <section class="section bg-gray-100">
            <h2 class="text-2xl font-bold">Our Services</h2>
            <p>We offer custom MQL6 development, educational resources, and premium trading tools.</p>
        </section>

        <section class="section">
            <h2 class="text-2xl font-bold">Products</h2>
            <ul class="list-disc pl-5">
                <li>Custom Indicators</li>
                <li>Expert Advisors</li>
                <li>Trading Scripts</li>
            </ul>
        </section>

        <section class="section bg-gray-100">
            <h2 class="text-2xl font-bold">Contact Us</h2>
            <p>Have questions? Reach out to us at <a href="mailto:[email protected]" class="text-blue-500">[email protected]</a></p>
        </section>

 <section class="section">
            <h2 class="text-2xl font-bold">Comments</h2>
            <form id="commentForm" class="mt-4">
                <textarea class="w-full p-2 border" rows="4" placeholder="Leave your comment here..."></textarea>
                <div class="mt-2">
                    <label for="captcha">What is 3 + 4?</label>
                    <input type="text" id="captcha" class="border p-1" placeholder="Enter answer">
                </div>
                <button type="submit" class="mt-2 bg-blue-500 text-white p-2">Submit</button>
            </form>
        </section>
    </main>

    <footer class="footer">
        <p>&copy; 2024 MQL6 Trading Solutions. All rights reserved.</p>
    </footer>

    <script>
        document.getElementById('commentForm').addEventListener('submit', function(event) {
            event.preventDefault();
            const captcha = document.getElementById('captcha').value;
            if (captcha === '7') {
                alert('Comment submitted successfully!');
            } else {
                alert('Incorrect CAPTCHA. Please try again.');
            }
        });
    </script>
</body>
</html>
</html>

                               

Whois info of domain

Domain Name: MQL6.COM
Registry Domain ID: 1704761581_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.cdmon.com
Registrar URL: https://www.cdmon.com
Updated Date: 2025-01-24T11:54:13Z
Creation Date: 2012-02-29T20:03:06Z
Registry Expiry Date: 2026-02-28T20:03:06Z
Registrar: 10dencehispahard, S.L.
Registrar IANA ID: 1403
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +34.935677577
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS1.CDMON.NET
Name Server: NS2.CDMON.NET
Name Server: NS3.CDMON.NET
Name Server: NS4.CDMONDNS-01.ORG
Name Server: NS5.CDMONDNS-01.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T09:34:36Z <<<
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