Websites
Websites
Runtime: 6.4s
Share on Facebook or Twitter
On April 9, 2021 at 10:03:08 PM UTC, http://www.webbox.com/index.php was accessible when tested on AS43940 in Montenegro.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
146.112.128.70
Query:
IN A www.webbox.com
Engine:
system
Name
Class
TTL
Type
DATA
Answer IP Info
@
IN
A
184.168.131.241
AS26496 (GoDaddy.com, LLC)

TCP Connections

184.168.131.241:80: succeeded

HTTP Requests

URL
GET https://login.webbox.com/wmidentity/Account/Login?ReturnUrl=%2Fwmidentity%2Fconnect%2Fauthorize%2Fcallback%3Fresponse_mode%3Dform_post%26response_type%3Dcode%2520id_token%26redirect_uri%3Dhttps%253A%252F%252Flogin.webbox.com%252Flogin.php%26client_id%3Dwebmail%26nonce%3D521f877b6ec17637ed3164b0ba3fb560%26state%3Db1a641088554a238c255ee37735418fe%26scope%3Dopenid%2520profile%2520email%2520webmail%2520openid
Response Headers
Cache-Control:
no-cache, no-store
Connection:
keep-alive
Content-Length:
9487
Content-Security-Policy:
frame-ancestors 'self';
Content-Type:
text/html
Date:
Fri, 09 Apr 2021 22:03:15 GMT
Pragma:
no-cache
Server:
openresty
Set-Cookie:
.AspNetCore.Antiforgery.9TtSrW0hzOs=CfDJ8PJv2PmI83xDqNI3IL5jbf4dRgrmsEfg1b0Jwp1MzfmLB99EblBhCSIbPdCTHWIBSDgzAm0uppUdMc9pP0VvCxWJnPl8PQnQd1xt9n3Alwh6oFT_qYvrD8I-cbgwiGOmwYyiQ0HR4_UVOGffxV8PyrA; path=/wmidentity; samesite=lax; httponly
X-Co-Correlation-Id:
0HM4M27D6ONU7:0000000C
X-Co-Url:
https://login.webbox.com/wmidentity/Account/Login?ReturnUrl=%2Fwmidentity%2Fconnect%2Fauthorize%2Fcallback%3Fresponse_mode%3Dform_post%26response_type%3Dcode%2520id_token%26redirect_uri%3Dhttps%253A%252F%252Flogin.webbox.com%252Flogin.php%26client_id%3Dwebmail%26nonce%3D521f877b6ec17637ed3164b0ba3fb560%26state%3Db1a641088554a238c255ee37735418fe%26scope%3Dopenid%2520profile%2520email%2520webmail%2520openid
X-Frame-Options:
SAMEORIGIN
Response Body
<html><head>
  <meta charset="UTF-8">
  <title>Webmail</title>
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,400,500,700">

  <style>
    /* Page Defaults */
    * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    body {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 1.42857;
      color: #333333;
      background-color: #FAFAFA;
      margin: 0;
    }

    /* Page Layout */
    #content {
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: #EAEAEA;
    }
    #content-header {
      height: 53px;
      padding: 16px;
      font-size: 24px;
      font-weight: 300;
      line-height: 18px;
      background: #424242;
      color: #FCFCFC;
    }
    #content-header-logo {
      float: right;
    }
    #logo {
      width: 130px;
      height: 26px;
    }
    #content-header-label {
      float: left;
    }
    #content-body {
      display: flex;
      justify-content: start;
      background: #FFFFFF;
      min-width: 500px;
    }

    /* Form Layout */
    #form {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 20px;
      min-height: 268px;
      width: 100%;
    }
    #form-body {
      height: 205px;
      width: 100%;
      margin: 40px 0px 0px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-right: 20px;
    }
    #form-container {
      width: 100%;
      margin: 0px auto;
      padding: 0px 10px;
    }
    .row {
      margin: 0px -10px;
    }
    .row:before, .row:after {
      content: " ";
      display: table;
    }
    .col {
      width: 100%;
      float: left;
      position: relative;
      min-height: 1px;
      padding: 0px 10px;
    }
    .form-group {
      width: inherit;
      padding-right: 30px;
      margin-bottom: 20px;
    }
    .form-label {
      position: relative;
      font-family: Roboto;
      font-size: 16px;
      margin-bottom: 8px;
      line-height: 1;
      color: #616161;
      display: inline-block;
      max-width: 100%;
    }
    .form-field {
      border: 1px solid #BDBDBD;
      border-radius: 2px;
      background: #FFFFFF;
      font-family: Roboto;
      font-size: 16px;
      color: #616161;
      height: 32px;
      display: block;
      width: 100%;
      padding: 4px 8px;
      line-height: 1.42857;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }
    #forgot-password {
      position: absolute;
      top: 0px;
      right: 40px;
      color: #0C7C84;
      text-decoration: none;
      background-color: transparent;
      box-sizing: border-box;
    }
    #login-btn-toolbar {
      float: right;
      margin: auto 30px 15px -20px;
    }
    #login-btn {
      float: right;
      display: inline-flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 0 12px;
      height: 32px;
      line-height: 1px;
      font-size: 14px;
      font-weight: 400;
      text-transform: capitalize;
      color: #fff;
      background-color: #0C7C84;
      border-color: #0C7C84;
      margin-bottom: 0;
      text-align: center;
      vertical-align: middle;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      white-space: nowrap;
      border-radius: 2px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    #form-container {
      width: 100%;
      margin: 0px auto;
      padding: 0px 10px;
    }
    @media only screen
      and (max-device-width: 480px) {
      /* Page Defaults */
      body {
        font-size: 19pt;
        line-height: 1.42857em;
      }
      /* Page Layout */
      #content {
        align-items: inherit;
        display: inherit;
        justify-content: inherit;
      }
      #content-header {
        font-size: 171%;
        height: 3em;
        line-height: 1em;
        padding: 1em;
      }
      /* Form Layout */
      .form-label {
        font-size: 114%;
      }
      .form-field {
        font-size: 114%;
        height: 2em;
      }
      #forgot-password {
        right: 2em;
        top: 0;
      }
      #login-btn-toolbar {
        margin: 1.5em 2em 1em -1.5em;
      }
      #login-btn {
        font-size: 150%;
        height: 3em;
        padding: 1.25em;
      }
    }
  </style>

  <script>
    // This section is here to give examples on how to modify form content in the new layout.

    // Change Username or Password Labels (helpful for non-english login pages).
    // document.getElementById('pass-label').innerHTML = 'contraseña';
    // document.getElementById('user-label').innerHTML = 'usuario';

    // Hide forgot password link (Not recommended as even if you disable this feature, the link is useful for your users).
    // document.getElementById('forgot-password').style.display = 'none'
  </script>

  <body>
    <div>
      <div id="content">
        <div>
          <div id="content-header">
            <div id="content-header-label">Webbox Login</div>
            <div id="content-header-logo">
                <!-- To add a logo just put it in an img tag below this comment! -->
            </div>
          </div>
          <div id="content-body">
            <!-- DO NOT REMOVE THE FOLLOWING LINE YOUR SITE WILL NOT WORK WITHOUT IT!!! -->
            <form id="form" method="post" name="login" action="" autocomplete="off">
  <script src="/wmidentity/dist/webmailLogin.js?v=dn70RwATRXPGR3I_MlY9aK9fMX6zSf1GYvcRvRv-UFc=" type="text/javascript"></script>
  <div id="form-body">
    <div id="form-container">
      <input type="hidden" name="__RequestVerificationToken" value="CfDJ8PJv2PmI83xDqNI3IL5jbf6-PYNQ-QUv6mBu7v-kIQDcTxxz_oCznpT-V775p-l82mEomqUQjH1rDTF9DZRmsVYIqso5BekTFxUNajSd_zsL1MTXzw6gaqF0o9sVJy6FMjoFOmp8jtl7Ou-bV0q4oiA" />
      <!-- destination and flags is used for OWA login -->
      <input id="form-destination" type="hidden" name="destination" value="" />
      <input id="form-owa-flags" type="hidden" name="flags" value="4" />
      <div id="user-row" class="row">
        <div id="user-col" class="col">
          <div id="user-field" class="form-group">
            <label id="user-label" class="form-label">Email address</label>
            <input id="user-input" name="username" tabindex="1" class="form-field" value="" autocomplete="username" />
          </div>
        </div>
      </div>
      <div id="pass-row" class="row">
        <div id="pass-col" class="col">
          <div id="pass-field" class="form-group">
            <label id="pass-label" class="form-label">Password</label>
            <input id="pass-input" name="password" tabindex="2" type="password" class="form-field" value="" autocomplete="current-password" />
          </div>
          <a id="forgot-password" href="/wmidentity/recover/password" tabindex="4">Forgot password?</a>
        </div>
      </div>
    </div>
  </div>
  <div id="login-btn-toolbar">
    <button onclick="submitLogin(event);" id="login-btn" tabindex="3" type="submit">Log In</button>
  </div>
