OK
http://1tv.af/
Afghanistan
Country
Network
September 11, 2024, 11:19 AM UTC
Date & Time
Websites
Websites
Runtime: 6.6s
On September 11, 2024, 11:19 AM UTC, http://1tv.af/ was accessible when tested on AS212238 in Afghanistan.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
79.135.105.70
Query:
IN A 1tv.af
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
50.87.179.16

TCP Connections

Connection to 50.87.179.16:80 succeeded.

HTTP Requests

URL
GET https://1tv.af/
Response Headers
Cache-Control:
no-cache; private
Content-Security-Policy:
upgrade-insecure-requests
Content-Type:
text/html; charset=UTF-8
Date:
Wed, 11 Sep 2024 11:19:59 GMT
Expires:
Wed, 11 Jan 1984 05:00:00 GMT
Host-Header:
c2hhcmVkLmJsdWVob3N0LmNvbQ==
Server:
Apache
Vary:
Accept-Encoding
X-Endurance-Cache-Level:
2
X-Nginx-Cache:
WordPress
Response Body
<!DOCTYPE html>

<html lang="en-US">
    <head>
    	<meta charset="UTF-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1">

        <!-- SEO -->
<title>1TV Afghanistan Coming soon!</title><meta name="description" content="Just Another Coming Soon Page"/>
<!-- og meta for facebook, googleplus -->
<meta property="og:title" content="1TV Afghanistan Coming soon!"/>
<meta property="og:description" content="Just Another Coming Soon Page"/>
<meta property="og:url" content="https://1tvmedia.com/1tv"/>
<meta property="og:type" content="website" />
<meta property="og:image" content="https://1tvmedia.com/1tv/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/img/hardwork_banner_large.jpg"/>

<!-- twitter meta -->
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="1TV Afghanistan Coming soon!"/>
<meta name="twitter:description" content="Just Another Coming Soon Page"/>
<meta name="twitter:url" content="https://1tvmedia.com/1tv"/>
<meta name="twitter:image" content="https://1tvmedia.com/1tv/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/img/hardwork_banner_large.jpg"/>

<link rel="stylesheet" href="https://1tvmedia.com/1tv/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/style.css?v=4.1.13" type="text/css" media="all">
<link rel="stylesheet" href="https://1tvmedia.com/1tv/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" rel="stylesheet" >
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700%7CMontserrat:400,700,400&amp;subset=latin-ext,cyrillic,latin,vietnamese,cyrillic-ext" rel="stylesheet">


        <style>
            body,input {font-family:'Montserrat', 'sans-serif';color:#ffffff;}
                            .social-list {background-color: rgba(0,0,0,0.4);}
                            a {color:#ffffff;}
            h1,h2,h3,h4,h5,h6 {font-family:'Playfair Display', 'sans-serif';}
            body {font-size:17px; letter-spacing: 0px; font-weight:400;; }
            h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px; font-weight:700;font-style: normal;; }
            h1 {font-weight:700;font-style: normal;;}
        </style>

        

<style>
    .wp-video {margin: 0 auto;}
    .wp-video-shortcode {max-width: 100%;}
    .grecaptcha-badge {display: none!important;}
    .text-logo {display: inline-block;}
    #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
    #counter.expired {display: none; }
    input, button {
        box-shadow: inset 0 0 0 0 !important;
        -webkit-box-shadow: inset 0 0 0 0 !important;
        -webkit-appearance: none;
        outline: none;
    }
</style>




    </head>


    <body id="body">
        <div id="background-wrapper">

         <div id="background-image" class="image" style="background-image:url('https://1tvmedia.com/1tv/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/img/hardwork_banner_full.jpg')"></div><div class="background-overlay solid-color" style="background-color:#0a0a0a;opacity:0.4"></div>
        </div>

        
        <section class="section section-body">
            <div class="logo-wrapper text text-logo-wrapper"><a href="https://1tvmedia.com/1tv" style="text-decoration:none;color:inherit"><h1 class="text-logo">1TV Afghanistan</h1></a></div><h2 class="cmp-title animated ">SOMETHING IS HAPPENING!</h2>         
         </section>
        
    <!-- Fade in background image after load -->
    <script>
        window.addEventListener("load",function(event) {
            init();
        });

        function init(){

            var image = document.getElementById('background-image');
            var body = document.getElementById('body');
            
            if ( image === null ) {
                image = document.getElementById('body');
            } 

            if ( image != null ) {
                if ( image.className !== 'image-unsplash') {
                    image.classList.add('loaded');
                    body.classList.add('loaded');
                }
            }

                    }
    </script>

    
    <script>
        /* Subscribe form script */
        var ajaxWpUrl = 'https://1tvmedia.com/1tv/wp-admin/admin-ajax.php';
        var {pathname} = new URL(ajaxWpUrl);
        var ajaxurl = `${location.protocol}//${location.hostname}${pathname}`;
        var security = '585995d76a';
        var msg = '';
        subForm = function( form, resultElement, emailInput, firstnameInput, lastnameInput, token = '' ) {
            if ( emailInput.value !== '' ) {
                const firstname = firstnameInput === null ? '' : firstnameInput.value;
                const lastname = lastnameInput === null ? '' : lastnameInput.value;

                fetch( ajaxurl, {
                    method: 'POST',
                    headers: {
                        'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8',
                        'Access-Control-Allow-Origin': '*',
                    },
                    body: `action=niteo_subscribe&ajax=true&form_honeypot=&email=${ encodeURIComponent(emailInput.value) }&firstname=${ encodeURIComponent(firstname) }&lastname=${ encodeURIComponent(lastname) }&security=${ security }&token=${ token }`,
                    credentials: 'same-origin'
                } )
                .then( (res) => {
                    return res.json();
                } )
                .then( (data) => {
                    resultElement.innerHTML = data.message; // Display the result inside result element.
                    form.classList.add('-subscribed');
                    if (data.status == 1) {
                        form.classList.remove('-subscribe-failed');
                        form.classList.add('-subscribe-successful');
                        emailInput.value = '';
                        firstnameInput ? firstnameInput.value = '' : null;
                        lastnameInput ? lastnameInput.value = '' : null;
                        
                    } else {
                        form.classList.add('-subscribe-failed');
                    }
                } )
                .catch(function(error) { console.log(error.message); });

            } else {
                resultElement.innerHTML = 'Oops! Email is empty.';
            }
        }
    </script>

<!-- Build by CMP – Coming Soon Maintenance Plugin by NiteoThemes -->
<!-- Visit plugin page https://wordpress.org/plugins/cmp-coming-soon-maintenance/ -->
<!-- More CMP Themes on https://niteothemes.com -->
    </body>

</html>
URL
GET http://1tv.af/
Response Headers
Content-Length:
223
Content-Type:
text/html; charset=iso-8859-1
Date:
Wed, 11 Sep 2024 11:19:58 GMT
Location:
https://1tv.af/
Server:
Apache
Response Body
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://1tv.af/">here</a>.</p>
</body></html>

Resolver

Resolver ASN
AS212238
Resolver IP
79.135.105.70
Resolver Network Name
Datacamp Limited
Report ID
20240911T111320Z_webconnectivity_AF_212238_n1_8298oQ60aFiyIjaf
Platform
macos
Software Name
ooniprobe-desktop-unattended (3.23.0)
Measurement Engine
ooniprobe-engine (3.23.0)

Raw Measurement Data

Loading