AmazonS3
tcp/443
CloudFront
tcp/80
Open service 54.230.228.31:80 · develop.measure.s10drd.com
2025-12-30 05:51
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Tue, 30 Dec 2025 05:51:14 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://develop.measure.s10drd.com/ X-Cache: Redirect from cloudfront Via: 1.1 b87d7a7588235c761c8602f922d332f4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: Kf6oGIoifbW9ETkG7V2OKyMrZE507eSyd2nbCkbWcaD0IwZdQQ_qrg== 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.76:443 · develop.measure.s10drd.com
2025-12-30 05:51
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 56279
Connection: close
Date: Tue, 30 Dec 2025 05:51:15 GMT
Last-Modified: Thu, 05 May 2022 13:13:21 GMT
ETag: "c20bed2afb4e9b7b85414ec2cc66cbd6"
x-amz-meta-codebuild-content-sha256: f9a2bd2b2ea07d63a8f8d2eb744cc2750e121a7c6fa57529c2d6fe6e42c7e0a8
x-amz-meta-codebuild-buildarn: arn:aws:codebuild:us-east-1:100416699606:build/DeployMeasureFrontend9ECCA9-l8rktoTf9jZG:6f440acc-ea4e-409e-b307-701358216523
x-amz-meta-codebuild-content-md5: ebdac4516026510132730d4bd69295f0
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 cd703a45a77324fb8797a25a15ba227e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: CJ0kUI7hT1YSCdYsegV9KFD_QaVsf9jpe2pqNETVeivc6tZjPUwgzA==
Page title: Robert Hempel FloorPlan Editor
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<link
rel="icon"
href="images/favicon.svg"
sizes="any"
type="image/svg+xml"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Robert Hempel FloorPlan Editor</title>
<meta charset="utf-8" />
<meta
name="description"
content="Method Draw is an open source SVG editor for the web, you can use it online without signing up."
/>
<link rel="stylesheet" href="all.css?t=1651756362939">
</head>
<style>
body {font-family: Arial, Helvetica, sans-serif;}
g path{
/*opacity:0.5;*/
}
g rect{
/*opacity:0.5;*/
/*fill: gray;*/
/*fill-opacity: 0.5;*/
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 60%;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.graph-loader {
border: 6px solid #f3f3f3;
border-radius: 50%;
border-top: 6px solid red;
width: 40px;
height: 40px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
position: relative;
z-index: 1000;
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
#loading {
position: fixed;
display: flex;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
background-color: rgb(0 0 0 / 38%);
z-index: 99;
justify-content: center;
align-items: center;
}
#loading-image {
position: absolute;
top: 100px;
left: 240px;
z-index: 100;
}
#loading h3 { font-size: 16px; }
.dimension-container {
top: 0;
z-index: 99;
width: 100%;
height: 100%;
display: flex;
overflow: auto;
position: fixed;
align-items: center;
justify-content: center;
background: rgba(0,0,0,0.9);
}
.dimension .workarea {
padding: 10px;
overflow: auto;
width: calc(100% - 200px);
}
.dimension .workarea img { max-width: 100%; }
.custom {
padding: 15px;
background: #f4f4f4;
position: absolute;
left: calc(100% + 25px);
top: calc(100% - 45px);
display: none;
width: 250px;
border: 1px solid #e4e4e4;
box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
.custom.active { display: block; }
.custom:before {
border-width: 10px;
border-style: solid;
position: absolute;
right: 100%;
content: '';
top: 10px;
z-index: 9;
border-color: transparent #f4f4f4 transparent transparent;
}
.custom:after {
border-width: 11px;
border-style: solid;
position: absolute;
right: calc(100% + 1px);
Open service 54.230.228.36:443 · develop.measure.s10drd.com
2025-12-30 05:51
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 56279
Connection: close
Date: Tue, 30 Dec 2025 05:51:15 GMT
Last-Modified: Thu, 05 May 2022 13:13:21 GMT
ETag: "c20bed2afb4e9b7b85414ec2cc66cbd6"
x-amz-meta-codebuild-content-sha256: f9a2bd2b2ea07d63a8f8d2eb744cc2750e121a7c6fa57529c2d6fe6e42c7e0a8
x-amz-meta-codebuild-buildarn: arn:aws:codebuild:us-east-1:100416699606:build/DeployMeasureFrontend9ECCA9-l8rktoTf9jZG:6f440acc-ea4e-409e-b307-701358216523
x-amz-meta-codebuild-content-md5: ebdac4516026510132730d4bd69295f0
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 653de2a3596d1ebffe452d8daf65c9ea.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: Qdgx7dTbNFJkHTgNUR9R7Bqlfb5giN_TXyRAE8i5kmcBmYRMEkhubA==
Page title: Robert Hempel FloorPlan Editor
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<link
rel="icon"
href="images/favicon.svg"
sizes="any"
type="image/svg+xml"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Robert Hempel FloorPlan Editor</title>
<meta charset="utf-8" />
<meta
name="description"
content="Method Draw is an open source SVG editor for the web, you can use it online without signing up."
/>
<link rel="stylesheet" href="all.css?t=1651756362939">
</head>
<style>
body {font-family: Arial, Helvetica, sans-serif;}
g path{
/*opacity:0.5;*/
}
g rect{
/*opacity:0.5;*/
/*fill: gray;*/
/*fill-opacity: 0.5;*/
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 60%;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.graph-loader {
border: 6px solid #f3f3f3;
border-radius: 50%;
border-top: 6px solid red;
width: 40px;
height: 40px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
position: relative;
z-index: 1000;
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
#loading {
position: fixed;
display: flex;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
background-color: rgb(0 0 0 / 38%);
z-index: 99;
justify-content: center;
align-items: center;
}
#loading-image {
position: absolute;
top: 100px;
left: 240px;
z-index: 100;
}
#loading h3 { font-size: 16px; }
.dimension-container {
top: 0;
z-index: 99;
width: 100%;
height: 100%;
display: flex;
overflow: auto;
position: fixed;
align-items: center;
justify-content: center;
background: rgba(0,0,0,0.9);
}
.dimension .workarea {
padding: 10px;
overflow: auto;
width: calc(100% - 200px);
}
.dimension .workarea img { max-width: 100%; }
.custom {
padding: 15px;
background: #f4f4f4;
position: absolute;
left: calc(100% + 25px);
top: calc(100% - 45px);
display: none;
width: 250px;
border: 1px solid #e4e4e4;
box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
.custom.active { display: block; }
.custom:before {
border-width: 10px;
border-style: solid;
position: absolute;
right: 100%;
content: '';
top: 10px;
z-index: 9;
border-color: transparent #f4f4f4 transparent transparent;
}
.custom:after {
border-width: 11px;
border-style: solid;
position: absolute;
right: calc(100% + 1px);
Open service 54.230.228.31:443 · develop.measure.s10drd.com
2025-12-30 05:51
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 56279
Connection: close
Date: Tue, 30 Dec 2025 05:51:15 GMT
Last-Modified: Thu, 05 May 2022 13:13:21 GMT
ETag: "c20bed2afb4e9b7b85414ec2cc66cbd6"
x-amz-meta-codebuild-content-sha256: f9a2bd2b2ea07d63a8f8d2eb744cc2750e121a7c6fa57529c2d6fe6e42c7e0a8
x-amz-meta-codebuild-buildarn: arn:aws:codebuild:us-east-1:100416699606:build/DeployMeasureFrontend9ECCA9-l8rktoTf9jZG:6f440acc-ea4e-409e-b307-701358216523
x-amz-meta-codebuild-content-md5: ebdac4516026510132730d4bd69295f0
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 258e5fe72bfca83e099f880853f68ab4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: 5GxhSaZxIJ9Gty714rPBbVUbANCk95ALlvydGhVbqHbZ0hBNQjQ-xQ==
Page title: Robert Hempel FloorPlan Editor
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<link
rel="icon"
href="images/favicon.svg"
sizes="any"
type="image/svg+xml"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Robert Hempel FloorPlan Editor</title>
<meta charset="utf-8" />
<meta
name="description"
content="Method Draw is an open source SVG editor for the web, you can use it online without signing up."
/>
<link rel="stylesheet" href="all.css?t=1651756362939">
</head>
<style>
body {font-family: Arial, Helvetica, sans-serif;}
g path{
/*opacity:0.5;*/
}
g rect{
/*opacity:0.5;*/
/*fill: gray;*/
/*fill-opacity: 0.5;*/
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 60%;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.graph-loader {
border: 6px solid #f3f3f3;
border-radius: 50%;
border-top: 6px solid red;
width: 40px;
height: 40px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
position: relative;
z-index: 1000;
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
#loading {
position: fixed;
display: flex;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
background-color: rgb(0 0 0 / 38%);
z-index: 99;
justify-content: center;
align-items: center;
}
#loading-image {
position: absolute;
top: 100px;
left: 240px;
z-index: 100;
}
#loading h3 { font-size: 16px; }
.dimension-container {
top: 0;
z-index: 99;
width: 100%;
height: 100%;
display: flex;
overflow: auto;
position: fixed;
align-items: center;
justify-content: center;
background: rgba(0,0,0,0.9);
}
.dimension .workarea {
padding: 10px;
overflow: auto;
width: calc(100% - 200px);
}
.dimension .workarea img { max-width: 100%; }
.custom {
padding: 15px;
background: #f4f4f4;
position: absolute;
left: calc(100% + 25px);
top: calc(100% - 45px);
display: none;
width: 250px;
border: 1px solid #e4e4e4;
box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
.custom.active { display: block; }
.custom:before {
border-width: 10px;
border-style: solid;
position: absolute;
right: 100%;
content: '';
top: 10px;
z-index: 9;
border-color: transparent #f4f4f4 transparent transparent;
}
.custom:after {
border-width: 11px;
border-style: solid;
position: absolute;
right: calc(100% + 1px);
Open service 54.230.228.12:443 · develop.measure.s10drd.com
2025-12-30 05:51
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 56279
Connection: close
Date: Tue, 30 Dec 2025 05:51:15 GMT
Last-Modified: Thu, 05 May 2022 13:13:21 GMT
ETag: "c20bed2afb4e9b7b85414ec2cc66cbd6"
x-amz-meta-codebuild-content-sha256: f9a2bd2b2ea07d63a8f8d2eb744cc2750e121a7c6fa57529c2d6fe6e42c7e0a8
x-amz-meta-codebuild-buildarn: arn:aws:codebuild:us-east-1:100416699606:build/DeployMeasureFrontend9ECCA9-l8rktoTf9jZG:6f440acc-ea4e-409e-b307-701358216523
x-amz-meta-codebuild-content-md5: ebdac4516026510132730d4bd69295f0
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 e18c612d6dd4d2546736ebc7db886b6a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: ACgCdATnsMnJSWfewr2OT0Tjp0hjUmgqL1y0u7Ow0dmCIT3VKTpEUQ==
Page title: Robert Hempel FloorPlan Editor
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<link
rel="icon"
href="images/favicon.svg"
sizes="any"
type="image/svg+xml"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Robert Hempel FloorPlan Editor</title>
<meta charset="utf-8" />
<meta
name="description"
content="Method Draw is an open source SVG editor for the web, you can use it online without signing up."
/>
<link rel="stylesheet" href="all.css?t=1651756362939">
</head>
<style>
body {font-family: Arial, Helvetica, sans-serif;}
g path{
/*opacity:0.5;*/
}
g rect{
/*opacity:0.5;*/
/*fill: gray;*/
/*fill-opacity: 0.5;*/
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 60%;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.graph-loader {
border: 6px solid #f3f3f3;
border-radius: 50%;
border-top: 6px solid red;
width: 40px;
height: 40px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
position: relative;
z-index: 1000;
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
#loading {
position: fixed;
display: flex;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
background-color: rgb(0 0 0 / 38%);
z-index: 99;
justify-content: center;
align-items: center;
}
#loading-image {
position: absolute;
top: 100px;
left: 240px;
z-index: 100;
}
#loading h3 { font-size: 16px; }
.dimension-container {
top: 0;
z-index: 99;
width: 100%;
height: 100%;
display: flex;
overflow: auto;
position: fixed;
align-items: center;
justify-content: center;
background: rgba(0,0,0,0.9);
}
.dimension .workarea {
padding: 10px;
overflow: auto;
width: calc(100% - 200px);
}
.dimension .workarea img { max-width: 100%; }
.custom {
padding: 15px;
background: #f4f4f4;
position: absolute;
left: calc(100% + 25px);
top: calc(100% - 45px);
display: none;
width: 250px;
border: 1px solid #e4e4e4;
box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
.custom.active { display: block; }
.custom:before {
border-width: 10px;
border-style: solid;
position: absolute;
right: 100%;
content: '';
top: 10px;
z-index: 9;
border-color: transparent #f4f4f4 transparent transparent;
}
.custom:after {
border-width: 11px;
border-style: solid;
position: absolute;
right: calc(100% + 1px);
Open service 54.230.228.36:80 · develop.measure.s10drd.com
2025-12-30 05:51
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Tue, 30 Dec 2025 05:51:14 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://develop.measure.s10drd.com/ X-Cache: Redirect from cloudfront Via: 1.1 39665d11bf385fb9aabc991f857b37dc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: IKBWd8OVY_qZlNnqjyIxSEklP5yb5UmYdIs0g4dlkBNam6PjbuLNjQ== 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.76:80 · develop.measure.s10drd.com
2025-12-30 05:51
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Tue, 30 Dec 2025 05:51:14 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://develop.measure.s10drd.com/ X-Cache: Redirect from cloudfront Via: 1.1 cd703a45a77324fb8797a25a15ba227e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: 7xOFSCkVViI9_dSk31WDmNDM9am150mRhJS-YGSMSC3ROuCwtROnyQ== 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.12:80 · develop.measure.s10drd.com
2025-12-30 05:51
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Tue, 30 Dec 2025 05:51:14 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://develop.measure.s10drd.com/ X-Cache: Redirect from cloudfront Via: 1.1 4a87b0ff8f386aa5361d3117d5ee6dd2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: 5I02epLMe-QWEh1igAVwfFZWw3jkf51W-ziqQqOdVzYz92k5tlpZSw== 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>