Domain teamwork.protekintl.com
United States
AMAZON-AES
Software information

nginx nginx

tcp/443 tcp/80

  • Open service 54.237.213.72:80 · teamwork.protekintl.com

    2026-01-06 14:01

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:01:09 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.protekintl.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.protekintl.com

    2026-01-06 14:01

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:01:09 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 2c9bc1c0de61ef1ea71dba09f0390590.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: A5yhqdYSdZWKs8OKz8zu0XTpbGdjjBeKqPgQK4te3wvK6FAEIdASIw==
    age: 9975
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.196.60.241:443 · teamwork.protekintl.com

    2026-01-06 14:01

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 06 Jan 2026 14:01:09 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Tue, 06 Jan 2026 11:14:50 GMT
    etag: "bce4c95c7ba3a955a599f1de46c083a0"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pin.hoog5o9XqDajIw0DAZpi7QuzzO7T
    accept-ranges: bytes
    x-cache: Hit from cloudfront
    via: 1.1 4d312fa9950971c88054a0fc2536913e.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: L5ToWYfY8truRHdfhHg1A9F6L52bvl5-VXx-4l0QNkxa32qeAvQhUw==
    age: 9975
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.6" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="7a2223850715d33615ac7fa574320812dc968775">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.196.60.241:80 · teamwork.protekintl.com

    2026-01-06 14:01

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Tue, 06 Jan 2026 14:01:08 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.protekintl.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.protekintl.com

    2025-12-31 09:37

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:37:30 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.protekintl.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.196.60.241:443 · teamwork.protekintl.com

    2025-12-31 09:37

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:37:30 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 36f05977def08f4abff71f3d6cbdf918.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: HM74Il17RE10vxCbnS2mQiE7j4QY_kyGEJevF7ndNavvoJxAzUuaIg==
    age: 8206
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.196.60.241:80 · teamwork.protekintl.com

    2025-12-31 09:37

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:37:29 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.protekintl.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.protekintl.com

    2025-12-31 09:37

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:37:29 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 765a089d25646573f5b6aeee00cc8876.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: zLVbU-JSjMTyiRTt8h8ckl-bXB-rttGNnfcWQdHV_ZSQFRN7oOL8hQ==
    age: 8205
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2025-12-31 by HttpPlugin
    Create report
teamwork.protekintl.com
CN:
teamwork.protekintl.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-31 08:37
Not after:
2026-03-31 08:37
teamwork.protekintl.com
CN:
teamwork.protekintl.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-01 08:36
Not after:
2026-01-30 08:36
Domain summary
IP summary