CloudFront
tcp/443 tcp/80
nginx 1.25.3
tcp/443
Exposing Swagger/OpenAPI documentation is primarily a risk if your API has underlying security flaws, as it gives attackers a precise roadmap to find them.
Those detail every endpoint, parameter, and data model, making it easier to discover and exploit vulnerabilities like broken access control or injection points.
While a perfectly secure API mitigates the danger, protecting your documentation is a critical layer of defense that forces attackers to work without a map.
Severity: info
Fingerprint: 5733ddf49ff49cd1f5e22fb413ef59915f39e7dc85c8cf8a2e12af8597abda72
Public Swagger UI/API detected at path: /api/swagger.json - sample paths:
GET /api/admin/get-all-tenants/
GET /api/admin/get-tenants/
GET /dp-api/export-session-results/{session__id}/
GET /dp-api/session-results/{session__id}/
GET /dp-api/session/{id}/
GET /dp-api/sessions/
POST /api/admin/upsert-tenant/
POST /dp-api/cancel-session/{id}/
POST /dp-api/delete-session/{id}/
POST /dp-api/test-db-connection/
POST /dp-api/test-profile-db/
POST /dp-api/test-profile-file/
Open service 54.230.228.128:443 · devqa.semanticworx.com
2026-01-09 08:25
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 1677
Connection: close
Vary: Accept-Encoding
Server: nginx/1.25.3
Date: Fri, 09 Jan 2026 08:25:38 GMT
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Cache: Miss from cloudfront
Via: 1.1 38f46facdae93530546676e451869f4c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: 2leQn_CzGHrJbpVugaQgLwWYk6hkD7VuaBtIFKPK55W8WHXLxdRYJg==
Page title: Affirma
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Affirma</title>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>-->
<!--<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="/static/%20css%20/index.css" />
<link rel="shortcut icon" type="image/png" href="/static/favicon.ico" />
<!--<link rel="stylesheet" type="text/css" href="joint.ui.tooltip.css">-->
<link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.cdnfonts.com/css/menlo');
</style>
<!--<script src="joint.ui.tooltip.js"></script>-->
</head>
<body>
<div id="main">
<div id="modal__overlay-root"></div>
<div id="root"></div>
</div>
<script src="/static/frontend/vendors.js"></script>
<script src="/static/frontend/main.js?version=570"></script>
<!--<script src="/static/MockData/ModelsESMBIGTestJson.js"></script>-->
</body>
</html>
Open service 54.230.228.128:443 · devqa.semanticworx.com
2026-01-02 08:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 6756
Connection: close
Server: CloudFront
Date: Fri, 02 Jan 2026 08:12:16 GMT
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 b10eef4dff0375003ae9795596a9615c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: aS2UV0if5fD5BXHoQVJYPndnc6do7ukhevnIhWw-FNtPJ4NSa0tm1g==
Page title: Application is Idle
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Application is Idle</title>
<style>
@font-face {
font-family: "Source Sans Pro";
src: url("https://idle-page-static-resources.s3.amazonaws.com/fonts/Source_Sans_3/SourceSans3-VariableFont_wght.ttf");
}
/* Styling for the button */
button {
background-color: #039AA0;
font-weight: bold;
color: #fff;
font-size: 1.2em;
font-family: "Source Sans Pro", sans-serif;
padding: 15px 30px;
border: none;
border-radius: 50px;
cursor: pointer;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
margin-top: 20px;
}
button:hover {
background-color: #027d7f;
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
transform: translateY(-2px);
}
button:active {
background-color: #026a6b;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
transform: translateY(0);
}
/* Styling for the spinner */
.spinner {
display: none; /* Initially hidden */
transform: rotateZ(45deg);
perspective: 1000px;
border-radius: 50%;
width: 48px;
height: 48px;
color: #039AA0;
margin: 20px auto;
position: relative;
}
.spinner:before,
.spinner:after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: inherit;
height: inherit;
border-radius: 50%;
transform: rotateX(70deg);
animation: 1s spin linear infinite;
}
.spinner:after {
color: #039AA0;
transform: rotateY(70deg);
animation-delay: 0.4s;
}
@keyframes spin {
0%, 100% {
box-shadow: 0.2em 0 0 0 currentColor;
}
12% {
box-shadow: 0.2em 0.2em 0 0 currentColor;
}
25% {
box-shadow: 0 0.2em 0 0 currentColor;
}
37% {
box-shadow: -0.2em 0.2em 0 0 currentColor;
}
50% {
box-shadow: -0.2em 0 0 0 currentColor;
}
62% {
box-shadow: -0.2em -0.2em 0 0 currentColor;
}
75% {
box-shadow: 0 -0.2em 0 0 currentColor;
}
87% {
box-shadow: 0.2em -0.2em 0 0 currentColor;
}
}
body {
font-family: "Source Sans Pro", sans-serif;
margin: 0;
padding: 0;
color: #2A3244;
text-align: center;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.text-container {
background-color: #fff;
padding: 30px;
border-radius: 10px;
text-align: center;
display: inline-block;
margin-top: 3vh;
max-width: 100%;
}
h1 {
font-size: 2.5em;
margin-top: 1.5vh;
margin-bottom: 2.5vh;
}
p {
font-size: 1em;
}
#background_image {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
z-index: -1;
background-image: url('https://idle-page-static-resources.s3.amazonaws.com/images/affirma_bg.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.page_container{
Open service 54.230.228.128:443 · devqa.semanticworx.com
2025-12-23 04:02
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 1677
Connection: close
Vary: Accept-Encoding
Server: nginx/1.25.3
Date: Tue, 23 Dec 2025 04:02:35 GMT
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Cache: Miss from cloudfront
Via: 1.1 38f46facdae93530546676e451869f4c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: 1gN-_WGDGTcEjsWwoBm0IDgqnLq2HvsjXsMjISQCK-vm0IFcT677mw==
Page title: Affirma
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Affirma</title>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>-->
<!--<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="/static/%20css%20/index.css" />
<link rel="shortcut icon" type="image/png" href="/static/favicon.ico" />
<!--<link rel="stylesheet" type="text/css" href="joint.ui.tooltip.css">-->
<link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.cdnfonts.com/css/menlo');
</style>
<!--<script src="joint.ui.tooltip.js"></script>-->
</head>
<body>
<div id="main">
<div id="modal__overlay-root"></div>
<div id="root"></div>
</div>
<script src="/static/frontend/vendors.js"></script>
<script src="/static/frontend/main.js?version=569"></script>
<!--<script src="/static/MockData/ModelsESMBIGTestJson.js"></script>-->
</body>
</html>
Open service 2600:9000:20ae:6a00:10:6193:66c0:93a1:80 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 403 Forbidden Server: CloudFront Date: Sun, 21 Dec 2025 01:22:24 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 f6bc6f6279f11021614bfd42e1f4410e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: llEdcbZWQZtwtBdkvOlxpvwIp8O3gyq3FmHhACr46hr-ec7frheXkw== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: llEdcbZWQZtwtBdkvOlxpvwIp8O3gyq3FmHhACr46hr-ec7frheXkw== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:20ae:6a00:10:6193:66c0:93a1:443 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 1677
Connection: close
Vary: Accept-Encoding
Server: nginx/1.25.3
Date: Sun, 21 Dec 2025 01:22:25 GMT
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Cache: Miss from cloudfront
Via: 1.1 7b7e33ce27dedf9c28b39ecc0309b556.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: wpeNyOPNH0hUlPuxe3bQdT8jOZ1-wezg5sMqI6QfwVTXO4YSyXp9Mg==
Page title: Affirma
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Affirma</title>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>-->
<!--<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="/static/%20css%20/index.css" />
<link rel="shortcut icon" type="image/png" href="/static/favicon.ico" />
<!--<link rel="stylesheet" type="text/css" href="joint.ui.tooltip.css">-->
<link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.cdnfonts.com/css/menlo');
</style>
<!--<script src="joint.ui.tooltip.js"></script>-->
</head>
<body>
<div id="main">
<div id="modal__overlay-root"></div>
<div id="root"></div>
</div>
<script src="/static/frontend/vendors.js"></script>
<script src="/static/frontend/main.js?version=569"></script>
<!--<script src="/static/MockData/ModelsESMBIGTestJson.js"></script>-->
</body>
</html>
Open service 54.230.228.9:443 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 1677
Connection: close
Vary: Accept-Encoding
Server: nginx/1.25.3
Date: Sun, 21 Dec 2025 01:22:25 GMT
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Cache: Miss from cloudfront
Via: 1.1 7b7e33ce27dedf9c28b39ecc0309b556.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: -9y4TkqG-lHHQX27k0UaEIy46bRCYnsgxXadAQ_ymVYkrjQG7VQ6zA==
Page title: Affirma
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Affirma</title>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>-->
<!--<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="/static/%20css%20/index.css" />
<link rel="shortcut icon" type="image/png" href="/static/favicon.ico" />
<!--<link rel="stylesheet" type="text/css" href="joint.ui.tooltip.css">-->
<link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.cdnfonts.com/css/menlo');
</style>
<!--<script src="joint.ui.tooltip.js"></script>-->
</head>
<body>
<div id="main">
<div id="modal__overlay-root"></div>
<div id="root"></div>
</div>
<script src="/static/frontend/vendors.js"></script>
<script src="/static/frontend/main.js?version=569"></script>
<!--<script src="/static/MockData/ModelsESMBIGTestJson.js"></script>-->
</body>
</html>
Open service 54.230.228.128:80 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 403 Forbidden Server: CloudFront Date: Sun, 21 Dec 2025 01:22:23 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 39665d11bf385fb9aabc991f857b37dc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: 363CC3U6D49qVfzhpUgHWQu9g-_gB6-xViS7JgMx4QAGdmvCDno61g== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: 363CC3U6D49qVfzhpUgHWQu9g-_gB6-xViS7JgMx4QAGdmvCDno61g== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 54.230.228.80:443 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 1677
Connection: close
Vary: Accept-Encoding
Server: nginx/1.25.3
Date: Sun, 21 Dec 2025 01:22:26 GMT
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Cache: Miss from cloudfront
Via: 1.1 e876a7ec501bf47e275a943cac96c3fe.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: 3_dThytlnZLQQJ-L1dTJch0h3SRBK4BaKc6wDu-a1tN7fJl2KjzH-Q==
Page title: Affirma
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Affirma</title>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>-->
<!--<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="/static/%20css%20/index.css" />
<link rel="shortcut icon" type="image/png" href="/static/favicon.ico" />
<!--<link rel="stylesheet" type="text/css" href="joint.ui.tooltip.css">-->
<link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.cdnfonts.com/css/menlo');
</style>
<!--<script src="joint.ui.tooltip.js"></script>-->
</head>
<body>
<div id="main">
<div id="modal__overlay-root"></div>
<div id="root"></div>
</div>
<script src="/static/frontend/vendors.js"></script>
<script src="/static/frontend/main.js?version=569"></script>
<!--<script src="/static/MockData/ModelsESMBIGTestJson.js"></script>-->
</body>
</html>
Open service 54.230.228.80:80 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 403 Forbidden Server: CloudFront Date: Sun, 21 Dec 2025 01:22:23 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 653de2a3596d1ebffe452d8daf65c9ea.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: XJKCpQ-IM1wSxoSu7sZbsq6yoY7FNnzSjQB1ZZJPAoyNMQue8j7y8Q== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: XJKCpQ-IM1wSxoSu7sZbsq6yoY7FNnzSjQB1ZZJPAoyNMQue8j7y8Q== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 54.230.228.104:443 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 1677
Connection: close
Vary: Accept-Encoding
Server: nginx/1.25.3
Date: Sun, 21 Dec 2025 01:22:26 GMT
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Cache: Miss from cloudfront
Via: 1.1 1457b39f2ccd71582289928342a87178.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: Ntl0eivWebdHeIyuo88pMMDT9fUzFwtvE27cKJnwL5OD6pdvu2r65Q==
Page title: Affirma
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Affirma</title>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>-->
<!--<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="/static/%20css%20/index.css" />
<link rel="shortcut icon" type="image/png" href="/static/favicon.ico" />
<!--<link rel="stylesheet" type="text/css" href="joint.ui.tooltip.css">-->
<link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.cdnfonts.com/css/menlo');
</style>
<!--<script src="joint.ui.tooltip.js"></script>-->
</head>
<body>
<div id="main">
<div id="modal__overlay-root"></div>
<div id="root"></div>
</div>
<script src="/static/frontend/vendors.js"></script>
<script src="/static/frontend/main.js?version=569"></script>
<!--<script src="/static/MockData/ModelsESMBIGTestJson.js"></script>-->
</body>
</html>
Open service 54.230.228.128:443 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 1677
Connection: close
Vary: Accept-Encoding
Server: nginx/1.25.3
Date: Sun, 21 Dec 2025 01:22:26 GMT
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Cache: Miss from cloudfront
Via: 1.1 86f0f41c4d8083f2bfc3d1c3d9719bbc.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: ErL5U_GLyVPsRJpH2HFWE1ck6GSGNAYNPGFUg2Soa3RtQR4SvmV74Q==
Page title: Affirma
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Affirma</title>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>-->
<!--<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="/static/%20css%20/index.css" />
<link rel="shortcut icon" type="image/png" href="/static/favicon.ico" />
<!--<link rel="stylesheet" type="text/css" href="joint.ui.tooltip.css">-->
<link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.cdnfonts.com/css/menlo');
</style>
<!--<script src="joint.ui.tooltip.js"></script>-->
</head>
<body>
<div id="main">
<div id="modal__overlay-root"></div>
<div id="root"></div>
</div>
<script src="/static/frontend/vendors.js"></script>
<script src="/static/frontend/main.js?version=569"></script>
<!--<script src="/static/MockData/ModelsESMBIGTestJson.js"></script>-->
</body>
</html>
Open service 54.230.228.9:80 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 403 Forbidden Server: CloudFront Date: Sun, 21 Dec 2025 01:22:23 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 653de2a3596d1ebffe452d8daf65c9ea.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: 326H6FVNmR87ILvVEn932huaBUiF9PQwmKX3liVKzBM9IHQodxg_Rg== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: 326H6FVNmR87ILvVEn932huaBUiF9PQwmKX3liVKzBM9IHQodxg_Rg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 54.230.228.104:80 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 403 Forbidden Server: CloudFront Date: Sun, 21 Dec 2025 01:22:24 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 258e5fe72bfca83e099f880853f68ab4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: aBvyt7Vha-vZZqmwJiAFk1F3ESu-RB6-A5LbwYTnanQjAxpAB0sGKA== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: aBvyt7Vha-vZZqmwJiAFk1F3ESu-RB6-A5LbwYTnanQjAxpAB0sGKA== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:20ae:c00:10:6193:66c0:93a1:443 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 1677
Connection: close
Vary: Accept-Encoding
Server: nginx/1.25.3
Date: Sun, 21 Dec 2025 01:22:26 GMT
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Cache: Miss from cloudfront
Via: 1.1 62be04c57195b92a15c9e33c0bb32906.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: VRsJ9Uj5zZNcdNg5chN9iqxRV6qBrVeQR7RHClmvkfpVaK-SkqDRNQ==
Page title: Affirma
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Affirma</title>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>-->
<!--<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="/static/%20css%20/index.css" />
<link rel="shortcut icon" type="image/png" href="/static/favicon.ico" />
<!--<link rel="stylesheet" type="text/css" href="joint.ui.tooltip.css">-->
<link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.cdnfonts.com/css/menlo');
</style>
<!--<script src="joint.ui.tooltip.js"></script>-->
</head>
<body>
<div id="main">
<div id="modal__overlay-root"></div>
<div id="root"></div>
</div>
<script src="/static/frontend/vendors.js"></script>
<script src="/static/frontend/main.js?version=569"></script>
<!--<script src="/static/MockData/ModelsESMBIGTestJson.js"></script>-->
</body>
</html>
Open service 2600:9000:20ae:c00:10:6193:66c0:93a1:80 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 403 Forbidden Server: CloudFront Date: Sun, 21 Dec 2025 01:22:23 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 7b7e33ce27dedf9c28b39ecc0309b556.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: z6eVS3SlY_yZykVfzdXiCyn7U64aDAi4aaCs3WGaoyIpuJ1FTPKiGw== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: z6eVS3SlY_yZykVfzdXiCyn7U64aDAi4aaCs3WGaoyIpuJ1FTPKiGw== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:20ae:4a00:10:6193:66c0:93a1:443 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 1677
Connection: close
Vary: Accept-Encoding
Server: nginx/1.25.3
Date: Sun, 21 Dec 2025 01:22:26 GMT
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Cache: Miss from cloudfront
Via: 1.1 4b3ef7616dbf62f98d54524f0218face.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: 6tGaX6ASA6Cd0COF4X5g1V5qrq4rtxqjo2oHnUIbA52wL1Ey7ebW-g==
Page title: Affirma
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Affirma</title>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>-->
<!--<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="/static/%20css%20/index.css" />
<link rel="shortcut icon" type="image/png" href="/static/favicon.ico" />
<!--<link rel="stylesheet" type="text/css" href="joint.ui.tooltip.css">-->
<link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.cdnfonts.com/css/menlo');
</style>
<!--<script src="joint.ui.tooltip.js"></script>-->
</head>
<body>
<div id="main">
<div id="modal__overlay-root"></div>
<div id="root"></div>
</div>
<script src="/static/frontend/vendors.js"></script>
<script src="/static/frontend/main.js?version=569"></script>
<!--<script src="/static/MockData/ModelsESMBIGTestJson.js"></script>-->
</body>
</html>
Open service 2600:9000:20ae:6800:10:6193:66c0:93a1:443 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 1677
Connection: close
Vary: Accept-Encoding
Server: nginx/1.25.3
Date: Sun, 21 Dec 2025 01:22:26 GMT
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Cache: Miss from cloudfront
Via: 1.1 2be8016001d2c9c5362b82e28629d2d6.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: nj_y1wicsc2S3y0MM60HzjFln3LW5cre7wCtEwO9cTDaRfkpL_70sw==
Page title: Affirma
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Affirma</title>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>-->
<!--<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="/static/%20css%20/index.css" />
<link rel="shortcut icon" type="image/png" href="/static/favicon.ico" />
<!--<link rel="stylesheet" type="text/css" href="joint.ui.tooltip.css">-->
<link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.cdnfonts.com/css/menlo');
</style>
<!--<script src="joint.ui.tooltip.js"></script>-->
</head>
<body>
<div id="main">
<div id="modal__overlay-root"></div>
<div id="root"></div>
</div>
<script src="/static/frontend/vendors.js"></script>
<script src="/static/frontend/main.js?version=569"></script>
<!--<script src="/static/MockData/ModelsESMBIGTestJson.js"></script>-->
</body>
</html>
Open service 2600:9000:20ae:4a00:10:6193:66c0:93a1:80 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 403 Forbidden Server: CloudFront Date: Sun, 21 Dec 2025 01:22:23 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 8a0110b64ead65f0aff7193e350b2c52.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: e8RdSLapSMr9NdfCNU4aO5I_CaHXb_jWaVfbGhJ8UzH7xrhb_hB4iw== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: e8RdSLapSMr9NdfCNU4aO5I_CaHXb_jWaVfbGhJ8UzH7xrhb_hB4iw== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:20ae:f000:10:6193:66c0:93a1:80 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 403 Forbidden Server: CloudFront Date: Sun, 21 Dec 2025 01:22:23 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 39665d11bf385fb9aabc991f857b37dc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: KjB4M8_R_NZXckVTKYGoc2eWEbU7wTMQHzGY07x4AaMD36BSW1lviQ== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: KjB4M8_R_NZXckVTKYGoc2eWEbU7wTMQHzGY07x4AaMD36BSW1lviQ== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:20ae:6800:10:6193:66c0:93a1:80 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 403 Forbidden Server: CloudFront Date: Sun, 21 Dec 2025 01:22:23 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 f9e65f6efaf09565a6c3bbb6d064bfca.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: gL2_fpoeNNcy9SYAXeru1iza1Xe9r-aaJ9yAiCXF9tSr8PQCGXMCUQ== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: gL2_fpoeNNcy9SYAXeru1iza1Xe9r-aaJ9yAiCXF9tSr8PQCGXMCUQ== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:20ae:d200:10:6193:66c0:93a1:80 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 403 Forbidden Server: CloudFront Date: Sun, 21 Dec 2025 01:22:23 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 653de2a3596d1ebffe452d8daf65c9ea.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: znRE3QN7Wf0VOI3GrFVMWYSWcuGnZJMT_dNM5EATn4Dgw7AdAbV0OA== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: znRE3QN7Wf0VOI3GrFVMWYSWcuGnZJMT_dNM5EATn4Dgw7AdAbV0OA== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:20ae:f000:10:6193:66c0:93a1:443 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 1677
Connection: close
Vary: Accept-Encoding
Server: nginx/1.25.3
Date: Sun, 21 Dec 2025 01:22:26 GMT
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Cache: Miss from cloudfront
Via: 1.1 4b3ef7616dbf62f98d54524f0218face.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: JUnkKE43BLJgJNAE_6CgiddZ_6IdzzxKOygkhFpZ1K_M1sQfROWzbg==
Page title: Affirma
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Affirma</title>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>-->
<!--<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="/static/%20css%20/index.css" />
<link rel="shortcut icon" type="image/png" href="/static/favicon.ico" />
<!--<link rel="stylesheet" type="text/css" href="joint.ui.tooltip.css">-->
<link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.cdnfonts.com/css/menlo');
</style>
<!--<script src="joint.ui.tooltip.js"></script>-->
</head>
<body>
<div id="main">
<div id="modal__overlay-root"></div>
<div id="root"></div>
</div>
<script src="/static/frontend/vendors.js"></script>
<script src="/static/frontend/main.js?version=569"></script>
<!--<script src="/static/MockData/ModelsESMBIGTestJson.js"></script>-->
</body>
</html>
Open service 2600:9000:20ae:d200:10:6193:66c0:93a1:443 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 1677
Connection: close
Vary: Accept-Encoding
Server: nginx/1.25.3
Date: Sun, 21 Dec 2025 01:22:26 GMT
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Cache: Miss from cloudfront
Via: 1.1 f6bc6f6279f11021614bfd42e1f4410e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: etHg6zJtIa60KgrjS4LsfZFd5nmUcYi-ldAe237BmQaAKf4c4tBI2g==
Page title: Affirma
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Affirma</title>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>-->
<!--<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="/static/%20css%20/index.css" />
<link rel="shortcut icon" type="image/png" href="/static/favicon.ico" />
<!--<link rel="stylesheet" type="text/css" href="joint.ui.tooltip.css">-->
<link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.cdnfonts.com/css/menlo');
</style>
<!--<script src="joint.ui.tooltip.js"></script>-->
</head>
<body>
<div id="main">
<div id="modal__overlay-root"></div>
<div id="root"></div>
</div>
<script src="/static/frontend/vendors.js"></script>
<script src="/static/frontend/main.js?version=569"></script>
<!--<script src="/static/MockData/ModelsESMBIGTestJson.js"></script>-->
</body>
</html>
Open service 2600:9000:20ae:1a00:10:6193:66c0:93a1:443 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 1677
Connection: close
Vary: Accept-Encoding
Server: nginx/1.25.3
Date: Sun, 21 Dec 2025 01:22:26 GMT
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Cache: Miss from cloudfront
Via: 1.1 f6bc6f6279f11021614bfd42e1f4410e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: OlDUAnUI66qQfXRyAqvs_fSvvnF4uOeLpfVT9axzazH2_qYDOJYorg==
Page title: Affirma
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Affirma</title>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>-->
<!--<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="/static/%20css%20/index.css" />
<link rel="shortcut icon" type="image/png" href="/static/favicon.ico" />
<!--<link rel="stylesheet" type="text/css" href="joint.ui.tooltip.css">-->
<link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.cdnfonts.com/css/menlo');
</style>
<!--<script src="joint.ui.tooltip.js"></script>-->
</head>
<body>
<div id="main">
<div id="modal__overlay-root"></div>
<div id="root"></div>
</div>
<script src="/static/frontend/vendors.js"></script>
<script src="/static/frontend/main.js?version=569"></script>
<!--<script src="/static/MockData/ModelsESMBIGTestJson.js"></script>-->
</body>
</html>
Open service 2600:9000:20ae:1a00:10:6193:66c0:93a1:80 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 403 Forbidden Server: CloudFront Date: Sun, 21 Dec 2025 01:22:23 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 48bff6f682dda533442f6a9ed653d630.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: MhAmL95qVFOticDptQdZNAqZWi_NrXkNx_bYAJxLjHHV7NQWQzEARw== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: MhAmL95qVFOticDptQdZNAqZWi_NrXkNx_bYAJxLjHHV7NQWQzEARw== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:20ae:a200:10:6193:66c0:93a1:80 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 403 Forbidden Server: CloudFront Date: Sun, 21 Dec 2025 01:22:23 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 7b7e33ce27dedf9c28b39ecc0309b556.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P5 X-Amz-Cf-Id: t2pdaYIPGPpd-MFjenM5pU9KXR6sFwQ972BWtx-7c9KtdlI4kZ3czg== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: t2pdaYIPGPpd-MFjenM5pU9KXR6sFwQ972BWtx-7c9KtdlI4kZ3czg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:20ae:a200:10:6193:66c0:93a1:443 · devqa.semanticworx.com
2025-12-21 01:22
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 1677
Connection: close
Vary: Accept-Encoding
Server: nginx/1.25.3
Date: Sun, 21 Dec 2025 01:22:26 GMT
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Cache: Miss from cloudfront
Via: 1.1 e876a7ec501bf47e275a943cac96c3fe.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: kVB2To3ZiaPYYs0WEkT-XORiXLHRBc8IqaHizP240-yjqyYvvgV__w==
Page title: Affirma
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Affirma</title>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>-->
<!--<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="/static/%20css%20/index.css" />
<link rel="shortcut icon" type="image/png" href="/static/favicon.ico" />
<!--<link rel="stylesheet" type="text/css" href="joint.ui.tooltip.css">-->
<link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.cdnfonts.com/css/menlo');
</style>
<!--<script src="joint.ui.tooltip.js"></script>-->
</head>
<body>
<div id="main">
<div id="modal__overlay-root"></div>
<div id="root"></div>
</div>
<script src="/static/frontend/vendors.js"></script>
<script src="/static/frontend/main.js?version=569"></script>
<!--<script src="/static/MockData/ModelsESMBIGTestJson.js"></script>-->
</body>
</html>
Open service 54.230.228.128:443 · devqa.semanticworx.com
2025-12-20 05:51
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 1677
Connection: close
Vary: Accept-Encoding
Server: nginx/1.25.3
Date: Sat, 20 Dec 2025 05:51:18 GMT
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Cache: Miss from cloudfront
Via: 1.1 7b7e33ce27dedf9c28b39ecc0309b556.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P5
X-Amz-Cf-Id: KcgC3chyXOxzliYH6oeE_JkAM1XD7dC5g0BHUdw0F7deH3mW7RugRA==
Page title: Affirma
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Affirma</title>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>-->
<!--<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="/static/%20css%20/index.css" />
<link rel="shortcut icon" type="image/png" href="/static/favicon.ico" />
<!--<link rel="stylesheet" type="text/css" href="joint.ui.tooltip.css">-->
<link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.cdnfonts.com/css/menlo');
</style>
<!--<script src="joint.ui.tooltip.js"></script>-->
</head>
<body>
<div id="main">
<div id="modal__overlay-root"></div>
<div id="root"></div>
</div>
<script src="/static/frontend/vendors.js"></script>
<script src="/static/frontend/main.js?version=569"></script>
<!--<script src="/static/MockData/ModelsESMBIGTestJson.js"></script>-->
</body>
</html>
54.230.228.128 2 2600:9000:20ae:6a00:10:6193:66c0:93a1 1 54.230.228.9 1 54.230.228.80 1 54.230.228.104 1 2600:9000:20ae:c00:10:6193:66c0:93a1 1 2600:9000:20ae:4a00:10:6193:66c0:93a1 1 2600:9000:20ae:6800:10:6193:66c0:93a1 1 2600:9000:20ae:f000:10:6193:66c0:93a1 1 2600:9000:20ae:d200:10:6193:66c0:93a1 1 2600:9000:20ae:1a00:10:6193:66c0:93a1 1 2600:9000:20ae:a200:10:6193:66c0:93a1 1