</form>
            <!-- This section contains an EXAMPLE of the login form.
                 You should use this for help with style changes.
                 DO NOT try to change this area as it does nothing.
                 All html tags are just "element" to ensure no css uses html selectors.
                 Please only use IDs and Classes.

                 <element id="form">
                   <element id="form-body">
                     <element id="form-container">
                       <element id="user-row" class="row">
                         <element id="user-col" class="col">
                           <element id="user-field" class="form-group">
                             <element id="user-label" class="form-label">Username</element>
                             <element id="user-input" name="user_name" class="form-field" />
                           </>
                         </>
                       </>
                       <element id="pass-row" class="row">
                         <element id="pass-col" class="col">
                           <element id="pass-field" class="form-group">
                             <element id="pass-label" class="form-label">Password</element>
                             <element id="pass-input" name="password" class="form-field" />
                           </>
                           <element id="forgot-password">Forgot password?</element>
                         </>
                       </>
                     </>
                   </>
                   <element id="login-btn-toolbar">
                     <element id="login-btn">Log In</element>
                   </>
                 </>
            -->
          </div>
        </div>
      </div>
    </div>
  </body>
</html>
URL
GET https://login.webbox.com/wmidentity/connect/authorize?response_mode=form_post&response_type=code+id_token&redirect_uri=https%3A%2F%2Flogin.webbox.com%2Flogin.php&client_id=webmail&nonce=521f877b6ec17637ed3164b0ba3fb560&state=b1a641088554a238c255ee37735418fe&scope=openid+profile+email+webmail+openid
Response Headers
Connection:
keep-alive
Content-Length:
0
Content-Security-Policy:
frame-ancestors 'self';
Date:
Fri, 09 Apr 2021 22:03:15 GMT
Location:
https://login.webbox.com/wmidentity/Account/Login?ReturnUrl=%2Fwmidentity%2Fconnect%2Fauthorize%2Fcallback%3Fresponse_mode%3Dform_post%26response_type%3Dcode%2520id_token%26redirect_uri%3Dhttps%253A%252F%252Flogin.webbox.com%252Flogin.php%26client_id%3Dwebmail%26nonce%3D521f877b6ec17637ed3164b0ba3fb560%26state%3Db1a641088554a238c255ee37735418fe%26scope%3Dopenid%2520profile%2520email%2520webmail%2520openid
Server:
openresty
X-Co-Correlation-Id:
0HM4M27D3SU8F:0000000C
X-Co-Url:
https://login.webbox.com/wmidentity/connect/authorize?response_mode=form_post&response_type=code+id_token&redirect_uri=https%3A%2F%2Flogin.webbox.com%2Flogin.php&client_id=webmail&nonce=521f877b6ec17637ed3164b0ba3fb560&state=b1a641088554a238c255ee37735418fe&scope=openid+profile+email+webmail+openid
Response Body

