https://www.paypalobjects.com/

ID de exploración:
cb1d0e48-a8b7-4d2d-9fed-a607ab5320fcFinalizado
URL enviada:
https://www.paypalobjects.com/
Informe finalizado:

Enlaces: 0 encontrados

Los enlaces salientes identificados en la página

Variables JavaScript: 3 encontradas

Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensajes de registro de la consola: 2 encontrados

Mensajes registrados en la consola web

TipoCategoríaRegistro
errornetwork
URL
https://www.paypalobjects.com/
Texto
Failed to load resource: the server responded with a status of 403 ()
errorsecurity
URL
https://www.paypalobjects.com/
Texto
Refused to apply style from 'https://www.paypalobjects.com/error.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

HTML

El cuerpo HTML sin procesar de la página

<!DOCTYPE html><html><head>
    <meta charset="utf-8">
    <title>403</title>
    <link rel="stylesheet" href="error.css" type="text/css">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style>
      body {
        background-color: #0494e4;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        font-family: Helvetica Neue,Arial,sans-serif;
        font-weight: 400;
      }
      #logo {
        background-image: url(https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom-white.svg);
        background-size: cover;
        background-position: left;
        background-origin: content-box;
        display: inline-block;
        overflow: hidden;
        height: 38px;
        width: 163px;
        background-repeat: no-repeat;
        margin: 30px 0 0 30px;
      }
      p { margin-left: 30px; }
      span { color: #ddd; }
    </style>
  </head>
<body>
  <a href="//www.paypal.com/">
    <span id="logo"></span>
  </a>
  <p>
    <b>403</b>
    <span>That’s an error.</span>
  </p>
  


</body></html>