https://nbcucontactcenterwc03.my.connect.aws/login?landat=%2Fhome

Submitted URL:
https://nbcucontactcenterwc03.my.connect.aws/Redirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
        <title>Amazon Connect - Whoops!</title>
        <link rel="shortcut icon" href="https://d38fzyjx9jg8fj.cloudfront.net/img/favicon.png">
        <style nonce="">
            @font-face {
                font-family: 'AmazonEmber_Rg';
                src: local("Amazon Ember"), url("https://d38fzyjx9jg8fj.cloudfront.net/font/AmazonEmber_Rg.ttf") format('truetype');
                font-weight: normal;
                font-style: normal;
            }

            body {
                background-color: rgb(245, 245, 245);
                font-family: AmazonEmber_Rg, "Helvetica Neue", Helvetica, Arial, sans-serif;
            }

            h1 {
                font-size: 38.5px;
                margin: 10px;
                line-height: 40px;
            }

            p {
                margin: 0 0 10px;
            }

            .lily-img-chatty-ind {
                background-image: url("https://d38fzyjx9jg8fj.cloudfront.net/css/chatty_ind.svg");
                height: 70px;
                width: 70px;
                display: inline-block;
                vertical-align: middle;
            }

            #errorBodyContainer {
                margin-left: 10%;
                margin-right: 10%;
                margin-top: 50px;
                padding: 5px;
            }

            .errorBody {
                background-color: rgb(255,255,255);
                box-shadow: rgba(99, 99, 99, 0.376) 1px 1px 2px 0px;
                color: rgb(51, 51, 51);
                height: 150px;
                text-align: center;
                padding: 100px 150px;
            }

            #errorTitle {
                line-height: 100px;
                display: inline-block;
            }

            #errorTitleHeader {
                display: inline-block;
                vertical-align: middle;
            }

            #errorMessage {
                font-size: 18px;
            }
        </style>
        <script type="text/javascript" nonce="">
    const isIframed = function() {
        try {
            return window.self !== window.top && !window.Cypress;
        } catch (e) {
            return true;
        }
    }
    window.onload = () => {
        const landat = "\/home";
        if (landat && !isIframed()) {
            sessionStorage.setItem("landat", landat);
        }
    }
</script>

    </head>
    <body>
        <div id="errorBodyContainer">
            <div class="errorBody">
                <div id="errorTitle">
                    <i class="lily-img-chatty-ind"></i>
                    <h1 id="errorTitleHeader">Session expired</h1>
                </div>
                <div id="errorMessage">
                    <p>Your session has expired. Please log in again to continue.</p>
                </div>
            </div>
        </div>
    

</body></html>