Microsoft-IIS 10.0
tcp/443
Open service 20.208.5.34:80 · pooldata-maintenance-webapp.nipidu.com
2026-01-12 01:37
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 01:38:56 GMT Location: https://pooldata-maintenance-webapp.nipidu.com/
Open service 20.208.5.34:443 · pooldata-maintenance-webapp.nipidu.com
2026-01-12 01:37
HTTP/1.1 200 OK
Content-Length: 5034
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 01:38:56 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
ETag: "08b1b34bb10da1:0"
Last-Modified: Mon, 06 Nov 2023 14:11:58 GMT
Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=pooldata-maintenance-webapp.nipidu.com
Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=pooldata-maintenance-webapp.nipidu.com
X-Powered-By: ASP.NET
Page title: Loading...
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Loading...</title>
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="favicon.png" />
<link href="Client.styles.css" rel="stylesheet" />
<link href="manifest.json" rel="manifest" />
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
<style>
.selected {
background-color: forestgreen !important;
}
.selected > td {
color: white !important;
}
.selected > td .mud-input {
color: white !important;
}
.pointer {
cursor: pointer;
}
#map {
height: 280px;
}
.mud-chip-color-custom-6 {
background: #7986CB;
color: white;
font-size: 11px !important;
}
.mud-chip-color-custom-5 {
background: #5C6BC0;
color: white;
font-size: 11px !important;
}
.mud-chip-color-custom-4 {
background: #3949AB;
color: white;
font-size: 11px !important;
}
.mud-chip-color-custom-3 {
background: #303F9F;
color: white;
font-size: 11px !important;
}
.mud-chip-color-custom-2 {
background: #283593;
color: white;
font-size: 11px !important;
}
.mud-chip-color-custom-1 {
background: #1A237E;
color: white;
font-size: 11px !important;
}
</style>
</head>
<body>
<div id="app">
<svg class="loading-progress">
<circle r="40%" cx="50%" cy="50%" />
<circle r="40%" cx="50%" cy="50%" />
</svg>
<div class="loading-progress-text"></div>
</div>
<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script src="_framework/blazor.webassembly.js" autostart="false"></script>
<script>navigator.serviceWorker.register('service-worker.js');</script>
<script>navigator.serviceWorker.register('js/cache.js');</script>
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
<script>
window.blazorCulture = {
get: () => window.localStorage['BlazorCulture'],
set: (value) => window.localStorage['BlazorCulture'] = value
};
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDyqd58cLS-eOogCaWyu_Vai_nAmYc_YLg&v=3"></script>
<script>
if (window.location.hostname.includes("localhost")) {
Blazor.start({ environment: "Development" });
}
else if (window.location.hostname.includes("staging")) {
Blazor.start({ environment: "Staging" });
}
else {
Blazor.start({ environment: "Production" });
}
window.show = {
map: function (title, lat, lng) {
var latlng = new google.maps.LatLng(lat, lng);
var options = {
zoom: 14, center: latlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
Open service 20.208.5.34:80 · staging-pooldata-maintenance-webapi.nipidu.com
2026-01-12 01:36
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 01:37:29 GMT Location: https://staging-pooldata-maintenance-webapi.nipidu.com/
Open service 20.208.5.34:443 · staging-pooldata-maintenance-webapi.nipidu.com
2026-01-12 01:36
HTTP/1.1 500 Internal Server Error
Content-Length: 2416
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 01:37:30 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=staging-pooldata-maintenance-webapi.nipidu.com
Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=staging-pooldata-maintenance-webapi.nipidu.com
X-Powered-By: ASP.NET
Page title: HTTP Error 500.30 - ASP.NET Core app failed to start
<!DOCTYPE html>
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title> HTTP Error 500.30 - ASP.NET Core app failed to start </title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
font-size: .813em;
color: #222;
background-color: #fff;
}
h1, h2, h3, h4, h5 {
/*font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;*/
font-weight: 100;
}
h1 {
color: #44525e;
margin: 15px 0 15px 0;
}
h2 {
margin: 10px 5px 0 0;
}
h3 {
color: #363636;
margin: 5px 5px 0 0;
}
code {
font-family: Consolas, "Courier New", courier, monospace;
}
body .titleerror {
padding: 3px 3px 6px 3px;
display: block;
font-size: 1.5em;
font-weight: 100;
}
a {
color: #1ba1e2;
text-decoration: none;
}
a:hover {
color: #13709e;
text-decoration: underline;
}
li {
margin: 5px;
}
</style>
</head>
<body>
<h1> HTTP Error 500.30 - ASP.NET Core app failed to start </h1>
<h2> Common solutions to this issue: </h2><ul><li>The app failed to start</li><li>The app started but then stopped</li><li>The app started but threw an exception during startup</li></ul>
<h2> Troubleshooting steps: </h2>
<ul>
<li> Check the system event log for error messages </li>
<li> Enable logging the application process' stdout messages </li>
<li> Attach a debugger to the application process and inspect </li>
</ul>
<h2>
For more guidance on diagnosing and handling these errors, visit
<a href="https://go.microsoft.com/fwlink/?LinkID=2028526"> <cite>Troubleshoot ASP.NET Core on Azure App Service and IIS</cite></a>.
</h2>
</body>
</html>
Open service 20.208.5.34:443 · nipidu.com
2025-12-29 15:48
HTTP/1.1 200 OK
Content-Length: 3269
Connection: close
Content-Type: text/html
Date: Mon, 29 Dec 2025 15:48:11 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
ETag: "18b12d77e2ed91:0"
Last-Modified: Tue, 13 Dec 2022 11:03:00 GMT
Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=nipidu.com
Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=nipidu.com
X-Powered-By: ASP.NET
Page title: Microsoft Azure App Service - Welcome
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
Open service 20.208.5.34:80 · nipidu.com
2025-12-29 15:48
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 29 Dec 2025 15:48:10 GMT Location: https://nipidu.com/
Open service 20.208.5.34:443 · www.nipidu.com
2025-12-29 15:47
HTTP/1.1 200 OK
Content-Length: 3269
Connection: close
Content-Type: text/html
Date: Mon, 29 Dec 2025 15:47:15 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
ETag: "18b12d77e2ed91:0"
Last-Modified: Tue, 13 Dec 2022 11:03:00 GMT
Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=www.nipidu.com
Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.nipidu.com
X-Powered-By: ASP.NET
Page title: Microsoft Azure App Service - Welcome
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
Open service 20.208.5.34:80 · www.nipidu.com
2025-12-29 15:47
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 29 Dec 2025 15:47:14 GMT Location: https://www.nipidu.com/