Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - mytas.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 02 May 2025 05:29:52 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 55
Connection: keep-alive
Location: https://www.mytas.at
Server: ip-100-74-5-78.eu-west-2.compute.internal
Vary: Accept-Encoding
X-Request-Id: 4f07535d-01e7-4263-adcd-de0d5b6d3580

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://www.mytas.at
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Length: 22823
Content-Type: text/html
Date: Fri, 02 May 2025 05:29:51 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
Cache-Control: no-cache,no-store
ETag: "38b5361acbb5db1:0"
Expires: -1
Last-Modified: Fri, 25 Apr 2025 10:16:26 GMT
Pragma: no-store
Set-Cookie: ARRAffinity=ea28117f37935a06a82e66eff48f06d1b7b74dc52d6f1ca845547af38ed9452e;Path=/;HttpOnly;Secure;Domain=www.mytas.at
Set-Cookie: ARRAffinitySameSite=ea28117f37935a06a82e66eff48f06d1b7b74dc52d6f1ca845547af38ed9452e;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.mytas.at
X-Powered-By: ASP.NET

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: mytas.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html dir="ltr" lang="de" data-critters-container>

<head prefix="og: http://ogp.me/ns#">
  <!-- Google Tag Manager -->
  <script>
    if (window.location.host == 'mytas.at') {
      (function (w, d, s, l, i) {
        w[l] = w[l] || [];
        w[l].push({
          'gtm.start': new Date().getTime(),
          event: 'gtm.js',
        });
        var f = d.getElementsByTagName(s)[0],
          j = d.createElement(s),
          dl = l != 'dataLayer' ? '&l=' + l : '';
        j.async = true;
        j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
        f.parentNode.insertBefore(j, f);
      })(window, document, 'script', 'dataLayer', 'GTM-M4MCCQL');
    }
  </script>
  <script type="text/javascript">
    triggerUpdate
    var triggerUpdate = function () {

      let getLink = function () {
        let link = '';
        const map = [
          {
            url: 'mytas.eu',
            backend: 'https://mytasdev-backend.rse.at',
          },
          {
            url: 'localhost',
            backend: 'https://mytasdev-backend.rse.at',
          },
          {
            url: 'mytas.at',
            backend: 'https://mytasapi.nxtcloud.at',
          },
        ];
        link = map.find((m) => location.href.includes(m.url))?.backend;
        if (!link) link = 'https://mytasapi.nxtcloud.at';
        return link;
      }
      let createMetaTag = function (name, content, property) {
        var m = document.createElement('meta');
        if (name && name != '') m.name = name;
        m.content = content;
        if (property && property != '') m.setAttribute('property', property);
        document.head.appendChild(m);
      }
      let setFaviconLink = function (href) {
        const link1 = document.createElement(`link`);
        link1.id = `favicon_1`;
        link1.rel = `icon`;
        document.head.appendChild(link1);
        link1.href = href;
      }

      const brandingLocalStorageName = `Branding_Test`;
      const brandingLocalStorageNameDns = `Branding_Dns`;
      let storage = localStorage.getItem(brandingLocalStorageNameDns);
      let domain = window.location.hostname;
      const useTest = localStorage.getItem(brandingLocalStorageName) == `true`;

      //wenn testvariable auf true ist dann nicht den hostname nehmen sondern Wert aus LocalStorage nehmen
      if (useTest) {
        if (storage && storage != '') {
          localStorage.setItem(brandingLocalStorageNameDns, storage);
          localStorage.setItem(brandingLocalStorageName, `true`);
          domain = storage;
        }
      }

      //load domain branding style
      let link = getLink();
      let obj = { url: link + '/api/services/app/Branding/GetBrandingsForDomain?domain=' + domain };

      fetch(obj.url, {
        method: 'GET',
        mode: 'cors',
        headers: {
          'Content-Type': 'application/json',
        },
      })
        .then((response) => response.json())
        .then((result) => {
          // define fallbacks
          let fallbackTitle = 'myTAS';
          let fallbackDescription = 'Mit myTAS überwachen Sie Ihre technischen Anlagen in Echtzeit. IIOT-Cloud-Plattform für Anlagen in der Wasserversorgung, Abwasserbeseitigung, Industrie und Energie.';
          let fallbackIcons = [
            '/assets/icons/apple-icon-57x57.png',
            '/assets/icons/apple-icon-60x60.png',
            '/assets/icons/apple-icon-72x72.png',
            '/assets/icons/apple-icon-76x76.png',
            '/assets/icons/apple-icon-114x114.png',
            '/assets/icons/apple-icon-120x120.png',
            '/assets/icons/apple-icon-144x144.png',
            '/assets/icons/apple-icon-152x152.png',
            '/assets/icons/android-icon-192x192.png',
            '/assets/icons/apple-icon-180x180.png',
            '/assets/icons/icon-152x152.png'
          ];
          let setTitle = false;
          let setDescription = false;
          let setFavicon = false;

          //if branding could be loaded -> set the attributes that are provided
          if (result.result.length) {
            for (var i = 0; i < result.result.length; i++) {
              let elem = result.result[i];
              if (elem.key == 'TEXT_TAB') {
                document.title = elem.value;
                createMetaTag('title', elem.value, 'og:title');
                setTitle = true;
              } else if (elem.key == 'DESCRIPTION') {
                createMetaTag('description', elem.value, '');
                createMetaTag('', elem.value, 'og:description');
                setDescription = true;
              } else if (elem.key == 'IMAGE_FAVICON') { //IMAGE_PWA?
                setFaviconLink(elem.value);
                setFavicon = true;
              }
            }
          }

          if (!setTitle) {
            //set all titles with default if not provided
            document.title = fallbackTitle;
            createMetaTag('title', fallbackTitle, 'og:title');
          }

          if (!setDescription) {
            //set all description tags with default if not provided
            createMetaTag('description', fallbackDescription, '');
            createMetaTag('', fallbackDescription, 'og:description');
          }

          if (!setFavicon) {
            //set default favicon if not provided by branding
            setFaviconLink(window.location.origin + '/assets/icons/favicon.png');

            //set default pwa logos -> would be taken before favicon is loaded if already provided
            const icons = document.getElementsByClassName(`logo_icon`);
            for (let i = 0; i < icons.length; i++) {
              const icon = icons.item(i);
              if (i < fallbackIcons.length) {
                icon.href = window.location.origin + fallbackIcons[i];
              }
            }
          }
        })
        .catch((err) => {
          //   console.log(err);
        });
    }

    document.addEventListener('DOMContentLoaded', function (event) {
      if (localStorage['darkmode'] == 'true') {
        document
          .getElementById('root-inital-loader')
          .classList.add('dark-mode');
      }
    });

    setTimeout(() => {
      if (document.getElementById('overlay')) {
        let e = document.createElement('div');
        e.id = 'reloadText';
        e.style.position = 'absolute';
        e.style.left = '50%';
        e.style.top = '30%';
        e.style.width = '250px';
        e.style.textAlign = 'center';
        e.style.marginLeft = '-125px';
        e.innerHTML =
          'Sollten Sie nicht automatisch weitergeleitet werden, aktualisieren Sie die Seite manuell oder klicken Sie ';
        let e2 = document.createElement('a');
        e2.innerHTML = 'hier';
        e2.href = window.location.href;
        e.appendChild(e2);
        document.getElementById('overlay').appendChild(e);
      }
    }, 30000);

    triggerUpdate();
  </script>
  <script>
    (function () {
      if (window.location.href.includes('www.')) {
        let s = window.location.href.split('www.');
        window.location.href = s[0] + s[1];
      }
    })();
  </script>
  <!-- End Google Tag Manager -->

  <script type="text/javascript">
    // this function gets called from the xamarin native app and should give us a Push-Token
    function processPushDeviceInformation(pushDeviceInformation) {
      //processPushToken
      var event = new CustomEvent('token.recieved', {
        detail: pushDeviceInformation,
        bubbles: true,
        cancelable: true,
      });
      document.dispatchEvent(event);
    }

    function requestPermissionFromDesktop() {
      //processPushToken
      var event = new CustomEvent('desktop.requestPermission', {
        detail: '',
        bubbles: true,
        cancelable: true,
      });
      document.dispatchEvent(event);
    }

    // We call this function to ask the native app for the Push-Token after this "invokeJSAction" gets called
    async function callXamarinGetPushToken(origin, hasAlreadyLocalToken = false) {
      console.log(origin);
      try {
        if (typeof getPushToken === 'function') {
          //only when´coming from root and a token already exists or if in pushdeviceoverview and no token exists
          if (origin === "root.module" && hasAlreadyLocalToken || origin === "push-devices-overview" && !hasAlreadyLocalToken) {
            getPushToken(); //getPushToken
            localStorage["isNative"] = true;
          }
        } else {
          if (origin === "push-devices-overview" && !hasAlreadyLocalToken) {
            requestPermissionFromDesktop();
          }
          //when on start and it needs to have aleady a token
          else if (origin === "root.module" && hasAlreadyLocalToken) {
            //since it gets called to early, we need to wait a bit
            await new Promise(f => setTimeout(f, 7000));
            requestPermissionFromDesktop();
          }
          //obsolete?
          //processPushDeviceInformation({});
        }
      } catch (err) {
        console.error('No Pushdevice detected', err);
      }
    }

    function confirmXamarinPushToken(token) {
      try {
        if (typeof confirmPushToken === 'function') {
          if (token != null) {
            confirmPushToken(token);
          }
        }
      } catch (err) {
        console.error('No Pushdevice detected', err);
      }
    }
  </script>
  <meta charset="utf-8">
  <base href="/">

  <!--TITLE-->
  <title>...</title>


  <meta content="https://www.mytas.at" property="og:url">
  <meta content="IE=edge" http-equiv="X-UA-Compatible">
  <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
  <meta content name="author">
  <meta content="no-store, post-check=0, pre-check=0" http-equiv="cache-control">
  <meta content="max-age=0" http-equiv="cache-control">
  <meta content="0" http-equiv="expires">
  <meta content="Tue, 01 Jan 1980 1:00:00 GMT" http-equiv="expires">
  <meta content="no-store" http-equiv="pragma">

  <!--ICONS-->
  <meta content="/assets/RSE_CUSTOM/img/myTAS-OG.jpg" property="og:image">
  <link class="logo_icon" rel="apple-touch-icon" sizes="57x57">
  <link class="logo_icon" rel="apple-touch-icon" sizes="60x60">
  <link class="logo_icon" rel="apple-touch-icon" sizes="72x72">
  <link class="logo_icon" rel="apple-touch-icon" sizes="76x76">
  <link class="logo_icon" rel="apple-touch-icon" sizes="114x114">
  <link class="logo_icon" rel="apple-touch-icon" sizes="120x120">
  <link class="logo_icon" rel="apple-touch-icon" sizes="144x144">
  <link class="logo_icon" rel="apple-touch-icon" sizes="152x152">
  <link class="logo_icon" rel="icon" sizes="192x192" type="image/png">
  <link class="logo_icon" rel="apple-touch-icon" sizes="180x180">
  <link class="logo_icon" rel="apple-touch-icon" sizes="1000x1000">
  <link class="logo_icon" rel="apple-touch-icon">

  <link id="setManifest" rel="manifest">
  <meta content="#00569f" id="setThemeColor" name="theme-color">
  <meta name="msapplication-TileColor" id="setThemeColor2" content="#00569f">
  <style>
    .login-aside {
      background-color: var(--primaryDark);
      color: #ffffff;
      min-height: 100vh;
    }

      .login-aside .loginLogoContainer {
        padding-top: 50px;
        padding-bottom: 50px;
      }

    @media (min-height: 800px) {
      .login-aside .loginLogoContainer {
        padding-top: 100px;
        padding-bottom: 100px;
      }
    }

    .login-aside .form-group label {
      color: #fff;
    }

    .login-aside .loginbottom {
      max-width: 100%;
      width: 100%;
    }

    .root-initial-loader {
      display: block !important;
    }

      .root-initial-loader .overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 99999 !important;
        width: 100%;
        height: 100%;
        background-color: #dae5f2 !important;
      }

      .root-initial-loader.dark-mode .overlay {
        background-color: #232d38 !important;
      }

      .root-initial-loader i {
        position: absolute;
        color: var(--primary);
        z-index: 100000 !important;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      }

        .root-initial-loader i.fa-spin-2x {
          -webkit-animation: custom-spin 1s infinite linear;
          animation: custom-spin 1s infinite linear;
        }

    ngx-spinner .loading-text {
      font-weight: bold;
      color: white;
      font-size: 1.3em;
    }

    .root-initial-loader i {
      color: var(--primary);
      margin-left: -49px;
    }

    .ngx-spinner-overlay,
    .root-initial-loader .overlay {
      background-color: #dae5f2 !important;
      color: var(--primaryDark) !important;
    }

      .root-initial-loader .overlay.dark-mode {
        background-color: #000000 !important;
        color: #ffffff !important;
      }

    .ngx-spinner-overlay {
      z-index: 80 !important;
    }

    @keyframes custom-spin {
      from {
        transform: rotate(0deg);
      }

      to {
        transform: rotate(360deg);
      }
    }

    .sbl-circ {
      height: 100px;
      width: 100px;
      color: #3699ff;
      position: relative;
      display: inline-block;
      border: 12px solid;
      border-radius: 50%;
      border-top-color: transparent;
      animation: rotate 1s linear infinite;
      left: 50%;
      top: 50%;
      margin-top: -50px;
      margin-left: -50px;
    }

    .root-initial-loader .sbl-circ.dark-mode {
      color: #ff0000;
    }

    @keyframes rotate {
      0% {
        transform: rotate(0);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    #reloadText {
      color: black !important;
      font-family: sans-serif;
    }
  </style>
<style>@layer primeng{}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;--font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--surface-a:#ffffff;--surface-b:#faf9f8;--surface-c:#f3f2f1;--surface-d:#edebe9;--surface-e:#ffffff;--surface-f:#ffffff;--text-color:#323130;--text-color-secondary:#605e5c;--primary-color:#0078d4;--primary-color-text:#ffffff;--surface-0:#ffffff;--surface-50:#f3f2f1;--surface-100:#e1dfdd;--surface-200:#bebbb8;--surface-300:#a19f9d;--surface-400:#797775;--surface-500:#484644;--surface-600:#323130;--surface-700:#252423;--surface-800:#1b1a19;--surface-900:#11100f;--gray-50:#f3f2f1;--gray-100:#e1dfdd;--gray-200:#bebbb8;--gray-300:#a19f9d;--gray-400:#797775;--gray-500:#484644;--gray-600:#323130;--gray-700:#252423;--gray-800:#1b1a19;--gray-900:#11100f;--content-padding:1rem;--inline-spacing:.5rem;--border-radius:2px;--surface-ground:#faf9f8;--surface-section:#ffffff;--surface-card:#ffffff;--surface-overlay:#ffffff;--surface-border:#edebe9;--surface-hover:#f3f2f1;--maskbg:rgba(0, 0, 0, .4);--highlight-bg:#edebe9;--highlight-text-color:#323130;--focus-ring:inset 0 0 0 1px #605e5c;color-scheme:light}:root{--blue-50:#f3f8fc;--blue-100:#c6dcef;--blue-200:#98c1e3;--blue-300:#6ba5d7;--blue-400:#3d8aca;--blue-500:#106ebe;--blue-600:#0e5ea2;--blue-700:#0b4d85;--blue-800:#093d69;--blue-900:#062c4c;--green-50:#f7fbf3;--green-100:#d9eac4;--green-200:#bbda96;--green-300:#9cca67;--green-400:#7eb939;--green-500:#60a90a;--green-600:#529009;--green-700:#437607;--green-800:#355d06;--green-900:#264404;--yellow-50:#fffcf2;--yellow-100:#ffeec2;--yellow-200:#ffe191;--yellow-300:#ffd461;--yellow-400:#ffc630;--yellow-500:#ffb900;--yellow-600:#d99d00;--yellow-700:#b38200;--yellow-800:#8c6600;--yellow-900:#664a00;--cyan-50:#f2fbfc;--cyan-100:#c2eef1;--cyan-200:#91e0e5;--cyan-300:#61d2da;--cyan-400:#30c5ce;--cyan-500:#00b7c3;--cyan-600:#009ca6;--cyan-700:#008089;--cyan-800:#00656b;--cyan-900:#00494e;--pink-50:#fef2f9;--pink-100:#f8c2e3;--pink-200:#f391ce;--pink-300:#ee61b8;--pink-400:#e830a2;--pink-500:#e3008c;--pink-600:#c10077;--pink-700:#9f0062;--pink-800:#7d004d;--pink-900:#5b0038;--indigo-50:#f5f6fc;--indigo-100:#cdd3f1;--indigo-200:#a5b0e6;--indigo-300:#7d8edc;--indigo-400:#566bd1;--indigo-500:#2e48c6;--indigo-600:#273da8;--indigo-700:#20328b;--indigo-800:#19286d;--indigo-900:#121d4f;--teal-50:#f2f9f8;--teal-100:#c2e1dd;--teal-200:#91c9c2;--teal-300:#61b2a8;--teal-400:#309a8d;--teal-500:#008272;--teal-600:#006f61;--teal-700:#005b50;--teal-800:#00483f;--teal-900:#00342e;--orange-50:#fdf7f2;--orange-100:#f5d8c2;--orange-200:#edb991;--orange-300:#e49a61;--orange-400:#dc7b30;--orange-500:#d45c00;--orange-600:#b44e00;--orange-700:#944000;--orange-800:#753300;--orange-900:#552500;--bluegray-50:#f8f9fb;--bluegray-100:#dee4ed;--bluegray-200:#c4cfe0;--bluegray-300:#a9bad2;--bluegray-400:#8fa4c4;--bluegray-500:#758fb6;--bluegray-600:#637a9b;--bluegray-700:#52647f;--bluegray-800:#404f64;--bluegray-900:#2f3949;--purple-50:#f9f8fd;--purple-100:#e1dff7;--purple-200:#cac5f1;--purple-300:#b2abeb;--purple-400:#9b92e4;--purple-500:#8378de;--purple-600:#6f66bd;--purple-700:#5c549b;--purple-800:#48427a;--purple-900:#343059;--red-50:#fdf5f5;--red-100:#f4cecf;--red-200:#eba8a9;--red-300:#e28184;--red-400:#da5b5e;--red-500:#d13438;--red-600:#b22c30;--red-700:#922427;--red-800:#731d1f;--red-900:#541516;--primary-50:#f2f8fd;--primary-100:#c2dff5;--primary-200:#91c5ed;--primary-300:#61abe4;--primary-400:#3092dc;--primary-500:#0078d4;--primary-600:#0066b4;--primary-700:#005494;--primary-800:#004275;--primary-900:#003055}@layer primeng{*{box-sizing:border-box}}:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(fa-brands-400.60e5c9d38b143ff0.woff2) format("woff2"),url(fa-brands-400.1342812213307936.ttf) format("truetype")}:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(fa-regular-400.6f7d0aec71887524.woff2) format("woff2"),url(fa-regular-400.d151c40a03a8a2ce.ttf) format("truetype")}:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(fa-solid-900.cece584ee568dd5d.woff2) format("woff2"),url(fa-solid-900.bd6c2137b5c6cc45.ttf) format("truetype")}@font-face{font-family:Ubuntu;font-style:normal;font-weight:300;src:url(ubuntu-v15-latin-300.c22f85e46552c6eb.woff2) format("woff2")}@font-face{font-family:Ubuntu;font-style:normal;font-weight:400;src:url(ubuntu-v15-latin-regular.69abb1c133aa989a.woff2) format("woff2")}@font-face{font-family:Ubuntu;font-style:normal;font-weight:500;src:url(ubuntu-v15-latin-500.58971c10969bf881.woff2) format("woff2")}@font-face{font-family:Ubuntu;font-style:normal;font-weight:700;src:url(ubuntu-v15-latin-700.81f0a0358c39e201.woff2) format("woff2")}@media screen and (-webkit-min-device-pixel-ratio:0){}@media screen and (-webkit-min-device-pixel-ratio:0){}@media screen and (-webkit-min-device-pixel-ratio:0){}@charset "UTF-8";:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--gray:#7E8299;--gray-dark:#3F4254;--primary:#3699FF;--secondary:#E4E6EF;--success:#1BC5BD;--info:#8950FC;--warning:#FFA800;--danger:#F64E60;--light:#F3F6F9;--dark:#181C32;--white:#ffffff;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--breakpoint-xxl:1400px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:Ubuntu,Helvetica,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#3f4254;text-align:left;background-color:#fff}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}@page{size:a3}body{min-width:992px!important}}.overlay{position:relative}@media (max-width:991.98px){}html{font-family:sans-serif;text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body,html{height:100%;margin:0;padding:0;font-size:13px!important;font-weight:400;font-family:Ubuntu,Helvetica,sans-serif;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width:1199.98px){body,html{font-size:13px!important}}@media (max-width:991.98px){body,html{font-size:12px!important}}body{display:flex;flex-direction:column;color:#3f4254}body{background:#eef0f8}@media (max-width:991.98px){}@media (max-width:991.98px){}body{color:#333;font-family:Open Sans,sans-serif;padding:0!important;margin:0!important;direction:"ltr";font-size:14px}@-webkit-viewport{width:device-width}@-moz-viewport{width:device-width}@viewport{width:device-width}</style><link rel="stylesheet" href="styles.e22a64ef4a5cbee2.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.e22a64ef4a5cbee2.css"></noscript></head>

<body>
  <!-- Google Tag Manager (noscript) -->
  <noscript>
    <iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-M4MCCQL" style="display: none; visibility: hidden" width="0"></iframe>
  </noscript>
  <!-- End Google Tag Manager (noscript) -->
  <div class="root-initial-loader" id="root-inital-loader">
    <div class="overlay" id="overlay">
      <div class="sbl-circ"></div>
    </div>
  </div>

  <app-root></app-root>

  <noscript>Please enable JavaScript to continue using this application.</noscript>
<script src="runtime.584fcea197bf8e81.js" type="module"></script><script src="scripts.97da7ed646a6693b.js" defer></script><script src="main.735ac4b4ab6eaa17.js" type="module"></script></body>

</html>                               

Whois info of domain

Domain Name: MYTAS.COM
Registry Domain ID: 14223359_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.uniregistrar.com
Registrar URL: http://www.uniregistry.com
Updated Date: 2024-11-30T10:06:34Z
Creation Date: 1999-11-29T20:27:51Z
Registry Expiry Date: 2026-11-29T20:27:51Z
Registrar: GoDaddy Online Services Cayman Islands Ltd.
Registrar IANA ID: 1659
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1 4805058800
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS17.DOMAINCONTROL.COM
Name Server: NS18.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-02T05:29:31Z <<<
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