AmazonS3
tcp/443
CloudFront
tcp/443 tcp/80
Open service 2600:9000:26db:e200:e:ac30:2100:93a1:443 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Thu, 08 Jan 2026 14:14:00 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: v5X_QbG2TwWfZgeg_IQ5YlB9MsjtXjHS
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-prod.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://salesconsole.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors 'none';frame-src https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; connect-src 'self' data: blob: sailboost-midway-saml-auth-prod.auth.us-west-2.amazoncognito.com https://cognito-idp.us-west-2.amazonaws.com/ https://cognito-identity.us-west-2.amazonaws.com/ boost-canvas-prod-921611829688.auth.us-west-2.amazoncognito.com https://api.boost.wwro.aws.dev wss://wss-v2.boost.wwro.aws.dev https://api.spark.wwro.aws.dev https://pmf-storage-prod-us-west-2.s3.us-west-2.amazonaws.com https://prod.gateway.suds.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-prod.s3.us-west-2.amazonaws.com https://boost-email-content-prod-921611829688.s3.us-west-2.amazonaws.com https://boost-amazon-connect-prod.s3.us-west-2.amazonaws.com https://sailboost-amazon-connect-prompt-prod-us-west-2.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://boost-prioritized-account-report-prod.s3.us-west-2.amazonaws.com https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Mon, 12 Jan 2026 03:14:33 GMT
Cache-Control: no-cache
ETag: "be15ddcf718f448bfe003d19622bed27"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 18d0e038a55eccdc9f0ad716edf64962.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P3
X-Amz-Cf-Id: 46cupkCCSKzQDFnyc_-v0wH1htdSNoUGMOrURNGJIUUv17JsUuy5yA==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 2600:9000:26db:200:e:ac30:2100:93a1:80 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 03:14:31 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 3f7bbc22c659b2b7470c819d073f58b6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P3 X-Amz-Cf-Id: lgw6U7a90_zfO-69YEQFE2ir2kjinLlxY7LSA1JdVbxaMcMKGr3N3Q== 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:26db:e200:e:ac30:2100:93a1:80 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 03:14:31 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 fe6d656eba9969a63bb94889f81e9bf8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P3 X-Amz-Cf-Id: lBQVZBwHhilz0zKhaFUfKstnaGH_RjvnXcwPYbyRlgpYpF15PkTV0g== 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:26db:8200:e:ac30:2100:93a1:80 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 03:14:31 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 fd4a06b35c482e680f7f3fd9baaa0090.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P3 X-Amz-Cf-Id: 0T9hegtMvx3AuF22IUw0EvGBAMxUmZYhhwdWkzRINLGpve5tJsY6vQ== 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:26db:800:e:ac30:2100:93a1:443 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Thu, 08 Jan 2026 14:14:00 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: v5X_QbG2TwWfZgeg_IQ5YlB9MsjtXjHS
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-prod.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://salesconsole.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors 'none';frame-src https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; connect-src 'self' data: blob: sailboost-midway-saml-auth-prod.auth.us-west-2.amazoncognito.com https://cognito-idp.us-west-2.amazonaws.com/ https://cognito-identity.us-west-2.amazonaws.com/ boost-canvas-prod-921611829688.auth.us-west-2.amazoncognito.com https://api.boost.wwro.aws.dev wss://wss-v2.boost.wwro.aws.dev https://api.spark.wwro.aws.dev https://pmf-storage-prod-us-west-2.s3.us-west-2.amazonaws.com https://prod.gateway.suds.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-prod.s3.us-west-2.amazonaws.com https://boost-email-content-prod-921611829688.s3.us-west-2.amazonaws.com https://boost-amazon-connect-prod.s3.us-west-2.amazonaws.com https://sailboost-amazon-connect-prompt-prod-us-west-2.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://boost-prioritized-account-report-prod.s3.us-west-2.amazonaws.com https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Mon, 12 Jan 2026 03:14:33 GMT
Cache-Control: no-cache
ETag: "be15ddcf718f448bfe003d19622bed27"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 f4ef6af6f595152791fb5c57054106ea.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P3
X-Amz-Cf-Id: HDhghb1hEyqq0clnw6G_TYqLDSNxHVk60M6z7uIOXqKTy8ZqHz0D-A==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 2600:9000:26db:8200:e:ac30:2100:93a1:443 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Thu, 08 Jan 2026 14:14:00 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: v5X_QbG2TwWfZgeg_IQ5YlB9MsjtXjHS
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-prod.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://salesconsole.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors 'none';frame-src https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; connect-src 'self' data: blob: sailboost-midway-saml-auth-prod.auth.us-west-2.amazoncognito.com https://cognito-idp.us-west-2.amazonaws.com/ https://cognito-identity.us-west-2.amazonaws.com/ boost-canvas-prod-921611829688.auth.us-west-2.amazoncognito.com https://api.boost.wwro.aws.dev wss://wss-v2.boost.wwro.aws.dev https://api.spark.wwro.aws.dev https://pmf-storage-prod-us-west-2.s3.us-west-2.amazonaws.com https://prod.gateway.suds.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-prod.s3.us-west-2.amazonaws.com https://boost-email-content-prod-921611829688.s3.us-west-2.amazonaws.com https://boost-amazon-connect-prod.s3.us-west-2.amazonaws.com https://sailboost-amazon-connect-prompt-prod-us-west-2.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://boost-prioritized-account-report-prod.s3.us-west-2.amazonaws.com https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Mon, 12 Jan 2026 03:14:33 GMT
Cache-Control: no-cache
ETag: "be15ddcf718f448bfe003d19622bed27"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 b36a9cc0b5286fd650732f1458855500.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P3
X-Amz-Cf-Id: z-wRoACvu3npsB2jn5VFCwSdkCTz_uk7uIlY3tWi1qXx3dsHz8nF0w==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 2600:9000:26db:200:e:ac30:2100:93a1:443 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Thu, 08 Jan 2026 14:14:00 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: v5X_QbG2TwWfZgeg_IQ5YlB9MsjtXjHS
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-prod.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://salesconsole.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors 'none';frame-src https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; connect-src 'self' data: blob: sailboost-midway-saml-auth-prod.auth.us-west-2.amazoncognito.com https://cognito-idp.us-west-2.amazonaws.com/ https://cognito-identity.us-west-2.amazonaws.com/ boost-canvas-prod-921611829688.auth.us-west-2.amazoncognito.com https://api.boost.wwro.aws.dev wss://wss-v2.boost.wwro.aws.dev https://api.spark.wwro.aws.dev https://pmf-storage-prod-us-west-2.s3.us-west-2.amazonaws.com https://prod.gateway.suds.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-prod.s3.us-west-2.amazonaws.com https://boost-email-content-prod-921611829688.s3.us-west-2.amazonaws.com https://boost-amazon-connect-prod.s3.us-west-2.amazonaws.com https://sailboost-amazon-connect-prompt-prod-us-west-2.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://boost-prioritized-account-report-prod.s3.us-west-2.amazonaws.com https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Mon, 12 Jan 2026 03:14:33 GMT
Cache-Control: no-cache
ETag: "be15ddcf718f448bfe003d19622bed27"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 2d22bd8fe92380401bbc1d8cc010e5a0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P3
X-Amz-Cf-Id: GxLgBfC8B4jQtHGRP5F1pLPf9rM91N-tJGVKckDitkz7siBuRlZ7CA==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 2600:9000:26db:e600:e:ac30:2100:93a1:80 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 03:14:30 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 b36a9cc0b5286fd650732f1458855500.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P3 X-Amz-Cf-Id: hb--Iwoyb4hIy39llG3gyVFxdig8tTg6Vb-_J9tl8Q-HwJLnoqAimw== 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:26db:800:e:ac30:2100:93a1:80 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 03:14:31 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 67b5b59d34e71a36a3955bf957ea9ed2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P3 X-Amz-Cf-Id: fv6ekW66gEeA1pgTLmrs4Fu9MmH32Axa2W6lBlaoLE7HSTEjo-48VQ== 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:26db:e600:e:ac30:2100:93a1:443 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Thu, 08 Jan 2026 14:14:00 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: v5X_QbG2TwWfZgeg_IQ5YlB9MsjtXjHS
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-prod.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://salesconsole.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors 'none';frame-src https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; connect-src 'self' data: blob: sailboost-midway-saml-auth-prod.auth.us-west-2.amazoncognito.com https://cognito-idp.us-west-2.amazonaws.com/ https://cognito-identity.us-west-2.amazonaws.com/ boost-canvas-prod-921611829688.auth.us-west-2.amazoncognito.com https://api.boost.wwro.aws.dev wss://wss-v2.boost.wwro.aws.dev https://api.spark.wwro.aws.dev https://pmf-storage-prod-us-west-2.s3.us-west-2.amazonaws.com https://prod.gateway.suds.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-prod.s3.us-west-2.amazonaws.com https://boost-email-content-prod-921611829688.s3.us-west-2.amazonaws.com https://boost-amazon-connect-prod.s3.us-west-2.amazonaws.com https://sailboost-amazon-connect-prompt-prod-us-west-2.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://boost-prioritized-account-report-prod.s3.us-west-2.amazonaws.com https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Mon, 12 Jan 2026 03:14:33 GMT
Cache-Control: no-cache
ETag: "be15ddcf718f448bfe003d19622bed27"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 bc5539655ffc88be2596a0239ddfae52.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P3
X-Amz-Cf-Id: -_b9Dpig-ZYiuRCu9lPnLzc3ebSE46LS8VatY1dqIN8Dczk7CYVtDw==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 2600:9000:26db:2400:e:ac30:2100:93a1:80 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 03:14:31 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 129b4a1f09d5313624ec15fced944d6e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P3 X-Amz-Cf-Id: 5NlTdpQf7-YLssuGLUQySrD6W7NVyaUua-pFUeBlKBWsAKgsVITE-w== 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:26db:3400:e:ac30:2100:93a1:443 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Thu, 08 Jan 2026 14:14:00 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: v5X_QbG2TwWfZgeg_IQ5YlB9MsjtXjHS
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-prod.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://salesconsole.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors 'none';frame-src https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; connect-src 'self' data: blob: sailboost-midway-saml-auth-prod.auth.us-west-2.amazoncognito.com https://cognito-idp.us-west-2.amazonaws.com/ https://cognito-identity.us-west-2.amazonaws.com/ boost-canvas-prod-921611829688.auth.us-west-2.amazoncognito.com https://api.boost.wwro.aws.dev wss://wss-v2.boost.wwro.aws.dev https://api.spark.wwro.aws.dev https://pmf-storage-prod-us-west-2.s3.us-west-2.amazonaws.com https://prod.gateway.suds.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-prod.s3.us-west-2.amazonaws.com https://boost-email-content-prod-921611829688.s3.us-west-2.amazonaws.com https://boost-amazon-connect-prod.s3.us-west-2.amazonaws.com https://sailboost-amazon-connect-prompt-prod-us-west-2.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://boost-prioritized-account-report-prod.s3.us-west-2.amazonaws.com https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Mon, 12 Jan 2026 03:14:33 GMT
Cache-Control: no-cache
ETag: "be15ddcf718f448bfe003d19622bed27"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 306e1cc20ffb597e5d6d7d7cc23384f4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P3
X-Amz-Cf-Id: uIEoSrwuqJow36yBpSRxnX0sg1P5R2pX0PzMkrW9DuiLukePL4MHAQ==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 2600:9000:26db:3400:e:ac30:2100:93a1:80 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 03:14:30 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 3346ad1679ff01fe81e117084323b814.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P3 X-Amz-Cf-Id: -ybx6sxfBZIHqsTJ7HW0OCKbgT0LUGXasr9VBSFQh5mPC3PnAsSp_A== 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:26db:2400:e:ac30:2100:93a1:443 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Thu, 08 Jan 2026 14:14:00 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: v5X_QbG2TwWfZgeg_IQ5YlB9MsjtXjHS
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-prod.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://salesconsole.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors 'none';frame-src https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; connect-src 'self' data: blob: sailboost-midway-saml-auth-prod.auth.us-west-2.amazoncognito.com https://cognito-idp.us-west-2.amazonaws.com/ https://cognito-identity.us-west-2.amazonaws.com/ boost-canvas-prod-921611829688.auth.us-west-2.amazoncognito.com https://api.boost.wwro.aws.dev wss://wss-v2.boost.wwro.aws.dev https://api.spark.wwro.aws.dev https://pmf-storage-prod-us-west-2.s3.us-west-2.amazonaws.com https://prod.gateway.suds.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-prod.s3.us-west-2.amazonaws.com https://boost-email-content-prod-921611829688.s3.us-west-2.amazonaws.com https://boost-amazon-connect-prod.s3.us-west-2.amazonaws.com https://sailboost-amazon-connect-prompt-prod-us-west-2.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://boost-prioritized-account-report-prod.s3.us-west-2.amazonaws.com https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Mon, 12 Jan 2026 03:14:33 GMT
Cache-Control: no-cache
ETag: "be15ddcf718f448bfe003d19622bed27"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 2d22bd8fe92380401bbc1d8cc010e5a0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P3
X-Amz-Cf-Id: rB2BTxPXq4_iQy47e0LIM0tJSWLDFQxMjLPsKj9fa_iOAXIR1M_SWA==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 2600:9000:26db:aa00:e:ac30:2100:93a1:443 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Thu, 08 Jan 2026 14:14:00 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: v5X_QbG2TwWfZgeg_IQ5YlB9MsjtXjHS
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-prod.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://salesconsole.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors 'none';frame-src https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; connect-src 'self' data: blob: sailboost-midway-saml-auth-prod.auth.us-west-2.amazoncognito.com https://cognito-idp.us-west-2.amazonaws.com/ https://cognito-identity.us-west-2.amazonaws.com/ boost-canvas-prod-921611829688.auth.us-west-2.amazoncognito.com https://api.boost.wwro.aws.dev wss://wss-v2.boost.wwro.aws.dev https://api.spark.wwro.aws.dev https://pmf-storage-prod-us-west-2.s3.us-west-2.amazonaws.com https://prod.gateway.suds.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-prod.s3.us-west-2.amazonaws.com https://boost-email-content-prod-921611829688.s3.us-west-2.amazonaws.com https://boost-amazon-connect-prod.s3.us-west-2.amazonaws.com https://sailboost-amazon-connect-prompt-prod-us-west-2.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://boost-prioritized-account-report-prod.s3.us-west-2.amazonaws.com https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Mon, 12 Jan 2026 03:14:33 GMT
Cache-Control: no-cache
ETag: "be15ddcf718f448bfe003d19622bed27"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 2d22bd8fe92380401bbc1d8cc010e5a0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P3
X-Amz-Cf-Id: vOFzKOPmOtxChKnWebL9QphlxBz92y3W7uV082Z8EXCZtdBTypK17A==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 2600:9000:26db:aa00:e:ac30:2100:93a1:80 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 03:14:30 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 7ad01e16cb039e6f25a50f4e294fd0ae.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P3 X-Amz-Cf-Id: k56OB2lbUDW-yw_MbM_jejea6rZkEd442I82XsKxdQdVyf656IsBSA== 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 18.173.154.117:80 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 03:14:30 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 03d32b94cb61a4fdb1e546e888f089e4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P3 X-Amz-Cf-Id: br_HWRSryFQeIfMwVA0iU6BCK29d6PgbhMkjshSmZ7UghVpBLTTG3g== 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 18.173.154.103:80 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 03:14:31 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 129b4a1f09d5313624ec15fced944d6e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P3 X-Amz-Cf-Id: ejr4D3dSMdVY8od25ZGgyzxN7D8xF3ME4V-5NeUipscB6D4bH74SvA== 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 18.173.154.28:80 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 03:14:30 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 306e1cc20ffb597e5d6d7d7cc23384f4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P3 X-Amz-Cf-Id: 3kCObDxpgZNAHzM-rm2aCXK84YQAJ4jGuLcPZzjXI9rAhp0cNjxZfw== 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 18.173.154.28:443 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Thu, 08 Jan 2026 14:14:00 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: v5X_QbG2TwWfZgeg_IQ5YlB9MsjtXjHS
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-prod.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://salesconsole.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors 'none';frame-src https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; connect-src 'self' data: blob: sailboost-midway-saml-auth-prod.auth.us-west-2.amazoncognito.com https://cognito-idp.us-west-2.amazonaws.com/ https://cognito-identity.us-west-2.amazonaws.com/ boost-canvas-prod-921611829688.auth.us-west-2.amazoncognito.com https://api.boost.wwro.aws.dev wss://wss-v2.boost.wwro.aws.dev https://api.spark.wwro.aws.dev https://pmf-storage-prod-us-west-2.s3.us-west-2.amazonaws.com https://prod.gateway.suds.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-prod.s3.us-west-2.amazonaws.com https://boost-email-content-prod-921611829688.s3.us-west-2.amazonaws.com https://boost-amazon-connect-prod.s3.us-west-2.amazonaws.com https://sailboost-amazon-connect-prompt-prod-us-west-2.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://boost-prioritized-account-report-prod.s3.us-west-2.amazonaws.com https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Mon, 12 Jan 2026 03:14:32 GMT
Cache-Control: no-cache
ETag: "be15ddcf718f448bfe003d19622bed27"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 b9c5f3514baef1f70c91fc9b0be37d2e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P3
X-Amz-Cf-Id: BHCNSbUrV5LwNIacyQxEfaqEKkXm7PXqJ2V0P97qGos4L-pyQ1L4hQ==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 18.173.154.51:80 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 03:14:31 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 2d22bd8fe92380401bbc1d8cc010e5a0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P3 X-Amz-Cf-Id: CEzzMuIz93wHS2TxEodfQPd4JwdiG2kqvNIxrHySNwy6duOaR0cXoQ== 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 18.173.154.51:443 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Thu, 08 Jan 2026 14:14:00 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: v5X_QbG2TwWfZgeg_IQ5YlB9MsjtXjHS
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-prod.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://salesconsole.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors 'none';frame-src https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; connect-src 'self' data: blob: sailboost-midway-saml-auth-prod.auth.us-west-2.amazoncognito.com https://cognito-idp.us-west-2.amazonaws.com/ https://cognito-identity.us-west-2.amazonaws.com/ boost-canvas-prod-921611829688.auth.us-west-2.amazoncognito.com https://api.boost.wwro.aws.dev wss://wss-v2.boost.wwro.aws.dev https://api.spark.wwro.aws.dev https://pmf-storage-prod-us-west-2.s3.us-west-2.amazonaws.com https://prod.gateway.suds.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-prod.s3.us-west-2.amazonaws.com https://boost-email-content-prod-921611829688.s3.us-west-2.amazonaws.com https://boost-amazon-connect-prod.s3.us-west-2.amazonaws.com https://sailboost-amazon-connect-prompt-prod-us-west-2.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://boost-prioritized-account-report-prod.s3.us-west-2.amazonaws.com https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Mon, 12 Jan 2026 03:14:32 GMT
Cache-Control: no-cache
ETag: "be15ddcf718f448bfe003d19622bed27"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 306e1cc20ffb597e5d6d7d7cc23384f4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P3
X-Amz-Cf-Id: VW4V079KbMetMUlK_oq_V_v075GJKVYac7yR9mkYseqxM_OhU09bLA==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 18.173.154.117:443 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Thu, 08 Jan 2026 14:14:00 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: v5X_QbG2TwWfZgeg_IQ5YlB9MsjtXjHS
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-prod.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://salesconsole.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors 'none';frame-src https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; connect-src 'self' data: blob: sailboost-midway-saml-auth-prod.auth.us-west-2.amazoncognito.com https://cognito-idp.us-west-2.amazonaws.com/ https://cognito-identity.us-west-2.amazonaws.com/ boost-canvas-prod-921611829688.auth.us-west-2.amazoncognito.com https://api.boost.wwro.aws.dev wss://wss-v2.boost.wwro.aws.dev https://api.spark.wwro.aws.dev https://pmf-storage-prod-us-west-2.s3.us-west-2.amazonaws.com https://prod.gateway.suds.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-prod.s3.us-west-2.amazonaws.com https://boost-email-content-prod-921611829688.s3.us-west-2.amazonaws.com https://boost-amazon-connect-prod.s3.us-west-2.amazonaws.com https://sailboost-amazon-connect-prompt-prod-us-west-2.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://boost-prioritized-account-report-prod.s3.us-west-2.amazonaws.com https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Mon, 12 Jan 2026 03:14:32 GMT
Cache-Control: no-cache
ETag: "be15ddcf718f448bfe003d19622bed27"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 3721bbb571fa1179150d81f8194461ae.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P3
X-Amz-Cf-Id: uoq3Wn8KZ5sPJzcaDww2PxAE62Nfufnwl60ewqgswe5nb8NoHs4wnA==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 18.173.154.103:443 · boost.wwro.aws.dev
2026-01-12 03:14
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Thu, 08 Jan 2026 14:14:00 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: v5X_QbG2TwWfZgeg_IQ5YlB9MsjtXjHS
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-prod.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://salesconsole.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors 'none';frame-src https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; connect-src 'self' data: blob: sailboost-midway-saml-auth-prod.auth.us-west-2.amazoncognito.com https://cognito-idp.us-west-2.amazonaws.com/ https://cognito-identity.us-west-2.amazonaws.com/ boost-canvas-prod-921611829688.auth.us-west-2.amazoncognito.com https://api.boost.wwro.aws.dev wss://wss-v2.boost.wwro.aws.dev https://api.spark.wwro.aws.dev https://pmf-storage-prod-us-west-2.s3.us-west-2.amazonaws.com https://prod.gateway.suds.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-prod.s3.us-west-2.amazonaws.com https://boost-email-content-prod-921611829688.s3.us-west-2.amazonaws.com https://boost-amazon-connect-prod.s3.us-west-2.amazonaws.com https://sailboost-amazon-connect-prompt-prod-us-west-2.s3.us-west-2.amazonaws.com https://boost-conversation-import-prod.s3.us-west-2.amazonaws.com https://boost-prioritized-account-report-prod.s3.us-west-2.amazonaws.com https://boost-ap-southeast-1-prod-921611829688.my.connect.aws https://boost-eu-central-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-1-prod-921611829688.my.connect.aws https://boost-ap-northeast-2-prod-921611829688.my.connect.aws https://boost-ap-southeast-2-prod-921611829688.my.connect.aws https://boost-us-east-1-prod-921611829688.my.connect.aws https://boost-af-south-1-prod-921611829688.my.connect.aws https://sailboost-prod.my.connect.aws; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Mon, 12 Jan 2026 03:14:32 GMT
Cache-Control: no-cache
ETag: "be15ddcf718f448bfe003d19622bed27"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 2d22bd8fe92380401bbc1d8cc010e5a0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P3
X-Amz-Cf-Id: xANaYg-G6he2R468hUHqP1E7z9SzxlDV87l43Cs_D6_ddbVPSZYraQ==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 65.9.175.97:80 · api.ankmahap.dev.boost.wwro.aws.dev
2026-01-10 12:49
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 12:49:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://api.ankmahap.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 c20b1585cc14f7313af71d342a8c81a4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P14 X-Amz-Cf-Id: icXrgrzp9ilv1gi8l4kkpwbchKFfKwUqqM-WMk83Lq6fB5m9vXhCVg== 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:2165:f600:11:3e0d:cf80:93a1:443 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sat, 10 Jan 2026 03:59:47 GMT Content-Length: 0 Connection: close Location: https://sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.aericand.dev.boost.wwro.aws.dev/&response_type=code&client_id=lm2vs8de0sndj6227makjb9i3&state=/&identity_provider=SailBoostMidwayIdp Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 dde93e57e0f1abed8c2375fe422387a8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: E2xkc45qkIvOoNHC-RqMMO-yzNNo4cyk-u9Obk2kp-Pt4_ipLfPp-Q== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 2600:9000:2165:da00:11:3e0d:cf80:93a1:443 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sat, 10 Jan 2026 03:59:47 GMT Content-Length: 0 Connection: close Location: https://sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.aericand.dev.boost.wwro.aws.dev/&response_type=code&client_id=lm2vs8de0sndj6227makjb9i3&state=/&identity_provider=SailBoostMidwayIdp Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 8ecd8d0c00f059d8b02e6ebdef067180.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: MJ-dMAfYKZ7aqx4iKypNBjLwN0seZWdjsTqawGzJP4QKInxsuXfbXg== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 2600:9000:2165:7800:11:3e0d:cf80:93a1:443 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sat, 10 Jan 2026 03:59:47 GMT Content-Length: 0 Connection: close Location: https://sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.aericand.dev.boost.wwro.aws.dev/&response_type=code&client_id=lm2vs8de0sndj6227makjb9i3&state=/&identity_provider=SailBoostMidwayIdp Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 711bf86dc2898a8122a5a6c5b71ec626.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: VzmzdhAI-p9mi5yCYz10hrx8MfH5N9R1LHtHYZ_gLaqDLl5RpKmoVg== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 2600:9000:2165:da00:11:3e0d:cf80:93a1:80 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 03:59:47 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.aericand.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 a71884ac07401af155dc18a13375cfb2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: Bw5eC5AdWWvUBnSDdoIbuhslp1wHtXh2UbvkLZF07VM451pN7BEyKw== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:2165:a00:11:3e0d:cf80:93a1:443 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sat, 10 Jan 2026 03:59:47 GMT Content-Length: 0 Connection: close Location: https://sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.aericand.dev.boost.wwro.aws.dev/&response_type=code&client_id=lm2vs8de0sndj6227makjb9i3&state=/&identity_provider=SailBoostMidwayIdp Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 025655d33ea4a9c8f0ee3e05af37046e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: HNGg11Qef3wNks7M1UA758wijQ1wPWC6nbq_3YFOSNJHY33Ar4DFAA== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 2600:9000:2165:a00:11:3e0d:cf80:93a1:80 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 03:59:46 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.aericand.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 eab0437e9575fc5ab3f67303be5a9efc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: 7y3IEipBC_csSaWwxdnRpG--3eiwtagFi2_i97Bju8iKSIWCsYc69w== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:2165:f600:11:3e0d:cf80:93a1:80 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 03:59:46 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.aericand.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 33dbd20675fb00285d976b6fbceb3f70.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: 1IMWYQiPtCNHJhPeMhFd-pEFq96oZb94EFlDupYSZPqbJ6g0dGIktg== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:2165:4200:11:3e0d:cf80:93a1:80 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 03:59:47 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.aericand.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 fa0c215d40a6b5701b7117b099ed994a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: p4LdJECANt8Xc0yGXtQtaix033z3YF0fp1rnbELLRh96Ld_5y7KVvA== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:2165:4200:11:3e0d:cf80:93a1:443 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sat, 10 Jan 2026 03:59:47 GMT Content-Length: 0 Connection: close Location: https://sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.aericand.dev.boost.wwro.aws.dev/&response_type=code&client_id=lm2vs8de0sndj6227makjb9i3&state=/&identity_provider=SailBoostMidwayIdp Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 33dbd20675fb00285d976b6fbceb3f70.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: MWLrfXBFVL7IDuFrV0Peo-JGhm0xo0VS1YuXwnsbUcExf3OyI8UV0g== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 2600:9000:2165:fe00:11:3e0d:cf80:93a1:80 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 03:59:47 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.aericand.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 e5064f6b1acc98fdddfd88a1c074df3e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: dBzRGW6M1llFgv4UL0qiq0SZliFgDpPOXyB4rdJpLjaXRl4tYMd1QA== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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 52.85.65.44:443 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sat, 10 Jan 2026 03:59:47 GMT Content-Length: 0 Connection: close Location: https://sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.aericand.dev.boost.wwro.aws.dev/&response_type=code&client_id=lm2vs8de0sndj6227makjb9i3&state=/&identity_provider=SailBoostMidwayIdp Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 7432b1699c051c0940019ac02d9c3902.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: MdwWPy3pmzRUpQ0PsJ_lTxXqh2PqB1PlPsfJGwl0qu_QNHPMnXALxQ== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 2600:9000:2165:4e00:11:3e0d:cf80:93a1:443 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sat, 10 Jan 2026 03:59:47 GMT Content-Length: 0 Connection: close Location: https://sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.aericand.dev.boost.wwro.aws.dev/&response_type=code&client_id=lm2vs8de0sndj6227makjb9i3&state=/&identity_provider=SailBoostMidwayIdp Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 34e040cb5759c15c903209ff7bbe2c2a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: ylNwiHPtjrJmtz-4qFODUZK9ww08wJFFhuOR4dO0O5B3Ed2JZ7WeBQ== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 2600:9000:2165:4e00:11:3e0d:cf80:93a1:80 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 03:59:46 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.aericand.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 ed63aee7a232dfd166d737f0f937fa32.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: NS-j0GvtDK8hArffVOKMsXYlsy0gDbDBqKrNY90PVh8CVhv3_nfsgQ== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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 52.85.65.27:80 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 03:59:47 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.aericand.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 dde93e57e0f1abed8c2375fe422387a8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: gHBwss4gmUs-accf28rC93GTAsVrBvqZSx24STx60yaMWkQwWxwxLw== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:2165:8800:11:3e0d:cf80:93a1:443 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sat, 10 Jan 2026 03:59:47 GMT Content-Length: 0 Connection: close Location: https://sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.aericand.dev.boost.wwro.aws.dev/&response_type=code&client_id=lm2vs8de0sndj6227makjb9i3&state=/&identity_provider=SailBoostMidwayIdp Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 8e2b9bc1b41cb69d67514a54937a01e6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: S3yqbbvKTfJCM1WmsrmKMz5XJx6wy2-UOhfmYhByE3Ly1jB6gMyfZg== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 2600:9000:2165:8800:11:3e0d:cf80:93a1:80 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 03:59:46 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.aericand.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 711bf86dc2898a8122a5a6c5b71ec626.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: z-wqEEO4op-zJ3UJinjghESCKQTYM8agpiI6s1kekc6A6NeHHBOzuA== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:2165:fe00:11:3e0d:cf80:93a1:443 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sat, 10 Jan 2026 03:59:47 GMT Content-Length: 0 Connection: close Location: https://sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.aericand.dev.boost.wwro.aws.dev/&response_type=code&client_id=lm2vs8de0sndj6227makjb9i3&state=/&identity_provider=SailBoostMidwayIdp Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 ed63aee7a232dfd166d737f0f937fa32.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: GtwusXW0hmkUo-i1ANLwYESOXwtJqfeePV20zD1jI3IVhZnI8JIjmg== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 2600:9000:2165:7800:11:3e0d:cf80:93a1:80 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 03:59:46 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.aericand.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 8e2b9bc1b41cb69d67514a54937a01e6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: iNFafkgCZX3wfCSC6tAuyjRogO-qiFeJzPIKoqmgj8U0VsooNDFTow== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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 52.85.65.11:443 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sat, 10 Jan 2026 03:59:47 GMT Content-Length: 0 Connection: close Location: https://sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.aericand.dev.boost.wwro.aws.dev/&response_type=code&client_id=lm2vs8de0sndj6227makjb9i3&state=/&identity_provider=SailBoostMidwayIdp Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 711bf86dc2898a8122a5a6c5b71ec626.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: eZ5GyGzfhQHllT-K-rtXE_qlxxSqpGfFueuR75Drc9YNBz2tA1J41w== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 52.85.65.34:443 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sat, 10 Jan 2026 03:59:47 GMT Content-Length: 0 Connection: close Location: https://sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.aericand.dev.boost.wwro.aws.dev/&response_type=code&client_id=lm2vs8de0sndj6227makjb9i3&state=/&identity_provider=SailBoostMidwayIdp Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 f80ce03e444d3f6a3da206e4b0906c84.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: VnErPfncAL4LksyqHO1UI4BQ3ymWQLIRJJIyJBrETFb9rAWwbfLs6A== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 52.85.65.44:80 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 03:59:46 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.aericand.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 c65bf3e4543da80bc4240e95b51eeb82.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: VZGncnxvYV2WZbYY8hyTwUa5XM1MLcMdDkLkfmNCQXs9-_1MxfAwMQ== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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 52.85.65.11:80 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 03:59:46 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.aericand.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 2c313927575349c92f098e6f1111a7ce.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: 0dPFznz7w52TbbH9EqSZv-dZ0x4BwmFXiR_poQj0f-M-gHb-r6tXMA== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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 52.85.65.27:443 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sat, 10 Jan 2026 03:59:47 GMT Content-Length: 0 Connection: close Location: https://sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.aericand.dev.boost.wwro.aws.dev/&response_type=code&client_id=lm2vs8de0sndj6227makjb9i3&state=/&identity_provider=SailBoostMidwayIdp Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 f80ce03e444d3f6a3da206e4b0906c84.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: p8O9oqY0fLaavjN5R8b7tdqQ4WWpq894j7Z9WC35UNMYRnJoxOrl0Q== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 52.85.65.34:80 · outlook.aericand.dev.boost.wwro.aws.dev
2026-01-10 03:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 03:59:46 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.aericand.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 8e2b9bc1b41cb69d67514a54937a01e6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: jW0EtEiO2eWVhLfwsSnqGbwdYuVoDVzRxGVb9aBgjSiVi7pXEeM6wA== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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 18.66.192.86:80 · api.dsomegan.dev.boost.wwro.aws.dev
2026-01-08 02:57
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 08 Jan 2026 02:57:33 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://api.dsomegan.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 a4a80ac7ffee78c042728f52e3f729e0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P1 X-Amz-Cf-Id: wJV1zbn2zbU09E2DrGvAXf60g-T7H0Zy6hRINeT8rNVZAcgnZ49NsA== 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 18.66.192.86:443 · api.dsomegan.dev.boost.wwro.aws.dev
2026-01-08 02:57
HTTP/1.1 403 Forbidden
Content-Type: application/json
Content-Length: 42
Connection: close
Date: Thu, 08 Jan 2026 02:57:33 GMT
X-Amzn-Trace-Id: Root=1-695f1d1d-244ec8cd33972cd221139356
x-amzn-RequestId: 8c87403d-ec55-4ac0-96bd-e0714a2c2ce9
x-amzn-ErrorType: MissingAuthenticationTokenException
x-amz-apigw-id: W2F8oGphIAMESDg=
X-Cache: Error from cloudfront
Via: 1.1 986e79a1f22b8bf29001818ede5df5c8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P1
X-Amz-Cf-Id: 24Cbl-AII_Zi7Rz_nCgBCQvHphAy09HX9-_zHZOmsYjNHNtN9QQMQw==
{"message":"Missing Authentication Token"}
Open service 18.66.192.119:443 · api.dsomegan.dev.boost.wwro.aws.dev
2026-01-08 02:57
HTTP/1.1 403 Forbidden
Content-Type: application/json
Content-Length: 42
Connection: close
Date: Thu, 08 Jan 2026 02:57:33 GMT
X-Amzn-Trace-Id: Root=1-695f1d1d-6018c293512897053dc6e528
x-amzn-RequestId: bb04ce64-bc83-4d81-b2a1-2f320eb68b76
x-amzn-ErrorType: MissingAuthenticationTokenException
x-amz-apigw-id: W2F8oFuDoAMEndw=
X-Cache: Error from cloudfront
Via: 1.1 47755cdb8b36419a04f12ee3c24f7fae.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P1
X-Amz-Cf-Id: CavoDhJZsFM-2XElGoR5ZwHZoK2xCo2UEHXw5dUweb11PK37CBsZAw==
{"message":"Missing Authentication Token"}
Open service 18.66.192.125:80 · api.dsomegan.dev.boost.wwro.aws.dev
2026-01-08 02:57
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 08 Jan 2026 02:57:32 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://api.dsomegan.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 8eb3c67b1958af32e15515c8eb27fbb4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P1 X-Amz-Cf-Id: 0s5a1Tv1iTQooxbNhlU-fVaB7Z1dYFYwTwbdVuWLGE7QT08hGwu-jA== 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 18.66.192.125:443 · api.dsomegan.dev.boost.wwro.aws.dev
2026-01-08 02:57
HTTP/1.1 403 Forbidden
Content-Type: application/json
Content-Length: 42
Connection: close
Date: Thu, 08 Jan 2026 02:57:32 GMT
X-Amzn-Trace-Id: Root=1-695f1d1c-18b0fcd1343d28aa7ddf6240
x-amzn-RequestId: c14107cb-cf19-4667-b71f-61517c482d80
x-amzn-ErrorType: MissingAuthenticationTokenException
x-amz-apigw-id: W2F8lEtZoAMEl8g=
X-Cache: Error from cloudfront
Via: 1.1 986e79a1f22b8bf29001818ede5df5c8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P1
X-Amz-Cf-Id: j1HO2pSahMG9NwNsKj_fpm2y5X9-eKf0123PUSGKGLnzmb5goeQtBg==
{"message":"Missing Authentication Token"}
Open service 18.66.192.59:80 · api.dsomegan.dev.boost.wwro.aws.dev
2026-01-08 02:57
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 08 Jan 2026 02:57:33 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://api.dsomegan.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 ec12d3de4ccd821a7e749609dcc62010.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P1 X-Amz-Cf-Id: k34n9l8VyBQ3QJEw1RYGVNWOEblqNACHq2fWfWVccdqFWayPbo8jmA== 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 18.66.192.119:80 · api.dsomegan.dev.boost.wwro.aws.dev
2026-01-08 02:57
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 08 Jan 2026 02:57:32 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://api.dsomegan.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 ba2af690a81a9d904af393a857344bf4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P1 X-Amz-Cf-Id: So4grGM_5tyGjyLZqRV12YM_3KgL8jctnmdAMD4Yga6AYHzzZnoF9A== 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 18.66.192.59:443 · api.dsomegan.dev.boost.wwro.aws.dev
2026-01-08 02:57
HTTP/1.1 403 Forbidden
Content-Type: application/json
Content-Length: 42
Connection: close
Date: Thu, 08 Jan 2026 02:57:32 GMT
X-Amzn-Trace-Id: Root=1-695f1d1c-2b239adc4b88ce5b61d1c73a
x-amzn-RequestId: 6ee87762-d70f-4095-a3ac-c30440c52ab7
x-amzn-ErrorType: MissingAuthenticationTokenException
x-amz-apigw-id: W2F8iHnoIAMEjXA=
X-Cache: Error from cloudfront
Via: 1.1 f8d34d99bd5a267bad6857ae101ea8e2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P1
X-Amz-Cf-Id: Qn_sx_3vxln6_o0siyLgDY_No3w5POyF2CPLnTAY_quuR_gThhzzuw==
{"message":"Missing Authentication Token"}
Open service 2600:9000:20ae:4000:17:2a71:fdc0:93a1:80 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 02:56:33 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dsomegan.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 38f46facdae93530546676e451869f4c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: y6hUm2XNw3a3A10h6ZWRbu43IYGAxqUb925Lzb7Hoi-E1DuhS4xbwQ== 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:20ae:fe00:17:2a71:fdc0:93a1:80 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 02:56:33 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dsomegan.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 fdac4411ecb7b0a694eea0076a271eb2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: nfR8i2jYpAl4GxSZsHo-4O__kLpgXIgn_2Vu7kPa92hrcDqNHcHteQ== 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 54.230.228.35:80 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 02:56:33 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dsomegan.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 38f46facdae93530546676e451869f4c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: wGg1RMl92ghhjoYfr1Q3dTcRSOHxP48o6H0JPhOVpp14QHc8QUQzRg== 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:20ae:6a00:17:2a71:fdc0:93a1:443 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Tue, 12 Mar 2024 13:13:46 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: _5aSHzeVnVLdbtrTMBH2dY0.eW9NX_HM
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://alpha.salesconsole-int.wwro.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors https://aws-crm--scpocdev.sandbox.my.salesforce.com;frame-src https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; connect-src 'self' data: blob: sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com https://cognito-idp.us-east-1.amazonaws.com/ https://cognito-identity.us-east-1.amazonaws.com/ https://api.dsomegan.dev.boost.wwro.aws.dev wss://wss-v2.dsomegan.dev.boost.wwro.aws.dev https://api.alpha.spark.wwro.aws.dev https://pmf-storage-alpha-us-east-1.s3.amazonaws.com https://beta.gateway.suds-int.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-email-content-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-amazon-connect-personal-113838160942.s3.us-east-1.amazonaws.com https://sailboost-amazon-connect-prompt-personal-us-east-1-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-prioritized-account-report-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Wed, 07 Jan 2026 02:56:35 GMT
Cache-Control: no-cache
ETag: "7111267c21ab21ea5dc848390b291049"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 4a87b0ff8f386aa5361d3117d5ee6dd2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: jwq2Lo8TB9aW4RHP44ntMjKfJY-fYNm0NwXJbNKYb1tuHEefaArJwQ==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 2600:9000:20ae:fe00:17:2a71:fdc0:93a1:443 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Tue, 12 Mar 2024 13:13:46 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: _5aSHzeVnVLdbtrTMBH2dY0.eW9NX_HM
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://alpha.salesconsole-int.wwro.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors https://aws-crm--scpocdev.sandbox.my.salesforce.com;frame-src https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; connect-src 'self' data: blob: sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com https://cognito-idp.us-east-1.amazonaws.com/ https://cognito-identity.us-east-1.amazonaws.com/ https://api.dsomegan.dev.boost.wwro.aws.dev wss://wss-v2.dsomegan.dev.boost.wwro.aws.dev https://api.alpha.spark.wwro.aws.dev https://pmf-storage-alpha-us-east-1.s3.amazonaws.com https://beta.gateway.suds-int.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-email-content-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-amazon-connect-personal-113838160942.s3.us-east-1.amazonaws.com https://sailboost-amazon-connect-prompt-personal-us-east-1-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-prioritized-account-report-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Wed, 07 Jan 2026 02:56:35 GMT
Cache-Control: no-cache
ETag: "7111267c21ab21ea5dc848390b291049"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 50a920ee7e446bd07188dda00cda68a2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: mmGp1eNiSyCRsMSW_pnSkRcDmjq57ALZEm-XsrbgzcSqMqCh7FwU3Q==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 2600:9000:20ae:9a00:17:2a71:fdc0:93a1:443 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Tue, 12 Mar 2024 13:13:46 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: _5aSHzeVnVLdbtrTMBH2dY0.eW9NX_HM
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://alpha.salesconsole-int.wwro.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors https://aws-crm--scpocdev.sandbox.my.salesforce.com;frame-src https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; connect-src 'self' data: blob: sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com https://cognito-idp.us-east-1.amazonaws.com/ https://cognito-identity.us-east-1.amazonaws.com/ https://api.dsomegan.dev.boost.wwro.aws.dev wss://wss-v2.dsomegan.dev.boost.wwro.aws.dev https://api.alpha.spark.wwro.aws.dev https://pmf-storage-alpha-us-east-1.s3.amazonaws.com https://beta.gateway.suds-int.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-email-content-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-amazon-connect-personal-113838160942.s3.us-east-1.amazonaws.com https://sailboost-amazon-connect-prompt-personal-us-east-1-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-prioritized-account-report-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Wed, 07 Jan 2026 02:56:35 GMT
Cache-Control: no-cache
ETag: "7111267c21ab21ea5dc848390b291049"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 a2eaac3682e999c3b0a69ad54d815412.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: tyx-xKneSBpNWSLz8mxa4Z96SLTXgu0t1yfsT2jaN_Q7_eWcpWZLvQ==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 2600:9000:20ae:3400:17:2a71:fdc0:93a1:80 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 02:56:33 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dsomegan.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 f9e9a2e2a630392daf40b42b49debe88.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: OdcWstNmnNhR5mtpdcdIUXYCWaQRCyymyssVAnDi13b3jTjizohrVQ== 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:20ae:3400:17:2a71:fdc0:93a1:443 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Tue, 12 Mar 2024 13:13:46 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: _5aSHzeVnVLdbtrTMBH2dY0.eW9NX_HM
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://alpha.salesconsole-int.wwro.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors https://aws-crm--scpocdev.sandbox.my.salesforce.com;frame-src https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; connect-src 'self' data: blob: sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com https://cognito-idp.us-east-1.amazonaws.com/ https://cognito-identity.us-east-1.amazonaws.com/ https://api.dsomegan.dev.boost.wwro.aws.dev wss://wss-v2.dsomegan.dev.boost.wwro.aws.dev https://api.alpha.spark.wwro.aws.dev https://pmf-storage-alpha-us-east-1.s3.amazonaws.com https://beta.gateway.suds-int.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-email-content-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-amazon-connect-personal-113838160942.s3.us-east-1.amazonaws.com https://sailboost-amazon-connect-prompt-personal-us-east-1-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-prioritized-account-report-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Wed, 07 Jan 2026 02:56:35 GMT
Cache-Control: no-cache
ETag: "7111267c21ab21ea5dc848390b291049"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 38f46facdae93530546676e451869f4c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: UImPeiFxduad5SqeuE3rU5UP4rjR3JSeiqAifRoWojUGWzUsVkhYrg==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 54.230.228.3:443 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Tue, 12 Mar 2024 13:13:46 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: _5aSHzeVnVLdbtrTMBH2dY0.eW9NX_HM
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://alpha.salesconsole-int.wwro.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors https://aws-crm--scpocdev.sandbox.my.salesforce.com;frame-src https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; connect-src 'self' data: blob: sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com https://cognito-idp.us-east-1.amazonaws.com/ https://cognito-identity.us-east-1.amazonaws.com/ https://api.dsomegan.dev.boost.wwro.aws.dev wss://wss-v2.dsomegan.dev.boost.wwro.aws.dev https://api.alpha.spark.wwro.aws.dev https://pmf-storage-alpha-us-east-1.s3.amazonaws.com https://beta.gateway.suds-int.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-email-content-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-amazon-connect-personal-113838160942.s3.us-east-1.amazonaws.com https://sailboost-amazon-connect-prompt-personal-us-east-1-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-prioritized-account-report-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Wed, 07 Jan 2026 02:56:35 GMT
Cache-Control: no-cache
ETag: "7111267c21ab21ea5dc848390b291049"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 48bff6f682dda533442f6a9ed653d630.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: 9JnUvb5JZpbHjsrBV747AQxeg9SWDW02xfwRqtjjxfqCAevIvNYVkQ==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 54.230.228.116:443 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Tue, 12 Mar 2024 13:13:46 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: _5aSHzeVnVLdbtrTMBH2dY0.eW9NX_HM
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://alpha.salesconsole-int.wwro.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors https://aws-crm--scpocdev.sandbox.my.salesforce.com;frame-src https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; connect-src 'self' data: blob: sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com https://cognito-idp.us-east-1.amazonaws.com/ https://cognito-identity.us-east-1.amazonaws.com/ https://api.dsomegan.dev.boost.wwro.aws.dev wss://wss-v2.dsomegan.dev.boost.wwro.aws.dev https://api.alpha.spark.wwro.aws.dev https://pmf-storage-alpha-us-east-1.s3.amazonaws.com https://beta.gateway.suds-int.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-email-content-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-amazon-connect-personal-113838160942.s3.us-east-1.amazonaws.com https://sailboost-amazon-connect-prompt-personal-us-east-1-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-prioritized-account-report-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Wed, 07 Jan 2026 02:56:35 GMT
Cache-Control: no-cache
ETag: "7111267c21ab21ea5dc848390b291049"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 48bff6f682dda533442f6a9ed653d630.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: dWzDEiOygk3a97PqxLEN7nrxSzLQDuHpIvkk9ZQ4IaQsnqWMvpUD9A==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 2600:9000:20ae:ea00:17:2a71:fdc0:93a1:443 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Tue, 12 Mar 2024 13:13:46 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: _5aSHzeVnVLdbtrTMBH2dY0.eW9NX_HM
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://alpha.salesconsole-int.wwro.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors https://aws-crm--scpocdev.sandbox.my.salesforce.com;frame-src https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; connect-src 'self' data: blob: sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com https://cognito-idp.us-east-1.amazonaws.com/ https://cognito-identity.us-east-1.amazonaws.com/ https://api.dsomegan.dev.boost.wwro.aws.dev wss://wss-v2.dsomegan.dev.boost.wwro.aws.dev https://api.alpha.spark.wwro.aws.dev https://pmf-storage-alpha-us-east-1.s3.amazonaws.com https://beta.gateway.suds-int.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-email-content-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-amazon-connect-personal-113838160942.s3.us-east-1.amazonaws.com https://sailboost-amazon-connect-prompt-personal-us-east-1-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-prioritized-account-report-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Wed, 07 Jan 2026 02:56:35 GMT
Cache-Control: no-cache
ETag: "7111267c21ab21ea5dc848390b291049"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 f9e9a2e2a630392daf40b42b49debe88.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: 8nzTnsibGih5jaJf_tOy3c_D5pMkQoyh_m5ZDdn2Kr3p0RvhN4TGrw==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 2600:9000:20ae:6a00:17:2a71:fdc0:93a1:80 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 02:56:32 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dsomegan.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 b87d7a7588235c761c8602f922d332f4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: 82a4sPoP73SWWbiBVon0AXkPurioSfY_l9p7_5MKZPN4jwr_oOK2tQ== 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 54.230.228.3:80 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 02:56:32 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dsomegan.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 00fe48bc72383ac135425bf0b3409486.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: qy9lC0Dp1A9gus2vYEJeLd47FVmh-ftZhdyx_PP8nTT9p057Qq7asg== 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:20ae:ea00:17:2a71:fdc0:93a1:80 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 02:56:33 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dsomegan.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 a2eaac3682e999c3b0a69ad54d815412.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: 7f7Zp47cVu3KTl340ezpr_2Wg6e1O1j2zq3wXRpuLbsGopxevEwwdg== 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:20ae:3800:17:2a71:fdc0:93a1:80 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 02:56:32 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dsomegan.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 e3d75b6784ddc24c20248c83cdbce544.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: WrwhuGlCiICucxviYwVLdesG5DwQzCPteLTWwAI7cJZBMxErWFpUHg== 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 54.230.228.116:80 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 02:56:32 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dsomegan.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 64de0e8f28c987c1b81102130781b870.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: 43zPJdN7y1PMgH1llHhx1fuXG65cNJhHBtCJhBHmTIxGiy7_YV4wvw== 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:20ae:d600:17:2a71:fdc0:93a1:80 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 02:56:32 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dsomegan.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 c357e4a7404abfefc6d5fb1647246a74.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: Xu5rYnpjb6ddzjMNjfbhzk6M-HnSCm303QLgV5e0AUT1vg2JeBzgpg== 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 54.230.228.111:443 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Tue, 12 Mar 2024 13:13:46 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: _5aSHzeVnVLdbtrTMBH2dY0.eW9NX_HM
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://alpha.salesconsole-int.wwro.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors https://aws-crm--scpocdev.sandbox.my.salesforce.com;frame-src https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; connect-src 'self' data: blob: sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com https://cognito-idp.us-east-1.amazonaws.com/ https://cognito-identity.us-east-1.amazonaws.com/ https://api.dsomegan.dev.boost.wwro.aws.dev wss://wss-v2.dsomegan.dev.boost.wwro.aws.dev https://api.alpha.spark.wwro.aws.dev https://pmf-storage-alpha-us-east-1.s3.amazonaws.com https://beta.gateway.suds-int.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-email-content-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-amazon-connect-personal-113838160942.s3.us-east-1.amazonaws.com https://sailboost-amazon-connect-prompt-personal-us-east-1-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-prioritized-account-report-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Wed, 07 Jan 2026 02:56:35 GMT
Cache-Control: no-cache
ETag: "7111267c21ab21ea5dc848390b291049"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 48bff6f682dda533442f6a9ed653d630.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: l6drMSrS02DmLEaDKE42s2VIAQd68G5bAyFMRn_owDs4VpSUxbr6Iw==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 2600:9000:20ae:9a00:17:2a71:fdc0:93a1:80 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 02:56:33 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dsomegan.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 4a87b0ff8f386aa5361d3117d5ee6dd2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: N-9lWbsUaceWTw-r1IFFF7xj2ExIHzYBRE1_-mcLEo0Fi_B0bbd5YQ== 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:20ae:4000:17:2a71:fdc0:93a1:443 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Tue, 12 Mar 2024 13:13:46 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: _5aSHzeVnVLdbtrTMBH2dY0.eW9NX_HM
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://alpha.salesconsole-int.wwro.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors https://aws-crm--scpocdev.sandbox.my.salesforce.com;frame-src https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; connect-src 'self' data: blob: sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com https://cognito-idp.us-east-1.amazonaws.com/ https://cognito-identity.us-east-1.amazonaws.com/ https://api.dsomegan.dev.boost.wwro.aws.dev wss://wss-v2.dsomegan.dev.boost.wwro.aws.dev https://api.alpha.spark.wwro.aws.dev https://pmf-storage-alpha-us-east-1.s3.amazonaws.com https://beta.gateway.suds-int.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-email-content-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-amazon-connect-personal-113838160942.s3.us-east-1.amazonaws.com https://sailboost-amazon-connect-prompt-personal-us-east-1-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-prioritized-account-report-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Wed, 07 Jan 2026 02:56:35 GMT
Cache-Control: no-cache
ETag: "7111267c21ab21ea5dc848390b291049"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 86f0f41c4d8083f2bfc3d1c3d9719bbc.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: fRxail08jCWp72FZycMZnVkvm9qPFy8ZucHpSl_26l2icSUJ_OfV5A==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 54.230.228.35:443 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Tue, 12 Mar 2024 13:13:46 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: _5aSHzeVnVLdbtrTMBH2dY0.eW9NX_HM
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://alpha.salesconsole-int.wwro.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors https://aws-crm--scpocdev.sandbox.my.salesforce.com;frame-src https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; connect-src 'self' data: blob: sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com https://cognito-idp.us-east-1.amazonaws.com/ https://cognito-identity.us-east-1.amazonaws.com/ https://api.dsomegan.dev.boost.wwro.aws.dev wss://wss-v2.dsomegan.dev.boost.wwro.aws.dev https://api.alpha.spark.wwro.aws.dev https://pmf-storage-alpha-us-east-1.s3.amazonaws.com https://beta.gateway.suds-int.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-email-content-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-amazon-connect-personal-113838160942.s3.us-east-1.amazonaws.com https://sailboost-amazon-connect-prompt-personal-us-east-1-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-prioritized-account-report-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Wed, 07 Jan 2026 02:56:35 GMT
Cache-Control: no-cache
ETag: "7111267c21ab21ea5dc848390b291049"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 00fe48bc72383ac135425bf0b3409486.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: b0ZFvDXCWAXtO56DMwaaa7Fz95UkacqHhrvnUDxYkP7XL6Dt55bIMw==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 2600:9000:20ae:d600:17:2a71:fdc0:93a1:443 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Tue, 12 Mar 2024 13:13:46 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: _5aSHzeVnVLdbtrTMBH2dY0.eW9NX_HM
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://alpha.salesconsole-int.wwro.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors https://aws-crm--scpocdev.sandbox.my.salesforce.com;frame-src https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; connect-src 'self' data: blob: sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com https://cognito-idp.us-east-1.amazonaws.com/ https://cognito-identity.us-east-1.amazonaws.com/ https://api.dsomegan.dev.boost.wwro.aws.dev wss://wss-v2.dsomegan.dev.boost.wwro.aws.dev https://api.alpha.spark.wwro.aws.dev https://pmf-storage-alpha-us-east-1.s3.amazonaws.com https://beta.gateway.suds-int.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-email-content-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-amazon-connect-personal-113838160942.s3.us-east-1.amazonaws.com https://sailboost-amazon-connect-prompt-personal-us-east-1-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-prioritized-account-report-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Wed, 07 Jan 2026 02:56:35 GMT
Cache-Control: no-cache
ETag: "7111267c21ab21ea5dc848390b291049"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 e3d75b6784ddc24c20248c83cdbce544.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: AU1z2xkwUtzMopzX4skk_MFXiwSPr79vYlkiEwwu92gLYFMhLYpFfw==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 2600:9000:20ae:3800:17:2a71:fdc0:93a1:443 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 8767
Connection: close
Last-Modified: Tue, 12 Mar 2024 13:13:46 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: _5aSHzeVnVLdbtrTMBH2dY0.eW9NX_HM
Accept-Ranges: bytes
Server: AmazonS3
Content-Security-Policy: upgrade-insecure-requests;default-src 'none';object-src 'none';media-src https://sailboost-amazon-connect-voicemail-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://alpha.salesconsole-int.wwro.aws.dev 'self' blob:;font-src data:;manifest-src 'self';style-src 'self' https://alpha.salesconsole-int.wwro.aws.dev/ https://beta.salesconsole-int.wwro.aws.dev/ https://gamma.salesconsole.aws.dev/ https://salesconsole.aws.dev/ 'unsafe-inline';img-src 'self' data: https://internal-cdn.amazon.com/ https://m.media-amazon.com/ https://*;frame-ancestors https://aws-crm--scpocdev.sandbox.my.salesforce.com;frame-src https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; connect-src 'self' data: blob: sailboost-midway-saml-auth-dev.auth.us-east-1.amazoncognito.com https://cognito-idp.us-east-1.amazonaws.com/ https://cognito-identity.us-east-1.amazonaws.com/ https://api.dsomegan.dev.boost.wwro.aws.dev wss://wss-v2.dsomegan.dev.boost.wwro.aws.dev https://api.alpha.spark.wwro.aws.dev https://pmf-storage-alpha-us-east-1.s3.amazonaws.com https://beta.gateway.suds-int.wwro.aws.dev https://dataplane.rum.us-east-1.amazonaws.com/ https://dataplane.rum.us-west-2.amazonaws.com/ https://midway-auth.amazon.com/ https://boost-contacts-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-email-content-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-amazon-connect-personal-113838160942.s3.us-east-1.amazonaws.com https://sailboost-amazon-connect-prompt-personal-us-east-1-113838160942.s3.us-east-1.amazonaws.com https://boost-conversation-import-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-prioritized-account-report-personal-113838160942.s3.us-east-1.amazonaws.com https://boost-ap-southeast-1-personal-113838160942.my.connect.aws https://boost-eu-central-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-1-personal-113838160942.my.connect.aws https://boost-ap-northeast-2-personal-113838160942.my.connect.aws https://boost-ap-southeast-2-personal-113838160942.my.connect.aws https://sailboost-dev.awsapps.com; script-src 'self' 'unsafe-inline'
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=47304000; includeSubDomains
Date: Wed, 07 Jan 2026 02:56:34 GMT
Cache-Control: no-cache
ETag: "7111267c21ab21ea5dc848390b291049"
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 2a656139082dc5343337bc64ea362630.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: I62LL36LcX6J7ZIJWFq0Zwho5XbkqwF9UM9sO_ff0ZXgQTJh-Y-35g==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
Open service 54.230.228.111:80 · dsomegan.dev.boost.wwro.aws.dev
2026-01-07 02:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 02:56:32 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dsomegan.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 2be8016001d2c9c5362b82e28629d2d6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: oM2PYbyZjkydibMnlAlPYRfSpg47ZbGuHIe5rJzRalBqaFT1DqQDfA== 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 108.138.36.34:443 · api.beta.boost.wwro.aws.dev
2026-01-07 00:53
HTTP/1.1 403 Forbidden
Content-Type: application/json
Content-Length: 23
Connection: close
Date: Wed, 07 Jan 2026 00:53:18 GMT
X-Amzn-Trace-Id: Root=1-695dae7e-5b046bc92f502f4917027717
x-amzn-RequestId: 91c44f69-82f7-4457-8edf-ce60ac663bf6
x-amzn-ErrorType: ForbiddenException
x-amz-apigw-id: WygzyHEdoAMESug=
X-Cache: Error from cloudfront
Via: 1.1 349eb6985da057f318665aa6bde74732.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P2
X-Amz-Cf-Id: jL65c_yXn_MTE269P4hqsOK4q35_StLeT4pxk4cOzpgIu5ikP1MYWg==
{"message":"Forbidden"}
Open service 108.138.36.34:80 · api.beta.boost.wwro.aws.dev
2026-01-07 00:53
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 00:53:17 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://api.beta.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 3d7648aa47c887339ebd63c859836150.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: 3IRglD5rjhuYLp-WGkFdwu_lT9IP6wSwt6zQ15PAulg7_PRc5lC48A== 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 108.138.36.92:80 · api.beta.boost.wwro.aws.dev
2026-01-07 00:53
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 00:53:17 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://api.beta.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 cb64e02e44588dfd13b2a4b2483c404c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: 4gM0tb-oGzcL63skmoP7r-Yn8W4AuAsB7VLMBf_YnK6RMowxWFrXfg== 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 108.138.36.53:443 · api.beta.boost.wwro.aws.dev
2026-01-07 00:53
HTTP/1.1 403 Forbidden
Content-Type: application/json
Content-Length: 23
Connection: close
Date: Wed, 07 Jan 2026 00:53:17 GMT
X-Amzn-Trace-Id: Root=1-695dae7d-233e0f14379e27245b04312f
x-amzn-RequestId: 4ee8c684-a0b7-47e1-a9e9-d35428745023
x-amzn-ErrorType: ForbiddenException
x-amz-apigw-id: WygzuFzZIAMEAVQ=
X-Cache: Error from cloudfront
Via: 1.1 f212784a4dc77817b66a91a042658fa6.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P2
X-Amz-Cf-Id: XnX8Hqy9lIaCQJufzQmmTkLBFZZpgMKixDIPtWI07Kv1D0weVazCfQ==
{"message":"Forbidden"}
Open service 108.138.36.85:443 · api.beta.boost.wwro.aws.dev
2026-01-07 00:53
HTTP/1.1 403 Forbidden
Content-Type: application/json
Content-Length: 23
Connection: close
Date: Wed, 07 Jan 2026 00:53:17 GMT
X-Amzn-Trace-Id: Root=1-695dae7d-2f96c0661341d00c4b5962fa
x-amzn-RequestId: 624753c4-6713-430b-984a-f533ea94bfce
x-amzn-ErrorType: ForbiddenException
x-amz-apigw-id: WygzrGC9IAMEcIQ=
X-Cache: Error from cloudfront
Via: 1.1 91220e34cbdd95f669dbfd83e711fee6.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P2
X-Amz-Cf-Id: l04xf7SFzijQ3HSx-33jhY3DS5XRXVMQU5M9kCLkKwZYyqExNaxYdQ==
{"message":"Forbidden"}
Open service 108.138.36.85:80 · api.beta.boost.wwro.aws.dev
2026-01-07 00:53
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 00:53:17 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://api.beta.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 774fae779f194800b967be38df6bd8d2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: 6eS_L-X7gWVI5XfHbcPLog98wX9eenbbqR7mboVfhySAnTV7MTHOaQ== 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 108.138.36.92:443 · api.beta.boost.wwro.aws.dev
2026-01-07 00:53
HTTP/1.1 403 Forbidden
Content-Type: application/json
Content-Length: 23
Connection: close
Date: Wed, 07 Jan 2026 00:53:17 GMT
X-Amzn-Trace-Id: Root=1-695dae7d-36d18d5169f3a60d38f70ea4
x-amzn-RequestId: e950922c-50f8-45e6-b2d4-f50b25384ef2
x-amzn-ErrorType: ForbiddenException
x-amz-apigw-id: WygzrEPsoAMEdsw=
X-Cache: Error from cloudfront
Via: 1.1 beaace02cc7004781239800a1c484ca0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P2
X-Amz-Cf-Id: CnefYaI0-Ubdz4R2tZ0-u5bAcGk-mIz_TLPvtKeN0PgUrWOgDVd8Ww==
{"message":"Forbidden"}
Open service 108.138.36.53:80 · api.beta.boost.wwro.aws.dev
2026-01-07 00:53
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 00:53:16 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://api.beta.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 46e871af86c897cd369d8d20c90166ec.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: QUQW-phtBzapDYctkTHjFIbWU0a8uZNOPP3gU9WUVCvAnCGswjE4gA== 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 108.138.36.74:80 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 03:05:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.kevnx.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 fdeb2756d6789b370622d82fde82a532.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: bSDnQu4JG6K41G17-yLjAq3ccXXoCXCUQiuvMRUp7MziYu7K3H9rzw== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:237d:e400:1c:ab36:c280:93a1:80 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 03:05:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.kevnx.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 66a008dd3c1b49635fc036a68872758c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: VGNdPnkj176aeW830DsWOviTqQ2TmT_MwIApfAO9Mwz63bcFt-evSA== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:237d:6000:1c:ab36:c280:93a1:80 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 03:05:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.kevnx.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 c807be9a1ebef174d61ebd59fb655d20.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: BhUDHlCYOfNAjU2IPE8Bga-Lgt939uEUwbQyJvr8lNtZjvCakDOMTg== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:237d:6800:1c:ab36:c280:93a1:80 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 03:05:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.kevnx.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 7f6fdb9a0ec439bac9ac6cc0db13237e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: CDBFgCoWs-zeCQEsrwWzTuCId3CGcgJRhV9p_Ejo4K2jn-CPhK2r3A== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:237d:cc00:1c:ab36:c280:93a1:443 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 498 Connection: close Date: Thu, 01 Jan 2026 03:05:50 GMT Last-Modified: Wed, 03 Dec 2025 19:35:14 GMT ETag: "cd26ea67f7427df9a16f13a329bc20d1" x-amz-server-side-encryption: AES256 x-amz-version-id: 1tFM_V_B1IIQxTPr2UMB63egvvRzr4tv Accept-Ranges: bytes Server: AmazonS3 X-Cache: Hit from cloudfront Via: 1.1 09dddedbac44fa07d4af5f638358fa8a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: oSVZSGZ3QlApeGVuW9oeV6uSDZNccY48lpIVj0NruT6UXF0MwvpOgg== Age: 1 Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains Cache-Control: no-cache Page title: Boost <!doctype html><html lang="en" data-framework="typescript"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=Edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Boost</title><script src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script><link href="taskpane.css" rel="stylesheet"></head><body><div id="container"></div><script src="polyfill.b4a33714.js"></script><script src="taskpane.ed370b5f.js"></script></body></html>
Open service 2600:9000:237d:9e00:1c:ab36:c280:93a1:443 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 498 Connection: close Date: Thu, 01 Jan 2026 03:05:50 GMT Last-Modified: Wed, 03 Dec 2025 19:35:14 GMT ETag: "cd26ea67f7427df9a16f13a329bc20d1" x-amz-server-side-encryption: AES256 x-amz-version-id: 1tFM_V_B1IIQxTPr2UMB63egvvRzr4tv Accept-Ranges: bytes Server: AmazonS3 X-Cache: Hit from cloudfront Via: 1.1 75964e4626dd702b8dac2690031df25a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: QWLi78eQWO3pCe0xijQWjN_diCGsqSUeTeucBT53yu93SaRXh48Ggw== Age: 0 Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains Cache-Control: no-cache Page title: Boost <!doctype html><html lang="en" data-framework="typescript"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=Edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Boost</title><script src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script><link href="taskpane.css" rel="stylesheet"></head><body><div id="container"></div><script src="polyfill.b4a33714.js"></script><script src="taskpane.ed370b5f.js"></script></body></html>
Open service 2600:9000:237d:4e00:1c:ab36:c280:93a1:443 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 498 Connection: close Date: Thu, 01 Jan 2026 03:05:50 GMT Last-Modified: Wed, 03 Dec 2025 19:35:14 GMT ETag: "cd26ea67f7427df9a16f13a329bc20d1" x-amz-server-side-encryption: AES256 x-amz-version-id: 1tFM_V_B1IIQxTPr2UMB63egvvRzr4tv Accept-Ranges: bytes Server: AmazonS3 X-Cache: Hit from cloudfront Via: 1.1 3d7648aa47c887339ebd63c859836150.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: A-jTrVo-UO-nF1huiiGXx1OfkYuT_4N0PFJVMdRKIwmxskQdxsUkSQ== Age: 1 Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains Cache-Control: no-cache Page title: Boost <!doctype html><html lang="en" data-framework="typescript"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=Edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Boost</title><script src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script><link href="taskpane.css" rel="stylesheet"></head><body><div id="container"></div><script src="polyfill.b4a33714.js"></script><script src="taskpane.ed370b5f.js"></script></body></html>
Open service 108.138.36.39:80 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 03:05:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.kevnx.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 cb64e02e44588dfd13b2a4b2483c404c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: GllVvr9g_JKv7Wa8AoFu99vl-lkfQHNuLtxSsWFWpERNUIMee9EpFg== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:237d:9200:1c:ab36:c280:93a1:80 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 03:05:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.kevnx.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 210c8ad3e752d602af05a2de06eb2ff8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: l19AyUS28z-ey5Eyd8e04gDc8X36oJCZATIPJ2u-2WqnienxUmpF2A== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:237d:e400:1c:ab36:c280:93a1:443 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 498 Connection: close Date: Thu, 01 Jan 2026 03:05:50 GMT Last-Modified: Wed, 03 Dec 2025 19:35:14 GMT ETag: "cd26ea67f7427df9a16f13a329bc20d1" x-amz-server-side-encryption: AES256 x-amz-version-id: 1tFM_V_B1IIQxTPr2UMB63egvvRzr4tv Accept-Ranges: bytes Server: AmazonS3 X-Cache: Hit from cloudfront Via: 1.1 d2e8c709d1f79bde6ed8f833f02bdd34.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: P8P4-osRn6YrpfbVbpFrapAcKeb_0WJVBN7Egmj2kiOzch5B2nMUUQ== Age: 1 Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains Cache-Control: no-cache Page title: Boost <!doctype html><html lang="en" data-framework="typescript"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=Edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Boost</title><script src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script><link href="taskpane.css" rel="stylesheet"></head><body><div id="container"></div><script src="polyfill.b4a33714.js"></script><script src="taskpane.ed370b5f.js"></script></body></html>
Open service 108.138.36.25:80 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 03:05:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.kevnx.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 f52fb277cecd3d7de14d996c1f683de2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: Sv6GV3XEkGyPX8sfguyE6SexiVMdorzWtKgHI5udTGCnB0vrqjfqkw== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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 108.138.36.86:80 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 03:05:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.kevnx.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 09b934fc5a2991212bdc3b299a0a1cb4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: _mjDuW_YHuhm0htobMJ8PWVyeBEv1FquVoz6Nm6wlCjSTD7VJfbu0w== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:237d:6200:1c:ab36:c280:93a1:80 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 03:05:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.kevnx.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 9f8416bf8a85d328bf3649469ef2a474.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: VSernOxECLHbuJsRCjk0IT1p6N6ChghKQ8s6lD9Gcv4cYr-wke1K8w== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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 108.138.36.25:443 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 498 Connection: close Date: Thu, 01 Jan 2026 03:05:50 GMT Last-Modified: Wed, 03 Dec 2025 19:35:14 GMT ETag: "cd26ea67f7427df9a16f13a329bc20d1" x-amz-server-side-encryption: AES256 x-amz-version-id: 1tFM_V_B1IIQxTPr2UMB63egvvRzr4tv Accept-Ranges: bytes Server: AmazonS3 X-Cache: Hit from cloudfront Via: 1.1 fdeb2756d6789b370622d82fde82a532.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: oZ3QdNON9dZXabqV-H1K-ETJmRTjJkwhaWjR8hkl8oaKj8G9Az3uzA== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains Cache-Control: no-cache Page title: Boost <!doctype html><html lang="en" data-framework="typescript"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=Edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Boost</title><script src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script><link href="taskpane.css" rel="stylesheet"></head><body><div id="container"></div><script src="polyfill.b4a33714.js"></script><script src="taskpane.ed370b5f.js"></script></body></html>
Open service 108.138.36.74:443 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 498 Connection: close Date: Thu, 01 Jan 2026 03:05:50 GMT Last-Modified: Wed, 03 Dec 2025 19:35:14 GMT ETag: "cd26ea67f7427df9a16f13a329bc20d1" x-amz-server-side-encryption: AES256 x-amz-version-id: 1tFM_V_B1IIQxTPr2UMB63egvvRzr4tv Accept-Ranges: bytes Server: AmazonS3 X-Cache: Hit from cloudfront Via: 1.1 349eb6985da057f318665aa6bde74732.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: zhIUhPXAEMdwiHvyDvoG8uXbTHDCH43v784e0iwnLfYUEgNxeg5sSg== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains Cache-Control: no-cache Page title: Boost <!doctype html><html lang="en" data-framework="typescript"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=Edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Boost</title><script src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script><link href="taskpane.css" rel="stylesheet"></head><body><div id="container"></div><script src="polyfill.b4a33714.js"></script><script src="taskpane.ed370b5f.js"></script></body></html>
Open service 2600:9000:237d:6000:1c:ab36:c280:93a1:443 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 498 Connection: close Date: Thu, 01 Jan 2026 03:05:50 GMT Last-Modified: Wed, 03 Dec 2025 19:35:14 GMT ETag: "cd26ea67f7427df9a16f13a329bc20d1" x-amz-server-side-encryption: AES256 x-amz-version-id: 1tFM_V_B1IIQxTPr2UMB63egvvRzr4tv Accept-Ranges: bytes Server: AmazonS3 X-Cache: Hit from cloudfront Via: 1.1 91220e34cbdd95f669dbfd83e711fee6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: _fvZq0INM7VdCnHKBdMCisLVOEBiBfjg8VuPxjuTdZ0BY7BRfEx5nQ== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains Cache-Control: no-cache Page title: Boost <!doctype html><html lang="en" data-framework="typescript"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=Edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Boost</title><script src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script><link href="taskpane.css" rel="stylesheet"></head><body><div id="container"></div><script src="polyfill.b4a33714.js"></script><script src="taskpane.ed370b5f.js"></script></body></html>
Open service 2600:9000:237d:6200:1c:ab36:c280:93a1:443 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 498 Connection: close Date: Thu, 01 Jan 2026 03:05:50 GMT Last-Modified: Wed, 03 Dec 2025 19:35:14 GMT ETag: "cd26ea67f7427df9a16f13a329bc20d1" x-amz-server-side-encryption: AES256 x-amz-version-id: 1tFM_V_B1IIQxTPr2UMB63egvvRzr4tv Accept-Ranges: bytes Server: AmazonS3 X-Cache: Hit from cloudfront Via: 1.1 cb64e02e44588dfd13b2a4b2483c404c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: RoKLe3ls-aJmnN6uKT8qIKy-gtdvvI7CQ-DDpNluALUih0G2rAxGWQ== Age: 1 Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains Cache-Control: no-cache Page title: Boost <!doctype html><html lang="en" data-framework="typescript"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=Edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Boost</title><script src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script><link href="taskpane.css" rel="stylesheet"></head><body><div id="container"></div><script src="polyfill.b4a33714.js"></script><script src="taskpane.ed370b5f.js"></script></body></html>
Open service 108.138.36.39:443 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 498 Connection: close Date: Thu, 01 Jan 2026 03:05:50 GMT Last-Modified: Wed, 03 Dec 2025 19:35:14 GMT ETag: "cd26ea67f7427df9a16f13a329bc20d1" x-amz-server-side-encryption: AES256 x-amz-version-id: 1tFM_V_B1IIQxTPr2UMB63egvvRzr4tv Accept-Ranges: bytes Server: AmazonS3 X-Cache: Hit from cloudfront Via: 1.1 a79cccd642ddc0038c3b0c4a9e7fcd6c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: gW7IREPo7JHE2dLSHDSyTEnt30XXY8Zj3wZYL5a_MmK9QavnhD5xfw== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains Cache-Control: no-cache Page title: Boost <!doctype html><html lang="en" data-framework="typescript"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=Edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Boost</title><script src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script><link href="taskpane.css" rel="stylesheet"></head><body><div id="container"></div><script src="polyfill.b4a33714.js"></script><script src="taskpane.ed370b5f.js"></script></body></html>
Open service 2600:9000:237d:9e00:1c:ab36:c280:93a1:80 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 03:05:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.kevnx.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 d34e2629ef96cca4a5e6c92c061c82b4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: CTyZW1Xa4xo8baB5_7_1l37WnpwZ0Qts5X51CQt9tDOAWhKiCUBesw== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:237d:cc00:1c:ab36:c280:93a1:80 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 03:05:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.kevnx.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 f52fb277cecd3d7de14d996c1f683de2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: ENNYW2WIbIWs4nkkljj0sNLWRKRQJXexHxNWgn8elbsV6afVg1tNbw== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:237d:4e00:1c:ab36:c280:93a1:80 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 03:05:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.kevnx.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 9f8416bf8a85d328bf3649469ef2a474.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: hMSG_lcvYTUbe-3lMMyIgAs6Jnggo17HiIhxmwSPrmcGgKjv8gkvOQ== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:237d:6800:1c:ab36:c280:93a1:443 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 498 Connection: close Date: Thu, 01 Jan 2026 03:05:50 GMT Last-Modified: Wed, 03 Dec 2025 19:35:14 GMT ETag: "cd26ea67f7427df9a16f13a329bc20d1" x-amz-server-side-encryption: AES256 x-amz-version-id: 1tFM_V_B1IIQxTPr2UMB63egvvRzr4tv Accept-Ranges: bytes Server: AmazonS3 X-Cache: Hit from cloudfront Via: 1.1 cdf03e675736c21829fede7b370fd99a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: 9swzxlh_M6ZzTAq2hb1OGXKB2MLsz9ItCfHAURpsR4wvYs490_s8yg== Age: 1 Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains Cache-Control: no-cache Page title: Boost <!doctype html><html lang="en" data-framework="typescript"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=Edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Boost</title><script src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script><link href="taskpane.css" rel="stylesheet"></head><body><div id="container"></div><script src="polyfill.b4a33714.js"></script><script src="taskpane.ed370b5f.js"></script></body></html>
Open service 108.138.36.86:443 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 498 Connection: close Date: Thu, 01 Jan 2026 03:05:50 GMT Last-Modified: Wed, 03 Dec 2025 19:35:14 GMT ETag: "cd26ea67f7427df9a16f13a329bc20d1" x-amz-server-side-encryption: AES256 x-amz-version-id: 1tFM_V_B1IIQxTPr2UMB63egvvRzr4tv Accept-Ranges: bytes Server: AmazonS3 X-Cache: Hit from cloudfront Via: 1.1 902186b72e1ae6ba0d22c4a6abfcf004.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: v24kejs94hs_dZLFYPsbeimLjk7nEeC8nHbycNS5HoIdtm6uq36zNQ== Age: 1 Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains Cache-Control: no-cache Page title: Boost <!doctype html><html lang="en" data-framework="typescript"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=Edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Boost</title><script src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script><link href="taskpane.css" rel="stylesheet"></head><body><div id="container"></div><script src="polyfill.b4a33714.js"></script><script src="taskpane.ed370b5f.js"></script></body></html>
Open service 2600:9000:237d:9200:1c:ab36:c280:93a1:443 · outlook.kevnx.dev.boost.wwro.aws.dev
2026-01-01 03:05
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 498 Connection: close Date: Thu, 01 Jan 2026 03:05:50 GMT Last-Modified: Wed, 03 Dec 2025 19:35:14 GMT ETag: "cd26ea67f7427df9a16f13a329bc20d1" x-amz-server-side-encryption: AES256 x-amz-version-id: 1tFM_V_B1IIQxTPr2UMB63egvvRzr4tv Accept-Ranges: bytes Server: AmazonS3 X-Cache: Hit from cloudfront Via: 1.1 e5f838cca0e0de4bbf3520e7a4d3ae3e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: HtUubV06nj-10VVK3bo59Pfe0jEvx_oQzccf_wSIGFQIH7VC9DCC3Q== Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains Cache-Control: no-cache Page title: Boost <!doctype html><html lang="en" data-framework="typescript"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=Edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Boost</title><script src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script><link href="taskpane.css" rel="stylesheet"></head><body><div id="container"></div><script src="polyfill.b4a33714.js"></script><script src="taskpane.ed370b5f.js"></script></body></html>
Open service 52.85.65.6:80 · api.gamma.boost.wwro.aws.dev
2026-01-01 02:36
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 02:36:39 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://api.gamma.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 545b825053a09d387ff136b5f64f0862.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: 6xteE_SiQxfRhNtllsM1giReHq7M9WfV5q8gWvSsCZsMItbaw4h5wA== 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 52.85.65.92:443 · api.gamma.boost.wwro.aws.dev
2026-01-01 02:36
HTTP/1.1 403 Forbidden
Content-Type: application/json
Content-Length: 23
Connection: close
Date: Thu, 01 Jan 2026 02:36:40 GMT
X-Amzn-Trace-Id: Root=1-6955ddb7-420cd05d12231f52367ff958
x-amzn-RequestId: 3b634ad2-36b6-4d6c-84f0-0af5a3a65ebd
x-amzn-ErrorType: ForbiddenException
x-amz-apigw-id: We-UzE__PHcEsEQ=
X-Cache: Error from cloudfront
Via: 1.1 7432b1699c051c0940019ac02d9c3902.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P6
X-Amz-Cf-Id: 8NH6ryga-fTczcJ9b-GlEK4_sWz6TpxUSSnQE4LlNur-ePLNpBX0uw==
{"message":"Forbidden"}
Open service 52.85.65.6:443 · api.gamma.boost.wwro.aws.dev
2026-01-01 02:36
HTTP/1.1 403 Forbidden
Content-Type: application/json
Content-Length: 23
Connection: close
Date: Thu, 01 Jan 2026 02:36:39 GMT
X-Amzn-Trace-Id: Root=1-6955ddb7-52350d345175c88257b5e41b
x-amzn-RequestId: 6f881aee-bc01-4413-9770-8f6038539409
x-amzn-ErrorType: ForbiddenException
x-amz-apigw-id: We-UzEdnPHcEsuw=
X-Cache: Error from cloudfront
Via: 1.1 a71884ac07401af155dc18a13375cfb2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P6
X-Amz-Cf-Id: 4HCmEzMkJoUWcCNvjq59GFoaT-7DUVP-AZKwrJkJuvXTuxeFlvzkYg==
{"message":"Forbidden"}
Open service 52.85.65.72:443 · api.gamma.boost.wwro.aws.dev
2026-01-01 02:36
HTTP/1.1 403 Forbidden
Content-Type: application/json
Content-Length: 23
Connection: close
Date: Thu, 01 Jan 2026 02:36:39 GMT
X-Amzn-Trace-Id: Root=1-6955ddb7-6f09f60766fad20e773ac7f4
x-amzn-RequestId: 4231e400-69b0-4a84-b708-b9b3c8f5ff0a
x-amzn-ErrorType: ForbiddenException
x-amz-apigw-id: We-UzE93vHcEYZw=
X-Cache: Error from cloudfront
Via: 1.1 fa0c215d40a6b5701b7117b099ed994a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P6
X-Amz-Cf-Id: z6IKx6GNoP-Ai71asTZ5ESCy47Y8OOT5sbuu14Tcg0Iugmwc-0g9Qw==
{"message":"Forbidden"}
Open service 52.85.65.79:80 · api.gamma.boost.wwro.aws.dev
2026-01-01 02:36
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 02:36:39 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://api.gamma.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 ddcc211ea1d565c67eac00a91dda8304.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: NsO09G7iGEt3yEzq8EFpTsipLbb2u_Urgr_22cUwjCWvm5wYaTmcug== 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 52.85.65.92:80 · api.gamma.boost.wwro.aws.dev
2026-01-01 02:36
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 02:36:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://api.gamma.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 70dc0df635de6c459634809796c9bbd8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: f9b6y69s7YBYouoM6YrQCavjT5YobAdVW_ss0nIw9wdInUDoFaIOlQ== 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 52.85.65.79:443 · api.gamma.boost.wwro.aws.dev
2026-01-01 02:36
HTTP/1.1 403 Forbidden
Content-Type: application/json
Content-Length: 23
Connection: close
Date: Thu, 01 Jan 2026 02:36:39 GMT
X-Amzn-Trace-Id: Root=1-6955ddb7-3ee82d9561c481ee08036afa
x-amzn-RequestId: 925c28d8-6ee9-4de8-bc68-1ab43b8cf4d3
x-amzn-ErrorType: ForbiddenException
x-amz-apigw-id: We-UvGT0PHcEF0g=
X-Cache: Error from cloudfront
Via: 1.1 eab0437e9575fc5ab3f67303be5a9efc.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P6
X-Amz-Cf-Id: pCAYkLmzQE01MPRz5kxNx99LoJxb92qAV-WoHmCwQuZjE25hGRFINQ==
{"message":"Forbidden"}
Open service 52.85.65.72:80 · api.gamma.boost.wwro.aws.dev
2026-01-01 02:36
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 02:36:39 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://api.gamma.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 8ecd8d0c00f059d8b02e6ebdef067180.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: gYxJQcH_5nU2xPXCvWhOKMK9WQXgxZ7HPH81Hfa6ba12FbUIX-OCDA== 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:2165:fa00:10:a97:39c0:93a1:80 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 02:37:08 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.qgorekai.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 025655d33ea4a9c8f0ee3e05af37046e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: sRUw3oWbGdvMJlPN9xumMw1ziiEfgy8JTaS89n_cEqQtyq6oSmNWSg== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:2165:e00:10:a97:39c0:93a1:443 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sun, 21 Dec 2025 02:37:11 GMT Content-Length: 0 Connection: close Location: https://boost-outlook-dev-514666327744.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.qgorekai.dev.boost.wwro.aws.dev/&response_type=code&client_id=79gq6q2mpra1k04u63f5djuv7s&state=/&identity_provider=OutlookAddInFederateIdP Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 34487f8527afa9dd69067b863d5246b8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: myNz0YdTnSdkIRJ89W2sUNIbJxba8a690Jh53UHTTQANf9-RW_sMTg== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 2600:9000:2165:4a00:10:a97:39c0:93a1:443 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sun, 21 Dec 2025 02:37:11 GMT Content-Length: 0 Connection: close Location: https://boost-outlook-dev-514666327744.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.qgorekai.dev.boost.wwro.aws.dev/&response_type=code&client_id=79gq6q2mpra1k04u63f5djuv7s&state=/&identity_provider=OutlookAddInFederateIdP Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 eab0437e9575fc5ab3f67303be5a9efc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: SVXoxpWeoOEM5PW3oxp_e_mwZBc_WYtuKdgXU08IfwFP6w-W0e-MgQ== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 2600:9000:2165:4a00:10:a97:39c0:93a1:80 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 02:37:08 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.qgorekai.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 2c313927575349c92f098e6f1111a7ce.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: B3FPOG75N_9ffLh260qhakisC1fCTKe4uHvq9M29veL5fpTMuztuQw== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:2165:8200:10:a97:39c0:93a1:443 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sun, 21 Dec 2025 02:37:11 GMT Content-Length: 0 Connection: close Location: https://boost-outlook-dev-514666327744.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.qgorekai.dev.boost.wwro.aws.dev/&response_type=code&client_id=79gq6q2mpra1k04u63f5djuv7s&state=/&identity_provider=OutlookAddInFederateIdP Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 419820c97f609bc6c7a0fe8ab9ac7158.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: ZwrRXdi3Z31bXv0OffCQa3mL8MnMGSJhb8vXFcBaxxk_BC-fACnFnA== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 2600:9000:2165:e00:10:a97:39c0:93a1:80 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 02:37:08 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.qgorekai.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 aa80856e4ab1425bca16fde063f31814.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: _K6L7xiqUQj1rKYRnkTJcRiAXvPvXgbozNnqrZ71sPOYBfXexTvIxQ== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:2165:9a00:10:a97:39c0:93a1:443 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sun, 21 Dec 2025 02:37:10 GMT Content-Length: 0 Connection: close Location: https://boost-outlook-dev-514666327744.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.qgorekai.dev.boost.wwro.aws.dev/&response_type=code&client_id=79gq6q2mpra1k04u63f5djuv7s&state=/&identity_provider=OutlookAddInFederateIdP Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 ddcc211ea1d565c67eac00a91dda8304.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: 2DFrsI9ENfyaMv7ZI6NciRFYjujNzy-ElU4oubW_OoDT5N7XTyIAPg== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 2600:9000:2165:9a00:10:a97:39c0:93a1:80 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 02:37:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.qgorekai.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 799a7df2b90bf4910cc065d26b088a04.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: X8JPy1kX75b2CXhxISCA4Fh210juwePfHD-vcHOcufKboVoLqjwyVg== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:2165:5a00:10:a97:39c0:93a1:443 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sun, 21 Dec 2025 02:37:11 GMT Content-Length: 0 Connection: close Location: https://boost-outlook-dev-514666327744.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.qgorekai.dev.boost.wwro.aws.dev/&response_type=code&client_id=79gq6q2mpra1k04u63f5djuv7s&state=/&identity_provider=OutlookAddInFederateIdP Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 dde93e57e0f1abed8c2375fe422387a8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: uYDhJ7Gei00BRn11nQ1KUUxPFYyXuSR0xsIZO9tqA-S7-duba4IHsw== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 2600:9000:2165:5a00:10:a97:39c0:93a1:80 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 02:37:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.qgorekai.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 eab0437e9575fc5ab3f67303be5a9efc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: zF2C_HzQRnh3M5boHe3mKaIDRP4QMR4-LyX3sTbLrUEseqigA1yTlw== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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 52.85.65.92:80 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 02:37:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.qgorekai.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 eab0437e9575fc5ab3f67303be5a9efc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: 0Z5-HIubJMh-78EzkzQgOCvKxsXuBS87s_yGYPBP2Wqb8B8ajquQMQ== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:2165:3200:10:a97:39c0:93a1:443 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sun, 21 Dec 2025 02:37:10 GMT Content-Length: 0 Connection: close Location: https://boost-outlook-dev-514666327744.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.qgorekai.dev.boost.wwro.aws.dev/&response_type=code&client_id=79gq6q2mpra1k04u63f5djuv7s&state=/&identity_provider=OutlookAddInFederateIdP Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 447e47a50612a1097ffecbc9d34c0618.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: 1nsAOIUWquG_qCPHKBMF_IFhF5WwASpktfHGm27ZNQTAy6Si7BLvZg== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 52.85.65.102:80 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 02:37:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.qgorekai.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 025655d33ea4a9c8f0ee3e05af37046e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: AseTfbUAt_zWc9vmyt3wDcIHwMsZiPjW6aXy-wc6hiWj2dmc2N0Zbg== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:2165:3200:10:a97:39c0:93a1:80 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 02:37:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.qgorekai.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 711bf86dc2898a8122a5a6c5b71ec626.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: cQKOdZ3f3kNFY_4MhpG4oqCFuUT6zqKUb8juvgQao6tqvVWreHHDwA== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:2165:8200:10:a97:39c0:93a1:80 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 02:37:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.qgorekai.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 eab0437e9575fc5ab3f67303be5a9efc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: OKN_5AaFYbu1qGvRgoiwI0nHYosIygYTZCVe00a-mnVD6xhNrgOjxg== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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:2165:d800:10:a97:39c0:93a1:443 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sun, 21 Dec 2025 02:37:10 GMT Content-Length: 0 Connection: close Location: https://boost-outlook-dev-514666327744.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.qgorekai.dev.boost.wwro.aws.dev/&response_type=code&client_id=79gq6q2mpra1k04u63f5djuv7s&state=/&identity_provider=OutlookAddInFederateIdP Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 e2d2a81acd1c4ea57552eec69a8a478e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: mJLB46Wc8YBIQiTLJYDUjISpW1r7ewlveksvJi0MLqf0rB4JAMBHnQ== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 2600:9000:2165:d800:10:a97:39c0:93a1:80 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 02:37:06 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.qgorekai.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 658022059ac728db4382b2632c3bf938.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: AvDYQEwPyqp6tBQfuboHN_o5isUQSsxAvmCBb19QX4mArMzSmOt6TA== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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 52.85.65.102:443 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sun, 21 Dec 2025 02:37:11 GMT Content-Length: 0 Connection: close Location: https://boost-outlook-dev-514666327744.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.qgorekai.dev.boost.wwro.aws.dev/&response_type=code&client_id=79gq6q2mpra1k04u63f5djuv7s&state=/&identity_provider=OutlookAddInFederateIdP Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 025655d33ea4a9c8f0ee3e05af37046e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: uk3F0zyA3JaiKDSYt8BqOOAcvQTKblpJwfhbAwjpe89i6VlE_PqBUA== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 2600:9000:2165:fa00:10:a97:39c0:93a1:443 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sun, 21 Dec 2025 02:37:10 GMT Content-Length: 0 Connection: close Location: https://boost-outlook-dev-514666327744.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.qgorekai.dev.boost.wwro.aws.dev/&response_type=code&client_id=79gq6q2mpra1k04u63f5djuv7s&state=/&identity_provider=OutlookAddInFederateIdP Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 fa0c215d40a6b5701b7117b099ed994a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: hFNwIpTEktztrrS_duKl4bReY7U_wZSltezlDZpTlurCay_Va8Cf0w== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 52.85.65.92:443 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sun, 21 Dec 2025 02:37:10 GMT Content-Length: 0 Connection: close Location: https://boost-outlook-dev-514666327744.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.qgorekai.dev.boost.wwro.aws.dev/&response_type=code&client_id=79gq6q2mpra1k04u63f5djuv7s&state=/&identity_provider=OutlookAddInFederateIdP Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 382842a79821aa1bbd5da4ac9bce3156.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: AORWRSEPIygavrhnLgKXnXwDny9uenJi3wds0Tm8T5NV1dTOpxVQNw== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 52.85.65.43:443 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sun, 21 Dec 2025 02:37:11 GMT Content-Length: 0 Connection: close Location: https://boost-outlook-dev-514666327744.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.qgorekai.dev.boost.wwro.aws.dev/&response_type=code&client_id=79gq6q2mpra1k04u63f5djuv7s&state=/&identity_provider=OutlookAddInFederateIdP Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 382842a79821aa1bbd5da4ac9bce3156.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: ejiS4UM_YlNs9Lb8MKZKNstOQ6UxglJ3h0FHW7FKMx5A_RnOO0Tcgw== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 52.85.65.104:443 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 302 Moved Temporarily Server: CloudFront Date: Sun, 21 Dec 2025 02:37:10 GMT Content-Length: 0 Connection: close Location: https://boost-outlook-dev-514666327744.auth.us-east-1.amazoncognito.com/authorize?redirect_uri=https://outlook.qgorekai.dev.boost.wwro.aws.dev/&response_type=code&client_id=79gq6q2mpra1k04u63f5djuv7s&state=/&identity_provider=OutlookAddInFederateIdP Cache-Control: no-cache X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 2c313927575349c92f098e6f1111a7ce.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: D8dhFer5gqiV7t5ztZIqqnHrLambS6JaFOpFZhv_A7agEF6XsU0vwA== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=47304000; includeSubDomains
Open service 52.85.65.104:80 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 02:37:06 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.qgorekai.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 8e2b9bc1b41cb69d67514a54937a01e6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: GIr_fbOdLfOtI7j_NPJo8vdDDKEhG-y17xNszyp2feHQ5SCDzoUwwA== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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 52.85.65.43:80 · outlook.qgorekai.dev.boost.wwro.aws.dev
2025-12-21 02:37
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 02:37:06 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://outlook.qgorekai.dev.boost.wwro.aws.dev/ X-Cache: Redirect from cloudfront Via: 1.1 0ef755569b0bb31a32a90b7cdddb6f18.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P6 X-Amz-Cf-Id: UDMzhxdwHa1kk6f06jNM5m0i2vs01n4O1RxpKqBap05wntno1XUPiQ== X-Frame-Options: DENY Content-Security-Policy: script-src 'self' 'unsafe-inline' https://appsforoffice.microsoft.com https://ajax.aspnetcdn.com; object-src 'none' X-Content-Type-Options: nosniff Cache-Control: no-cache 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>
boost.wwro.aws.dev 23 api.ankmahap.dev.boost.wwro.aws.dev 0 outlook.aericand.dev.boost.wwro.aws.dev 23 api.dsomegan.dev.boost.wwro.aws.dev 7 dsomegan.dev.boost.wwro.aws.dev 23 api.beta.boost.wwro.aws.dev 7 outlook.kevnx.dev.boost.wwro.aws.dev 23 api.gamma.boost.wwro.aws.dev 7 outlook.qgorekai.dev.boost.wwro.aws.dev 23
18.66.192.86 2 108.138.36.34 2 2600:9000:26db:e200:e:ac30:2100:93a1 1 2600:9000:26db:200:e:ac30:2100:93a1 1 2600:9000:26db:8200:e:ac30:2100:93a1 1 2600:9000:26db:800:e:ac30:2100:93a1 1 2600:9000:26db:e600:e:ac30:2100:93a1 1 2600:9000:26db:2400:e:ac30:2100:93a1 1 2600:9000:26db:3400:e:ac30:2100:93a1 1 2600:9000:26db:aa00:e:ac30:2100:93a1 1 18.173.154.117 1 18.173.154.103 1 18.173.154.28 1 18.173.154.51 1 65.9.175.97 1 2600:9000:2165:f600:11:3e0d:cf80:93a1 1 2600:9000:2165:da00:11:3e0d:cf80:93a1 1 2600:9000:2165:7800:11:3e0d:cf80:93a1 1 2600:9000:2165:a00:11:3e0d:cf80:93a1 1 2600:9000:2165:4200:11:3e0d:cf80:93a1 1 2600:9000:2165:fe00:11:3e0d:cf80:93a1 1 52.85.65.44 1 2600:9000:2165:4e00:11:3e0d:cf80:93a1 1 52.85.65.27 1 2600:9000:2165:8800:11:3e0d:cf80:93a1 1 52.85.65.11 1 52.85.65.34 1 18.66.192.119 1 18.66.192.125 1 18.66.192.59 1 2600:9000:20ae:4000:17:2a71:fdc0:93a1 1 2600:9000:20ae:fe00:17:2a71:fdc0:93a1 1 54.230.228.35 1 2600:9000:20ae:6a00:17:2a71:fdc0:93a1 1 2600:9000:20ae:9a00:17:2a71:fdc0:93a1 1 2600:9000:20ae:3400:17:2a71:fdc0:93a1 1 54.230.228.3 1 54.230.228.116 1 2600:9000:20ae:ea00:17:2a71:fdc0:93a1 1 2600:9000:20ae:3800:17:2a71:fdc0:93a1 1 2600:9000:20ae:d600:17:2a71:fdc0:93a1 1 54.230.228.111 1 108.138.36.92 1 108.138.36.53 1 108.138.36.85 1 108.138.36.74 1 2600:9000:237d:e400:1c:ab36:c280:93a1 1 2600:9000:237d:6000:1c:ab36:c280:93a1 1 2600:9000:237d:6800:1c:ab36:c280:93a1 1 2600:9000:237d:cc00:1c:ab36:c280:93a1 1 2600:9000:237d:9e00:1c:ab36:c280:93a1 1 2600:9000:237d:4e00:1c:ab36:c280:93a1 1 108.138.36.39 1 2600:9000:237d:9200:1c:ab36:c280:93a1 1 108.138.36.25 1 108.138.36.86 1 2600:9000:237d:6200:1c:ab36:c280:93a1 1 52.85.65.6 1 52.85.65.92 1 52.85.65.72 1 52.85.65.79 1 2600:9000:2165:fa00:10:a97:39c0:93a1 1 2600:9000:2165:e00:10:a97:39c0:93a1 1 2600:9000:2165:4a00:10:a97:39c0:93a1 1 2600:9000:2165:8200:10:a97:39c0:93a1 1 2600:9000:2165:9a00:10:a97:39c0:93a1 1 2600:9000:2165:5a00:10:a97:39c0:93a1 1 2600:9000:2165:3200:10:a97:39c0:93a1 1 52.85.65.102 1 2600:9000:2165:d800:10:a97:39c0:93a1 1 52.85.65.43 1 52.85.65.104 1