https://c4b-integration.com/goal

Submitted URL:
https://c4b-integration.com/goal
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 5 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
uidEventnumber
bootstrapobject

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <title>IP Restriction access to the content.</title>
  <meta name="description" content="">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
  <link rel="stylesheet" href="/static/css/ip_restriction.css">
  <link rel="shortcut icon" href="/static/img/favicon.png" type="image/x-icon">
  <link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&amp;family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap" rel="stylesheet">
</head>
<body>
<div class="container align-content-center mt-5 mb-5 w-50">
  <h1 class="text-center">
    Restriction access by IP location to the requested
    content.
  </h1>
  <div class="card">
    <div class="card-body">
      <h5 class="card-title">Why do I see this page?</h5>
      <p class="card-text fw-lighter">
        The requested page (content) has access restriction by IP address.<br>
        And if you see this page, it means that the IP address you are using
        does not match any of the lists of allowed criteria.<br>
        Below you can find detailed information about your IP address.<br><br>
        Perhaps you are using a VPN or a dynamic IP address and in order to
        resume access to the requested page (content), you need to disable
        the VPN or reserve a static IP address with your Internet provider.<br>
        If you do not use VPN and your IP meets one of the established
        criteria, but you still see this page, please contact us by [email].
      </p>
    </div>
  </div>
  <br>
  <div class="card">
    <div class="card-body">
      <h5 class="card-title">Your location by IP address</h5>
    </div>
    <div class="card-text p-2">
      <table class="table table-dark">
        <thead>
          <tr>
            <th scope="col">IP</th>
            <th scope="col">State</th>
            <th scope="col">Country</th>
          </tr>
        </thead>
        <tbody>
          <tr class="table-secondary">
            <td>2a09:bac5:3128:e64::16f:5</td>
            <td>Madrid</td>
            <td>Spain</td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
</div>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>

</body></html>