Kestrel
tcp/443
Open service 13.89.172.4:80 · notification.prodt.opcommservice.com
2026-01-05 12:51
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 05 Jan 2026 12:51:27 GMT Location: https://notification.prodt.opcommservice.com/
Open service 13.89.172.4:443 · notification.prodt.opcommservice.com
2026-01-05 12:51
HTTP/1.1 200 OK
Connection: close
Date: Mon, 05 Jan 2026 12:51:28 GMT
Server: Kestrel
Transfer-Encoding: chunked
Request-Context: appId=cid-v1:bce968f0-4d5e-40d8-ac27-336d948064eb
Page title: OpComm Notification Web Services
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>OpComm Notification Web Services</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@500;700;900&display=swap" rel="stylesheet">
<style>
body {
margin: 0;
overflow: hidden;
font-family: 'Inter', Tahoma, sans-serif;
background: linear-gradient(135deg, #3a0c0c, #8b2e3a, #c95b6c);
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.container {
text-align: center;
color: white;
padding: 40px 60px;
background: rgba(0, 0, 0, 0.35);
border-radius: 24px;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
border: 1px solid rgba(255, 255, 255, 0.1);
max-width: 800px;
}
.icon {
width: 80px;
height: 80px;
margin-bottom: 20px;
}
.title {
font-size: clamp(2.5rem, 6vw, 5rem);
font-weight: 900;
margin-bottom: 12px;
text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
.subtitle {
font-size: clamp(1.1rem, 2vw, 1.6rem);
font-weight: 500;
margin-bottom: 40px;
opacity: 0.85;
}
.staging {
font-size: 0.75rem;
color: rgba(255, 240, 200, 0.5);
text-shadow: none;
margin-top: 20px;
}
</style>
</head>
<body>
<div class="container">
<!-- Notification Bell Icon -->
<svg class="icon" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M32 58c3.3 0 6-2.7 6-6H26c0 3.3 2.7 6 6 6Z" fill="#FFD166" />
<path d="M52 46H12l4-8V26c0-9.4 6.4-17.2 16-18 9.6 0.8 16 8.6 16 18v12l4 8Z" fill="#FFD166" stroke="white" stroke-width="3" />
</svg>
<div class="title">OpComm Notifications</div>
<div class="subtitle">Event Monitoring, Push Notification Alerts, and Broadcast Messaging</div>
<div class="staging">Staging Slot [prodt] from [AppSettings.json Staging Section]</div>
</div>
</body>
</html>