Empty body

URL
GET https://login.webbox.com/login.php
Response Headers
Connection:
keep-alive
Content-Type:
text/html; charset=UTF-8
Date:
Fri, 09 Apr 2021 22:03:15 GMT
Location:
https://login.webbox.com/wmidentity/connect/authorize?response_mode=form_post&response_type=code+id_token&redirect_uri=https%3A%2F%2Flogin.webbox.com%2Flogin.php&client_id=webmail&nonce=521f877b6ec17637ed3164b0ba3fb560&state=b1a641088554a238c255ee37735418fe&scope=openid+profile+email+webmail+openid
Server:
openresty
Set-Cookie:
openid_connect_nonce=521f877b6ec17637ed3164b0ba3fb560; expires=Sat, 10-Apr-2021 22:03:15 GMT; Max-Age=86400; path=/
X-Frame-Options:
SAMEORIGIN
Response Body

Empty body

URL
GET https://login.webbox.com/index.php
Response Headers
Connection:
keep-alive
Content-Type:
text/html; charset=UTF-8
Date:
Fri, 09 Apr 2021 22:03:15 GMT
Location:
https://login.webbox.com/login.php
Server:
openresty
X-Frame-Options:
SAMEORIGIN
Response Body

Empty body

URL
GET http://login.webbox.com/index.php
Response Headers
Connection:
Keep-Alive
Content-Length:
0
Location:
https://login.webbox.com/index.php
Server:
BigIP
Response Body

Empty body

URL
GET http://www.webbox.com/index.php
Response Headers
Content-Type:
text/html; charset=utf-8
Date:
Fri, 09 Apr 2021 22:03:14 GMT
Location:
http://login.webbox.com/index.php
Server:
nginx/1.16.1
Response Body

Empty body

Resolver

Resolver ASN
AS36692
Resolver IP
146.112.128.70
Resolver Network Name
Cisco OpenDNS, LLC
Measurement UID
20210409220316.139561_ME_webconnectivity_e9b955e70c41a5d9
Report ID
20210409T220300Z_webconnectivity_ME_43940_n1_Ou4Y0DEoAK2Idojp
Platform
android
Software Name
ooniprobe-android (2.10.1)
Measurement Engine
ooniprobe-engine (3.8.0)

Raw Measurement Data

Loading…