AkamaiGHost
tcp/80
Microsoft-IIS 10.0
tcp/443
Open service 2a02:26f0:480:36::212:400a:443 · aws-moveit.mcd.com
2025-12-31 14:57
HTTP/1.1 200 OK
Cache-Control: no-cache, no-store
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Server: Microsoft-IIS/10.0
Content-Security-Policy: default-src 'none'; base-uri 'self'; object-src 'none'; connect-src 'self'; script-src 'self' 'nonce-1N5FjRE4Fu3dx8wSVFf76o72' https://pendo-io-static.storage.googleapis.com https://cdn.pendo.io https://pendo-static-5235678803722240.storage.googleapis.com https://data.pendo.io https://content.moveit.progress.com https://data.moveit.progress.com; style-src 'self' 'unsafe-inline' https://app.pendo.io https://cdn.pendo.io https://pendo-static-5235678803722240.storage.googleapis.com https://content.moveit.progress.com; img-src 'self' data: https://data.pendo.io https://app.pendo.io https://cdn.pendo.io https://pendo-static-5235678803722240.storage.googleapis.com https://pendo-static-5668600916475904.storage.googleapis.com https://content.moveit.progress.com https://data.moveit.progress.com; connect-src 'self' https://app.pendo.io https://data.pendo.io https://pendo-static-5235678803722240.storage.googleapis.com https://content.moveit.progress.com https://data.moveit.progress.com; frame-src 'none' ; frame-ancestors 'none'; media-src 'none'; font-src 'self' data:;
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
X-Robots-Tag: noindex
X-Akamai-Transformed: 9 3427 0 pmb=mRUM,2
Date: Wed, 31 Dec 2025 14:57:24 GMT
Content-Length: 17621
Connection: close
Set-Cookie: ASP.NET_SessionId=nw3d2bohjfvlvamzv22wt4u3; path=/; secure; HttpOnly; SameSite=Lax
Set-Cookie: siLockLongTermInstID=1329; expires=Fri, 31-Dec-2027 14:57:23 GMT; path=/; secure
Set-Cookie: MIDMZLang=en; expires=Fri, 31-Dec-2027 14:57:23 GMT; path=/; secure
Set-Cookie: JavascriptTest=0; path=/; secure
Set-Cookie: DesignModeTest=0; path=/; secure
Set-Cookie: LongTermCookieExpireDate=December 31 2027 14:57:23; path=/; secure
Server-Timing: cdn-cache; desc=MISS
Server-Timing: edge; dur=8
Server-Timing: origin; dur=108
X-Akam-SW-Version: 0.5.0
Strict-Transport-Security: max-age=15768000 ; includeSubDomains ; preload
Akamai-GRN: 0.4ab31402.1767193043.6c65192c
Server-Timing: ak_p; desc="1767193043718_34911050_1818564908_11545_6891_156_158_-";dur=1
Page title: McDonalds
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-16">
<title>McDonalds</title>
<style type="text/css">
@import "templates/bootstrap_custom.css?v=13";
@import "js/dist/jquery.smartbanner.css?v=13";
@import "templates/progression.css?v=13";
@import "templates/buttonlinkbase.css?v=13";
@import "styles/stylesheet_MOVEit_2016.css?v=13";
</style>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link ref="address bar icon" href="images/favicon.ico" type="image/x-icon">
<meta name="apple-itunes-app" content="app-id=1500056420">
<meta name="google-play-app" content="app-id=com.progress.moveit.transfer.dev.appid">
<meta http-equiv="X-UA-Compatible" content="IE=edge"><script type="application/javascript" src="js/dist/jquery.min.js?v=13"></script><script type="application/javascript" src="js/dist/jquery.smartbanner.js"></script><script type="application/javascript" nonce="1N5FjRE4Fu3dx8wSVFf76o72">
$(function() {
$.smartbanner({
title: 'MOVEit Mobile',
author: 'Progress Software Corporation',
price: 'Free',
inGooglePlay: 'On the Google Play',
icon: 'images/MoveitMobileIcon.png',
button: 'View',
scale: 1,
});
});
</script><script type="application/javascript" src="templates/en/pendoSnippet.js?v=13"></script><script type="application/javascript" nonce="1N5FjRE4Fu3dx8wSVFf76o72">
function FocusContentArea() {
var contentArea = document.getElementById("content");
if(contentArea) {
contentArea.focus({preventScroll:true});
}
}
var listOnLoadActions = [];
function AddOnClickEventHandler(elementId, action) {
AddEventHandler("click", elementId, action)
}
function AddOnChangeEventHandler(elementId, action) {
AddEventHandler("change", elementId, action)
}
function AddOnSubmitEventHandler(elementId, action) {
AddEventHandler("submit", elementId, action)
}
function AddOnKeyDownEventHandler(elementId, action) {
AddEventHandler("keydown", elementId, action)
}
function AddEventHandler(type, elementId, action) {
listOnLoadActions.push({eventType: type, id: elementId, handler: action});
}
function HandleKeypressAsClick(elemId, preventDefault = true) {
AddOnKeyDownEventHandler(elemId, (e) => {
if (e.key == " " || e.key == "Enter") {
if(preventDefault) e.preventDefault();
e.currentTarget.click();
}
});
}
window.addEventListener("load", () => {
Array.from(document.getElementsByClassName("js-postlink")).forEach(x => {
x.addEventListener("click", (e) => {e.preventDefault(); DoPost(x.dataset.postref);});
});
listOnLoadActions.forEach((item) => {
let element = document.getElementById(item.id)
element?.addEventListener(item.eventType, item.handler);
});
if(top!=self)top.location.href=location.href;try{ pageLoaded=true; } catch(e) {}
});
</script><script type="application/javascript" nonce="1N5FjRE4Fu3dx8wSVFf76o72">
function toggleTableBody(event, tableId) {
var table = document.getElementById(tableId);
if(table) {
table.style.display = table.style.display ? "" : "none";
}
Open service 2a02:26f0:480:36::212:4013:443 · aws-moveit.mcd.com
2025-12-31 14:57
HTTP/1.1 200 OK
Cache-Control: no-cache, no-store
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Server: Microsoft-IIS/10.0
Content-Security-Policy: default-src 'none'; base-uri 'self'; object-src 'none'; connect-src 'self'; script-src 'self' 'nonce-h7eH9eu9m4EPeFue34V76DrA' https://pendo-io-static.storage.googleapis.com https://cdn.pendo.io https://pendo-static-5235678803722240.storage.googleapis.com https://data.pendo.io https://content.moveit.progress.com https://data.moveit.progress.com; style-src 'self' 'unsafe-inline' https://app.pendo.io https://cdn.pendo.io https://pendo-static-5235678803722240.storage.googleapis.com https://content.moveit.progress.com; img-src 'self' data: https://data.pendo.io https://app.pendo.io https://cdn.pendo.io https://pendo-static-5235678803722240.storage.googleapis.com https://pendo-static-5668600916475904.storage.googleapis.com https://content.moveit.progress.com https://data.moveit.progress.com; connect-src 'self' https://app.pendo.io https://data.pendo.io https://pendo-static-5235678803722240.storage.googleapis.com https://content.moveit.progress.com https://data.moveit.progress.com; frame-src 'none' ; frame-ancestors 'none'; media-src 'none'; font-src 'self' data:;
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
X-Robots-Tag: noindex
X-Akamai-Transformed: 9 3425 0 pmb=mRUM,2
Date: Wed, 31 Dec 2025 14:57:23 GMT
Content-Length: 17622
Connection: close
Set-Cookie: ASP.NET_SessionId=dz2sdmgpcfcntbaqbqsqvpiu; path=/; secure; HttpOnly; SameSite=Lax
Set-Cookie: siLockLongTermInstID=1329; expires=Fri, 31-Dec-2027 14:57:23 GMT; path=/; secure
Set-Cookie: MIDMZLang=en; expires=Fri, 31-Dec-2027 14:57:23 GMT; path=/; secure
Set-Cookie: JavascriptTest=0; path=/; secure
Set-Cookie: DesignModeTest=0; path=/; secure
Set-Cookie: LongTermCookieExpireDate=December 31 2027 14:57:23; path=/; secure
Server-Timing: cdn-cache; desc=MISS
Server-Timing: edge; dur=9
Server-Timing: origin; dur=106
X-Akam-SW-Version: 0.5.0
Strict-Transport-Security: max-age=15768000 ; includeSubDomains ; preload
Akamai-GRN: 0.4ab31402.1767193043.6c65149a
Server-Timing: ak_p; desc="1767193043363_34911050_1818563738_11413_7635_83_86_-";dur=1
Page title: McDonalds
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-16">
<title>McDonalds</title>
<style type="text/css">
@import "templates/bootstrap_custom.css?v=13";
@import "js/dist/jquery.smartbanner.css?v=13";
@import "templates/progression.css?v=13";
@import "templates/buttonlinkbase.css?v=13";
@import "styles/stylesheet_MOVEit_2016.css?v=13";
</style>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link ref="address bar icon" href="images/favicon.ico" type="image/x-icon">
<meta name="apple-itunes-app" content="app-id=1500056420">
<meta name="google-play-app" content="app-id=com.progress.moveit.transfer.dev.appid">
<meta http-equiv="X-UA-Compatible" content="IE=edge"><script type="application/javascript" src="js/dist/jquery.min.js?v=13"></script><script type="application/javascript" src="js/dist/jquery.smartbanner.js"></script><script type="application/javascript" nonce="h7eH9eu9m4EPeFue34V76DrA">
$(function() {
$.smartbanner({
title: 'MOVEit Mobile',
author: 'Progress Software Corporation',
price: 'Free',
inGooglePlay: 'On the Google Play',
icon: 'images/MoveitMobileIcon.png',
button: 'View',
scale: 1,
});
});
</script><script type="application/javascript" src="templates/en/pendoSnippet.js?v=13"></script><script type="application/javascript" nonce="h7eH9eu9m4EPeFue34V76DrA">
function FocusContentArea() {
var contentArea = document.getElementById("content");
if(contentArea) {
contentArea.focus({preventScroll:true});
}
}
var listOnLoadActions = [];
function AddOnClickEventHandler(elementId, action) {
AddEventHandler("click", elementId, action)
}
function AddOnChangeEventHandler(elementId, action) {
AddEventHandler("change", elementId, action)
}
function AddOnSubmitEventHandler(elementId, action) {
AddEventHandler("submit", elementId, action)
}
function AddOnKeyDownEventHandler(elementId, action) {
AddEventHandler("keydown", elementId, action)
}
function AddEventHandler(type, elementId, action) {
listOnLoadActions.push({eventType: type, id: elementId, handler: action});
}
function HandleKeypressAsClick(elemId, preventDefault = true) {
AddOnKeyDownEventHandler(elemId, (e) => {
if (e.key == " " || e.key == "Enter") {
if(preventDefault) e.preventDefault();
e.currentTarget.click();
}
});
}
window.addEventListener("load", () => {
Array.from(document.getElementsByClassName("js-postlink")).forEach(x => {
x.addEventListener("click", (e) => {e.preventDefault(); DoPost(x.dataset.postref);});
});
listOnLoadActions.forEach((item) => {
let element = document.getElementById(item.id)
element?.addEventListener(item.eventType, item.handler);
});
if(top!=self)top.location.href=location.href;try{ pageLoaded=true; } catch(e) {}
});
</script><script type="application/javascript" nonce="h7eH9eu9m4EPeFue34V76DrA">
function toggleTableBody(event, tableId) {
var table = document.getElementById(tableId);
if(table) {
table.style.display = table.style.display ? "" : "none";
}
Open service 2.16.204.25:443 · aws-moveit.mcd.com
2025-12-31 14:57
HTTP/1.1 200 OK
Cache-Control: no-cache, no-store
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Server: Microsoft-IIS/10.0
Content-Security-Policy: default-src 'none'; base-uri 'self'; object-src 'none'; connect-src 'self'; script-src 'self' 'nonce-Sf6w7F1askBfTbhj5N47dXKY' https://pendo-io-static.storage.googleapis.com https://cdn.pendo.io https://pendo-static-5235678803722240.storage.googleapis.com https://data.pendo.io https://content.moveit.progress.com https://data.moveit.progress.com; style-src 'self' 'unsafe-inline' https://app.pendo.io https://cdn.pendo.io https://pendo-static-5235678803722240.storage.googleapis.com https://content.moveit.progress.com; img-src 'self' data: https://data.pendo.io https://app.pendo.io https://cdn.pendo.io https://pendo-static-5235678803722240.storage.googleapis.com https://pendo-static-5668600916475904.storage.googleapis.com https://content.moveit.progress.com https://data.moveit.progress.com; connect-src 'self' https://app.pendo.io https://data.pendo.io https://pendo-static-5235678803722240.storage.googleapis.com https://content.moveit.progress.com https://data.moveit.progress.com; frame-src 'none' ; frame-ancestors 'none'; media-src 'none'; font-src 'self' data:;
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
X-Robots-Tag: noindex
X-Akamai-Transformed: 9 3426 0 pmb=mRUM,2
Date: Wed, 31 Dec 2025 14:57:23 GMT
Content-Length: 17601
Connection: close
Set-Cookie: ASP.NET_SessionId=3oq5bhkvk0cquzdikl2u53ew; path=/; secure; HttpOnly; SameSite=Lax
Set-Cookie: siLockLongTermInstID=1329; expires=Fri, 31-Dec-2027 14:57:23 GMT; path=/; secure
Set-Cookie: MIDMZLang=en; expires=Fri, 31-Dec-2027 14:57:23 GMT; path=/; secure
Set-Cookie: JavascriptTest=0; path=/; secure
Set-Cookie: DesignModeTest=0; path=/; secure
Set-Cookie: LongTermCookieExpireDate=December 31 2027 14:57:23; path=/; secure
Server-Timing: cdn-cache; desc=MISS
Server-Timing: edge; dur=26
Server-Timing: origin; dur=104
X-Akam-SW-Version: 0.5.0
Strict-Transport-Security: max-age=15768000 ; includeSubDomains ; preload
Akamai-GRN: 0.191d1002.1767193043.99ea52f5
Server-Timing: ak_p; desc="1767193043403_34610457_2582270709_12973_13350_88_90_-";dur=1
Page title: McDonalds
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-16">
<title>McDonalds</title>
<style type="text/css">
@import "templates/bootstrap_custom.css?v=13";
@import "js/dist/jquery.smartbanner.css?v=13";
@import "templates/progression.css?v=13";
@import "templates/buttonlinkbase.css?v=13";
@import "styles/stylesheet_MOVEit_2016.css?v=13";
</style>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link ref="address bar icon" href="images/favicon.ico" type="image/x-icon">
<meta name="apple-itunes-app" content="app-id=1500056420">
<meta name="google-play-app" content="app-id=com.progress.moveit.transfer.dev.appid">
<meta http-equiv="X-UA-Compatible" content="IE=edge"><script type="application/javascript" src="js/dist/jquery.min.js?v=13"></script><script type="application/javascript" src="js/dist/jquery.smartbanner.js"></script><script type="application/javascript" nonce="Sf6w7F1askBfTbhj5N47dXKY">
$(function() {
$.smartbanner({
title: 'MOVEit Mobile',
author: 'Progress Software Corporation',
price: 'Free',
inGooglePlay: 'On the Google Play',
icon: 'images/MoveitMobileIcon.png',
button: 'View',
scale: 1,
});
});
</script><script type="application/javascript" src="templates/en/pendoSnippet.js?v=13"></script><script type="application/javascript" nonce="Sf6w7F1askBfTbhj5N47dXKY">
function FocusContentArea() {
var contentArea = document.getElementById("content");
if(contentArea) {
contentArea.focus({preventScroll:true});
}
}
var listOnLoadActions = [];
function AddOnClickEventHandler(elementId, action) {
AddEventHandler("click", elementId, action)
}
function AddOnChangeEventHandler(elementId, action) {
AddEventHandler("change", elementId, action)
}
function AddOnSubmitEventHandler(elementId, action) {
AddEventHandler("submit", elementId, action)
}
function AddOnKeyDownEventHandler(elementId, action) {
AddEventHandler("keydown", elementId, action)
}
function AddEventHandler(type, elementId, action) {
listOnLoadActions.push({eventType: type, id: elementId, handler: action});
}
function HandleKeypressAsClick(elemId, preventDefault = true) {
AddOnKeyDownEventHandler(elemId, (e) => {
if (e.key == " " || e.key == "Enter") {
if(preventDefault) e.preventDefault();
e.currentTarget.click();
}
});
}
window.addEventListener("load", () => {
Array.from(document.getElementsByClassName("js-postlink")).forEach(x => {
x.addEventListener("click", (e) => {e.preventDefault(); DoPost(x.dataset.postref);});
});
listOnLoadActions.forEach((item) => {
let element = document.getElementById(item.id)
element?.addEventListener(item.eventType, item.handler);
});
if(top!=self)top.location.href=location.href;try{ pageLoaded=true; } catch(e) {}
});
</script><script type="application/javascript" nonce="Sf6w7F1askBfTbhj5N47dXKY">
function toggleTableBody(event, tableId) {
var table = document.getElementById(tableId);
if(table) {
table.style.display = table.style.display ? "" : "none";
}
Open service 2a02:26f0:480:36::212:400a:80 · aws-moveit.mcd.com
2025-12-31 14:57
HTTP/1.1 301 Moved Permanently Server: AkamaiGHost Content-Length: 0 Location: https://aws-moveit.mcd.com/ Date: Wed, 31 Dec 2025 14:57:26 GMT Connection: close Server-Timing: cdn-cache; desc=HIT Server-Timing: edge; dur=1 Akamai-GRN: 0.4ab31402.1767193046.6c652fa5 Server-Timing: ak_p; desc="1767193046024_34911050_1818570661_8_7513_94_0_-";dur=1
Open service 2.16.204.22:443 · aws-moveit.mcd.com
2025-12-31 14:57
HTTP/1.1 200 OK
Cache-Control: no-cache, no-store
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Server: Microsoft-IIS/10.0
Content-Security-Policy: default-src 'none'; base-uri 'self'; object-src 'none'; connect-src 'self'; script-src 'self' 'nonce-X5KB9LM5qLry7iVgUyjQmCrF' https://pendo-io-static.storage.googleapis.com https://cdn.pendo.io https://pendo-static-5235678803722240.storage.googleapis.com https://data.pendo.io https://content.moveit.progress.com https://data.moveit.progress.com; style-src 'self' 'unsafe-inline' https://app.pendo.io https://cdn.pendo.io https://pendo-static-5235678803722240.storage.googleapis.com https://content.moveit.progress.com; img-src 'self' data: https://data.pendo.io https://app.pendo.io https://cdn.pendo.io https://pendo-static-5235678803722240.storage.googleapis.com https://pendo-static-5668600916475904.storage.googleapis.com https://content.moveit.progress.com https://data.moveit.progress.com; connect-src 'self' https://app.pendo.io https://data.pendo.io https://pendo-static-5235678803722240.storage.googleapis.com https://content.moveit.progress.com https://data.moveit.progress.com; frame-src 'none' ; frame-ancestors 'none'; media-src 'none'; font-src 'self' data:;
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
X-Robots-Tag: noindex
X-Akamai-Transformed: 9 3427 0 pmb=mRUM,2
Date: Wed, 31 Dec 2025 14:57:23 GMT
Content-Length: 17599
Connection: close
Set-Cookie: ASP.NET_SessionId=1qoryqc3dripyvgd5dojkk4q; path=/; secure; HttpOnly; SameSite=Lax
Set-Cookie: siLockLongTermInstID=1329; expires=Fri, 31-Dec-2027 14:57:23 GMT; path=/; secure
Set-Cookie: MIDMZLang=en; expires=Fri, 31-Dec-2027 14:57:23 GMT; path=/; secure
Set-Cookie: JavascriptTest=0; path=/; secure
Set-Cookie: DesignModeTest=0; path=/; secure
Set-Cookie: LongTermCookieExpireDate=December 31 2027 14:57:23; path=/; secure
Server-Timing: cdn-cache; desc=MISS
Server-Timing: edge; dur=64
Server-Timing: origin; dur=294
X-Akam-SW-Version: 0.5.0
Strict-Transport-Security: max-age=15768000 ; includeSubDomains ; preload
Akamai-GRN: 0.161d1002.1767193043.8334bc6d
Server-Timing: ak_p; desc="1767193043013_34610454_2201271405_35736_22386_12_24_-";dur=1
Page title: McDonalds
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-16">
<title>McDonalds</title>
<style type="text/css">
@import "templates/bootstrap_custom.css?v=13";
@import "js/dist/jquery.smartbanner.css?v=13";
@import "templates/progression.css?v=13";
@import "templates/buttonlinkbase.css?v=13";
@import "styles/stylesheet_MOVEit_2016.css?v=13";
</style>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link ref="address bar icon" href="images/favicon.ico" type="image/x-icon">
<meta name="apple-itunes-app" content="app-id=1500056420">
<meta name="google-play-app" content="app-id=com.progress.moveit.transfer.dev.appid">
<meta http-equiv="X-UA-Compatible" content="IE=edge"><script type="application/javascript" src="js/dist/jquery.min.js?v=13"></script><script type="application/javascript" src="js/dist/jquery.smartbanner.js"></script><script type="application/javascript" nonce="X5KB9LM5qLry7iVgUyjQmCrF">
$(function() {
$.smartbanner({
title: 'MOVEit Mobile',
author: 'Progress Software Corporation',
price: 'Free',
inGooglePlay: 'On the Google Play',
icon: 'images/MoveitMobileIcon.png',
button: 'View',
scale: 1,
});
});
</script><script type="application/javascript" src="templates/en/pendoSnippet.js?v=13"></script><script type="application/javascript" nonce="X5KB9LM5qLry7iVgUyjQmCrF">
function FocusContentArea() {
var contentArea = document.getElementById("content");
if(contentArea) {
contentArea.focus({preventScroll:true});
}
}
var listOnLoadActions = [];
function AddOnClickEventHandler(elementId, action) {
AddEventHandler("click", elementId, action)
}
function AddOnChangeEventHandler(elementId, action) {
AddEventHandler("change", elementId, action)
}
function AddOnSubmitEventHandler(elementId, action) {
AddEventHandler("submit", elementId, action)
}
function AddOnKeyDownEventHandler(elementId, action) {
AddEventHandler("keydown", elementId, action)
}
function AddEventHandler(type, elementId, action) {
listOnLoadActions.push({eventType: type, id: elementId, handler: action});
}
function HandleKeypressAsClick(elemId, preventDefault = true) {
AddOnKeyDownEventHandler(elemId, (e) => {
if (e.key == " " || e.key == "Enter") {
if(preventDefault) e.preventDefault();
e.currentTarget.click();
}
});
}
window.addEventListener("load", () => {
Array.from(document.getElementsByClassName("js-postlink")).forEach(x => {
x.addEventListener("click", (e) => {e.preventDefault(); DoPost(x.dataset.postref);});
});
listOnLoadActions.forEach((item) => {
let element = document.getElementById(item.id)
element?.addEventListener(item.eventType, item.handler);
});
if(top!=self)top.location.href=location.href;try{ pageLoaded=true; } catch(e) {}
});
</script><script type="application/javascript" nonce="X5KB9LM5qLry7iVgUyjQmCrF">
function toggleTableBody(event, tableId) {
var table = document.getElementById(tableId);
if(table) {
table.style.display = table.style.display ? "" : "none";
}
Open service 2.16.204.22:80 · aws-moveit.mcd.com
2025-12-31 14:57
HTTP/1.1 301 Moved Permanently Server: AkamaiGHost Content-Length: 0 Location: https://aws-moveit.mcd.com/ Date: Wed, 31 Dec 2025 14:57:25 GMT Connection: close Server-Timing: cdn-cache; desc=HIT Server-Timing: edge; dur=1 Akamai-GRN: 0.161d1002.1767193045.8334d396 Server-Timing: ak_p; desc="1767193045627_34610454_2201277334_12_13802_12_0_-";dur=1
Open service 2.16.204.25:80 · aws-moveit.mcd.com
2025-12-31 14:57
HTTP/1.1 301 Moved Permanently Server: AkamaiGHost Content-Length: 0 Location: https://aws-moveit.mcd.com/ Date: Wed, 31 Dec 2025 14:57:26 GMT Connection: close Server-Timing: cdn-cache; desc=HIT Server-Timing: edge; dur=1 Akamai-GRN: 0.191d1002.1767193046.99ea64ee Server-Timing: ak_p; desc="1767193046322_34610457_2582275310_10_12106_180_0_-";dur=1
Open service 2a02:26f0:480:36::212:4013:80 · aws-moveit.mcd.com
2025-12-31 14:57
HTTP/1.1 301 Moved Permanently Server: AkamaiGHost Content-Length: 0 Location: https://aws-moveit.mcd.com/ Date: Wed, 31 Dec 2025 14:57:25 GMT Connection: close Server-Timing: cdn-cache; desc=HIT Server-Timing: edge; dur=1 Akamai-GRN: 0.53b31402.1767193045.5535693f Server-Timing: ak_p; desc="1767193045457_34911059_1429563711_10_7122_2_0_-";dur=1