CloudFront
tcp/80
Server
tcp/443
Open service 2600:9000:26da:2e00:14:cc09:6180:93a1:80 · dashboard1-auth.cognitodemo.xyz
2024-11-02 06:38
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 02 Nov 2024 06:38:24 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dashboard1-auth.cognitodemo.xyz/ X-Cache: Redirect from cloudfront Via: 1.1 7949f2957c23173b6f2b16db26ab42f6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P4 X-Amz-Cf-Id: HWZBjOOP26rVN_V_GbWWprB7CaMlpPkTKpVSXEOv9v_fu17XrANLQg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:26da:2e00:14:cc09:6180:93a1:443 · dashboard1-auth.cognitodemo.xyz
2024-11-02 06:38
HTTP/1.1 200 OK Content-Type: text/html;charset=UTF-8 Transfer-Encoding: chunked Connection: close Date: Sat, 02 Nov 2024 06:38:25 GMT Server: Server Content-Language: en-US Set-Cookie: XSRF-TOKEN=deb1c17c-a1d7-4473-9123-9ad00c3c4871; Path=/; Secure; HttpOnly; SameSite=Lax x-amz-cognito-request-id: e531fbc3-ec66-4df2-8b1f-340dc1543101 X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 Strict-Transport-Security: max-age=31536000 ; includeSubDomains X-Frame-Options: DENY X-Cache: Miss from cloudfront Via: 1.1 e46f362ef9260e60e122406168399f5c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P4 X-Amz-Cf-Id: 76VjRsyzDzPhVmM5MSNrKpcTEna7McSXzhZ23hN9LCYPZHGinHrUZQ== Page title: Signin <!DOCTYPE html> <html lang="en"> <head><head> <link href="null/null/css/bootstrap.min.css" rel="stylesheet" media="screen" /> <link href="null/null/css/cognito-login.css" rel="stylesheet" media="screen" /> <title>Signin</title> <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script> <script> function getAdvancedSecurityData(formReference) { if (typeof AmazonCognitoAdvancedSecurityData === "undefined") { return true; } // UserpoolId is not available on frontend for springboard. We do not use userPoolId // anyway other than put in context data. var userPoolId = ""; var clientId = getUrlParameter("client_id"); var username = ""; var usernameInput = document.getElementsByName("username")[0]; if (usernameInput && usernameInput.value) { username = usernameInput.value; } var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId); if (typeof asfData === "undefined") { return true; } if (formReference && formReference.cognitoAsfData) { formReference.cognitoAsfData.value = asfData } return true; } function getUrlParameter(name) { name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]'); var regex = new RegExp('[\\?&]' + name + '=([^&#]*)'); var results = regex.exec(location.search); return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' ')); } function onSubmit(evt, formRef) { formRef.querySelector('button[type="submit"]').disabled = true; if (!!formRef.submitted) { evt.preventDefault(); return false; } else { formRef.submitted = true; return getAdvancedSecurityData(formRef); } } function onSubmitLoginForm (formRef) { formRef.querySelector('input[name="signInSubmitButton"]').disabled = true; getAdvancedSecurityData(formRef) } </script> <meta name="viewport" content="width=device-width, initial-scale=1"> </head></head> <body spellcheck="false"> <div class="container"> <div class="modal-dialog"> <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm"> <div><div> <div class="banner-customizable"> <center> </center> </div> </div></div> <div class="modal-body"> <div><div> </div></div> <div> <div><div> </div></div> <div><div> </div></div> </div> </div> </div> <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg"> <div><div> <div class="banner-customizable"> <center> </center> </div> </div></div> <div class="modal-body"> <div><div> </div></div> <div> <div> <div><div> </div></div> <div><div> </div></div> </div> </div> </div> </div> </div> </div> <script src="null/null/js/jquery-3.5.1.min.js" ></script> <script> var $inputs = $(":input"); $inputs.on('input', function () { var self = this; var matches = $('input[name="' + this.name + '"]'); var selfIndex = matches.index($(self)); matches.each(function (index, element) { if (selfIndex !== index) {