CareInfoSolutions
tcp/443 tcp/80
CloudFront
tcp/80
Open service 13.201.159.12:80 · www.courier.careinfosolutions.com
2026-01-12 15:43
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 12 Jan 2026 15:43:45 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://courier.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.courier.careinfosolutions.com
2026-01-12 15:43
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 12 Jan 2026 15:43:45 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://courier.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · collection.careinfosolutions.com
2026-01-12 13:50
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 12 Jan 2026 13:50:26 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://collection.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · collection.careinfosolutions.com
2026-01-12 13:50
HTTP/1.1 200 OK
Server: openresty
Date: Mon, 12 Jan 2026 13:50:26 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:443 · theggo.careinfosolutions.com
2026-01-12 13:49
HTTP/1.1 200 OK
Server: openresty
Date: Mon, 12 Jan 2026 13:49:51 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · theggo.careinfosolutions.com
2026-01-12 13:49
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 12 Jan 2026 13:49:51 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://theggo.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.masoraent.taxinfo.com.np.careinfosolutions.com
2026-01-12 13:48
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 12 Jan 2026 13:48:10 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://masoraent.taxinfo.com.np.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.masoraent.taxinfo.com.np.careinfosolutions.com
2026-01-12 13:48
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 12 Jan 2026 13:48:11 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://masoraent.taxinfo.com.np.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · aamatrek.careinfosolutions.com
2026-01-11 13:47
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 11 Jan 2026 13:48:02 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://aamatrek.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · aamatrek.careinfosolutions.com
2026-01-11 13:47
HTTP/1.1 200 OK
Server: openresty
Date: Sun, 11 Jan 2026 13:48:02 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · www.aamatrek.careinfosolutions.com
2026-01-11 13:47
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 11 Jan 2026 13:47:48 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://aamatrek.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.aamatrek.careinfosolutions.com
2026-01-11 13:47
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 11 Jan 2026 13:47:49 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://aamatrek.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · app.careinfosolutions.com
2026-01-09 13:46
HTTP/1.1 200 OK
Server: openresty
Date: Fri, 09 Jan 2026 13:46:45 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · app.careinfosolutions.com
2026-01-09 13:46
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 09 Jan 2026 13:46:44 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://app.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.goodluckcargo.com.np.careinfosolutions.com
2026-01-08 18:16
HTTP/1.1 301 Moved Permanently Server: openresty Date: Thu, 08 Jan 2026 18:16:35 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://goodluckcargo.com.np.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.goodluckcargo.com.np.careinfosolutions.com
2026-01-08 18:16
HTTP/1.1 301 Moved Permanently Server: openresty Date: Thu, 08 Jan 2026 18:16:35 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://goodluckcargo.com.np.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · tenantcontrolservice.careinfosolutions.com
2026-01-08 16:38
HTTP/1.1 301 Moved Permanently Server: openresty Date: Thu, 08 Jan 2026 16:38:04 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://tenantcontrolservice.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · tenantcontrolservice.careinfosolutions.com
2026-01-08 16:38
HTTP/1.1 200 OK Server: openresty Date: Thu, 08 Jan 2026 16:38:04 GMT Content-Type: text/html; charset=utf-8 Content-Length: 18 Connection: close X-Frame-Options: DENY Vary: Origin X-Content-Type-Options: nosniff Referrer-Policy: same-origin Cross-Origin-Opener-Policy: same-origin X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload THIS IS HOME PAGE.
Open service 13.201.159.12:80 · www.dev.reliablecargo.careinfosolutions.com
2026-01-08 13:45
HTTP/1.1 301 Moved Permanently Server: openresty Date: Thu, 08 Jan 2026 13:45:55 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://dev.reliablecargo.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.dev.reliablecargo.careinfosolutions.com
2026-01-08 13:45
HTTP/1.1 301 Moved Permanently Server: openresty Date: Thu, 08 Jan 2026 13:45:55 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://dev.reliablecargo.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · goodluckcargo.com.np.careinfosolutions.com
2026-01-08 10:18
HTTP/1.1 301 Moved Permanently Server: openresty Date: Thu, 08 Jan 2026 10:18:49 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://goodluckcargo.com.np.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · goodluckcargo.com.np.careinfosolutions.com
2026-01-08 10:18
HTTP/1.1 200 OK
Server: openresty
Date: Thu, 08 Jan 2026 10:18:50 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:443 · www.aaradhyaexim.careinfosolutions.com
2026-01-07 13:45
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 07 Jan 2026 13:45:35 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://aaradhyaexim.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.aaradhyaexim.careinfosolutions.com
2026-01-07 13:45
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 07 Jan 2026 13:45:35 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://aaradhyaexim.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.rabiraj.careinfosolutions.com
2026-01-07 13:45
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 07 Jan 2026 13:45:33 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://rabiraj.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.rabiraj.careinfosolutions.com
2026-01-07 13:45
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 07 Jan 2026 13:45:34 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://rabiraj.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · imperial.careinfosolutions.com
2026-01-07 13:44
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 07 Jan 2026 13:44:05 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://imperial.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · imperial.careinfosolutions.com
2026-01-07 13:44
HTTP/1.1 200 OK
Server: openresty
Date: Wed, 07 Jan 2026 13:44:04 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · www.ashishtraders.careinfosolutions.com
2026-01-07 13:43
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 07 Jan 2026 13:43:50 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://ashishtraders.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.ashishtraders.careinfosolutions.com
2026-01-07 13:43
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 07 Jan 2026 13:43:50 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://ashishtraders.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · logisticservice.careinfosolutions.com
2026-01-06 13:43
HTTP/1.1 200 OK
Server: openresty
Date: Tue, 06 Jan 2026 13:43:51 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · logisticservice.careinfosolutions.com
2026-01-06 13:43
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 06 Jan 2026 13:43:51 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://logisticservice.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · logistic.careinfosolutions.com
2026-01-06 13:43
HTTP/1.1 200 OK
Server: openresty
Date: Tue, 06 Jan 2026 13:43:31 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · logistic.careinfosolutions.com
2026-01-06 13:43
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 06 Jan 2026 13:43:31 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://logistic.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.logistic.careinfosolutions.com
2026-01-05 13:41
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 05 Jan 2026 13:41:59 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://logistic.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.logistic.careinfosolutions.com
2026-01-05 13:41
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 05 Jan 2026 13:41:59 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://logistic.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.magayatri.taxinfo.com.careinfosolutions.com
2026-01-05 03:12
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 05 Jan 2026 03:13:01 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://magayatri.taxinfo.com.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.magayatri.taxinfo.com.careinfosolutions.com
2026-01-05 03:12
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 05 Jan 2026 03:13:01 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://magayatri.taxinfo.com.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.rajababu.careinfosolutions.com
2026-01-04 13:41
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 04 Jan 2026 13:41:22 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://rajababu.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.rajababu.careinfosolutions.com
2026-01-04 13:41
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 04 Jan 2026 13:41:22 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://rajababu.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · courier.careinfosolutions.com
2026-01-04 13:41
HTTP/1.1 200 OK
Server: openresty
Date: Sun, 04 Jan 2026 13:41:03 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · courier.careinfosolutions.com
2026-01-04 13:41
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 04 Jan 2026 13:41:03 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://courier.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.shardware.careinfosolutions.com
2026-01-04 13:40
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 04 Jan 2026 13:40:23 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://shardware.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.shardware.careinfosolutions.com
2026-01-04 13:40
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 04 Jan 2026 13:40:23 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://shardware.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.courier.careinfosolutions.com
2026-01-04 13:40
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 04 Jan 2026 13:40:12 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://courier.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.maashova.careinfosolutions.com
2026-01-04 13:40
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 04 Jan 2026 13:40:08 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://maashova.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.maashova.careinfosolutions.com
2026-01-04 13:40
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 04 Jan 2026 13:40:08 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://maashova.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · kdmexpress.careinfosolutions.com
2026-01-03 13:38
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sat, 03 Jan 2026 13:38:14 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://kdmexpress.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · kdmexpress.careinfosolutions.com
2026-01-03 13:38
HTTP/1.1 200 OK
Server: openresty
Date: Sat, 03 Jan 2026 13:38:13 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 209.182.233.40:80 · devenvservice.careinfosolutions.com
2026-01-02 21:17
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 02 Jan 2026 21:17:11 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://devenvservice.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 209.182.233.40:443 · devenvservice.careinfosolutions.com
2026-01-02 21:17
HTTP/1.1 200 OK
Server: openresty
Date: Fri, 02 Jan 2026 21:17:12 GMT
Content-Type: text/html
Content-Length: 128646
Last-Modified: Mon, 31 Mar 2025 06:34:00 GMT
Connection: close
Vary: Accept-Encoding
ETag: "67ea3758-1f686"
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Accept-Ranges: bytes
Page title: Welcome to OpenResty!
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
<title>Welcome to OpenResty!</title>
<style>
:root {
--main-bg-color: rgb(82, 172, 66);
--secondary-bg-color: rgb(213, 234, 201);
--main-text-color: rgb(74, 124, 67);
--secondary-text-color: #fff;
}
* {padding: 0; margin: 0;}
html,body {font-size: 14px; font-family: Lato, sans-serif}
body {text-align: center; background: var(--secondary-bg-color);}
ul {list-style: none;}
.flex {display: flex; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox;}
.justify-content-center {-webkit-box-pack: center; -ms-justify-content: center; -moz-justify-content: center; -o-justify-content: center; -webkit-justify-content: center; justify-content: center;}
.align-items-center {-webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; -o-align-items: center; align-items: center;}
.text-decoration-no {text-decoration: none !important;}
ul li, .products-list a {display: inline-block;}
.main-theme {background: var(--main-bg-color); color: var(--secondary-text-color);}
.light-theme {background: var(--secondary-bg-color);}
.white-theme {background: #fff; color: var(--main-text-color);}
.main-theme a {color: #effc67; text-decoration: underline;}
section {max-width: 1200px; margin: 0 auto; padding: 2.14rem; box-sizing: border-box;}
section h1 {font-size: 3rem; margin-bottom: 16px;}
section h2 {font-size: 1.8rem; margin-bottom: 16px;}
section p {line-height: 1.5; font-size: 1.3rem;}
.main {position: relative;}
.products-list {margin-top: 20px;}
.products-list a {background: #fff; color: var(--main-text-color); padding: 10px 15px; border-radius: 4px; margin-left: 40px; min-width: 185px;}
.products-list a:first-child {margin-left: 0;}
.products img {width: 40px; height: 40px;}
.products h3 {font-size: 1.15rem; font-weight: normal; margin: 4px 0;}
.products a p {font-size: 0.92rem;}
.social a {border-radius: 10px; background-color: var(--main-text-color); box-shadow: rgb(0 0 0 / 10%) -2px 2px 2px 1px; color: var(--secondary-text-color); border: none; padding: 6px 0; line-height: 24px; min-width: 250px; text-align: center; font-size: 1.1rem;}
.social a img, .social a svg {width: 16px; height: 16px; vertical-align: middle; margin-right: 5px;}
.social li {margin-left: 40px;}
.social li:first-child {margin-left: 0;}
.blogs {position: relative; margin-bottom: 20px; padding-left: 10px; padding-right: 10px;}
.blogs .title {margin-bottom: 30px; color: var(--main-text-color); font-size: 1.5rem;}
.blogs .swiper-wrapper {margin: 0 0 10px;}
.blogs-slider .swiper-slide {width: 20%; display: inline-block; vertical-align: top; margin-right: 40px; }
.blogs-slider .swiper-slide:last-child {margin-right: 0 !important;}
.blogs-slider .img-wrapper {font-size: 0; border-radius: 4px; margin-bottom: 10px; overflow: hidden; border: 2px solid #fff;}
.blogs-slider img {width: 100%; height: 120px; border-radius: 4px; -webkit-user-select: none; -ms-user-select: none; user-select: none; object-fit: cover;}
.blogs-slider p {font-size: 0.95rem; color: var(--main-text-color);}
@media screen and (min-width: 1200px) {
.blogs .swiper-wrapper {-webkit-box-pack: justify; -ms-justify-content: space-between; -moz-justify-content: space-between; -o-justify-content: space-between; -webkit-justify-content: space-between; -webkit-justify-content: space-between; justify-content: space-between;}
}
@media screen and (max-width: 1200px) {
.blogs {padding-left: 20px; padding-right: 20px;}
.blogs-slider .swiper-slide {margin-right: 20px; margin-bottom: 20px;}
}
@media screen and (max-width: 768px) {
htm
Open service 13.201.159.12:80 · www.radhikahardware.careinfosolutions.com
2026-01-02 18:12
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 02 Jan 2026 18:12:45 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://radhikahardware.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.radhikahardware.careinfosolutions.com
2026-01-02 18:12
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 02 Jan 2026 18:12:46 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://radhikahardware.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · mukesh.taxinfo.com.np.careinfosolutions.com
2026-01-02 13:38
HTTP/1.1 200 OK
Server: openresty
Date: Fri, 02 Jan 2026 13:38:35 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · mukesh.taxinfo.com.np.careinfosolutions.com
2026-01-02 13:38
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 02 Jan 2026 13:38:35 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://mukesh.taxinfo.com.np.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · radhikahardware.careinfosolutions.com
2026-01-02 12:38
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 02 Jan 2026 12:38:22 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://radhikahardware.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · radhikahardware.careinfosolutions.com
2026-01-02 12:38
HTTP/1.1 200 OK
Server: openresty
Date: Fri, 02 Jan 2026 12:38:22 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · apiservice.careinfosolutions.com
2025-12-31 17:42
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 31 Dec 2025 17:42:53 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://apiservice.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · apiservice.careinfosolutions.com
2025-12-31 17:42
HTTP/1.1 200 OK
Server: openresty
Date: Wed, 31 Dec 2025 17:42:53 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2012
Connection: close
Vary: Accept, origin
Allow: GET, HEAD, OPTIONS
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Page title: CareInfo API
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>CareInfo API</title>
<link rel="icon" type="image/png" href="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/swagger-ui-dist/favicon-32x32.png"/>
<link rel="stylesheet" type="text/css" href="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/style.css"/>
<link rel="stylesheet" type="text/css" href="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/swagger-ui-dist/swagger-ui.css">
</head>
<body class="swagger-body">
<div id="swagger-ui"></div>
<script id="swagger-settings" type="application/json">{"docExpansion": "list", "deepLinking": false, "showExtensions": true, "defaultModelRendering": "model", "defaultModelExpandDepth": 3, "defaultModelsExpandDepth": 3, "showCommonExtensions": true, "supportedSubmitMethods": ["get", "put", "post", "delete", "options", "head", "patch", "trace"], "displayOperationId": true, "persistAuth": false, "refetchWithAuth": false, "refetchOnLogout": false, "fetchSchemaWithQuery": true}</script>
<script id="oauth2-config" type="application/json">{}</script>
<script src="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/swagger-ui-dist/swagger-ui-bundle.js"></script>
<script src="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/swagger-ui-dist/swagger-ui-standalone-preset.js"></script>
<script src="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/insQ.min.js"></script>
<script src="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/immutable.min.js"></script>
<script src="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/swagger-ui-init.js"></script>
<a id="oauth2-redirect-url" href="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/swagger-ui-dist/oauth2-redirect.html" class="hidden"></a>
</body>
</html>
Open service 13.201.159.12:443 · shardware.careinfosolutions.com
2025-12-31 13:32
HTTP/1.1 200 OK
Server: openresty
Date: Wed, 31 Dec 2025 13:32:45 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · shardware.careinfosolutions.com
2025-12-31 13:32
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 31 Dec 2025 13:32:45 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://shardware.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · qualitysteel.careinfosolutions.com
2025-12-31 13:31
HTTP/1.1 200 OK
Server: openresty
Date: Wed, 31 Dec 2025 13:31:56 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · qualitysteel.careinfosolutions.com
2025-12-31 13:31
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 31 Dec 2025 13:31:55 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://qualitysteel.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · newakc.careinfosolutions.com
2025-12-31 13:31
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 31 Dec 2025 13:31:46 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://newakc.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · newakc.careinfosolutions.com
2025-12-31 13:31
HTTP/1.1 200 OK
Server: openresty
Date: Wed, 31 Dec 2025 13:31:46 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:443 · jaymaasarade.careinfosolutions.com
2025-12-31 13:31
HTTP/1.1 200 OK
Server: openresty
Date: Wed, 31 Dec 2025 13:31:34 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · jaymaasarade.careinfosolutions.com
2025-12-31 13:31
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 31 Dec 2025 13:31:34 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://jaymaasarade.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · naitikenterprises.careinfosolutions.com
2025-12-31 13:30
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 31 Dec 2025 13:30:48 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://naitikenterprises.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · naitikenterprises.careinfosolutions.com
2025-12-31 13:30
HTTP/1.1 200 OK
Server: openresty
Date: Wed, 31 Dec 2025 13:30:48 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · aaradhyaexim.careinfosolutions.com
2025-12-31 13:30
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 31 Dec 2025 13:30:47 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://aaradhyaexim.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · aaradhyaexim.careinfosolutions.com
2025-12-31 13:30
HTTP/1.1 200 OK
Server: openresty
Date: Wed, 31 Dec 2025 13:30:46 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · shreemaahardware.careinfosolutions.com
2025-12-31 13:30
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 31 Dec 2025 13:30:06 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://shreemaahardware.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · shreemaahardware.careinfosolutions.com
2025-12-31 13:30
HTTP/1.1 200 OK
Server: openresty
Date: Wed, 31 Dec 2025 13:30:07 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · bholenath.careinfosolutions.com
2025-12-31 13:29
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 31 Dec 2025 13:29:53 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://bholenath.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · bholenath.careinfosolutions.com
2025-12-31 13:29
HTTP/1.1 200 OK
Server: openresty
Date: Wed, 31 Dec 2025 13:29:54 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · ashishtraders.careinfosolutions.com
2025-12-31 13:29
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 31 Dec 2025 13:29:52 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://ashishtraders.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · ashishtraders.careinfosolutions.com
2025-12-31 13:29
HTTP/1.1 200 OK
Server: openresty
Date: Wed, 31 Dec 2025 13:29:53 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:443 · rajababu.careinfosolutions.com
2025-12-31 13:29
HTTP/1.1 200 OK
Server: openresty
Date: Wed, 31 Dec 2025 13:29:50 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · rajababu.careinfosolutions.com
2025-12-31 13:29
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 31 Dec 2025 13:29:51 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://rajababu.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · maashova.careinfosolutions.com
2025-12-31 13:29
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 31 Dec 2025 13:29:01 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://maashova.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · maashova.careinfosolutions.com
2025-12-31 13:29
HTTP/1.1 200 OK
Server: openresty
Date: Wed, 31 Dec 2025 13:29:01 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · careinfo.careinfosolutions.com
2025-12-31 13:28
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 31 Dec 2025 13:28:23 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://careinfo.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · careinfo.careinfosolutions.com
2025-12-31 13:28
HTTP/1.1 200 OK
Server: openresty
Date: Wed, 31 Dec 2025 13:28:23 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:443 · rabiraj.careinfosolutions.com
2025-12-31 13:28
HTTP/1.1 200 OK
Server: openresty
Date: Wed, 31 Dec 2025 13:28:18 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · rabiraj.careinfosolutions.com
2025-12-31 13:28
HTTP/1.1 301 Moved Permanently Server: openresty Date: Wed, 31 Dec 2025 13:28:18 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://rabiraj.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · kuppo.careinfosolutions.com
2025-12-30 13:26
HTTP/1.1 200 OK
Server: openresty
Date: Tue, 30 Dec 2025 13:26:20 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · kuppo.careinfosolutions.com
2025-12-30 13:26
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 30 Dec 2025 13:26:20 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://kuppo.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.magayatri.taxinfo.com.careinfosolutions.com
2025-12-30 13:26
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 30 Dec 2025 13:26:10 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://magayatri.taxinfo.com.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.magayatri.taxinfo.com.careinfosolutions.com
2025-12-30 13:26
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 30 Dec 2025 13:26:10 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://magayatri.taxinfo.com.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · account.careinfosolutions.com
2025-12-30 13:25
HTTP/1.1 200 OK
Server: openresty
Date: Tue, 30 Dec 2025 13:25:22 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · account.careinfosolutions.com
2025-12-30 13:25
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 30 Dec 2025 13:25:22 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://account.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.ravient.careinfosolutions.com
2025-12-30 13:24
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 30 Dec 2025 13:24:09 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://ravient.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.ravient.careinfosolutions.com
2025-12-30 13:24
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 30 Dec 2025 13:24:08 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://ravient.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 209.182.233.40:80 · www.bloomifynepal.careinfosolutions.com
2025-12-29 21:14
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 29 Dec 2025 21:14:49 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://bloomifynepal.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 209.182.233.40:443 · www.bloomifynepal.careinfosolutions.com
2025-12-29 21:14
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 29 Dec 2025 21:14:49 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://bloomifynepal.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.ansuika.taxinfo.com.np.careinfosolutions.com
2025-12-23 17:46
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 23 Dec 2025 17:46:53 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://ansuika.taxinfo.com.np.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.ansuika.taxinfo.com.np.careinfosolutions.com
2025-12-23 17:46
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 23 Dec 2025 17:46:53 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://ansuika.taxinfo.com.np.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · apiservice.careinfosolutions.com
2025-12-23 17:46
HTTP/1.1 200 OK
Server: openresty
Date: Tue, 23 Dec 2025 17:46:30 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2012
Connection: close
Vary: Accept, origin
Allow: GET, HEAD, OPTIONS
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Page title: CareInfo API
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>CareInfo API</title>
<link rel="icon" type="image/png" href="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/swagger-ui-dist/favicon-32x32.png"/>
<link rel="stylesheet" type="text/css" href="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/style.css"/>
<link rel="stylesheet" type="text/css" href="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/swagger-ui-dist/swagger-ui.css">
</head>
<body class="swagger-body">
<div id="swagger-ui"></div>
<script id="swagger-settings" type="application/json">{"docExpansion": "list", "deepLinking": false, "showExtensions": true, "defaultModelRendering": "model", "defaultModelExpandDepth": 3, "defaultModelsExpandDepth": 3, "showCommonExtensions": true, "supportedSubmitMethods": ["get", "put", "post", "delete", "options", "head", "patch", "trace"], "displayOperationId": true, "persistAuth": false, "refetchWithAuth": false, "refetchOnLogout": false, "fetchSchemaWithQuery": true}</script>
<script id="oauth2-config" type="application/json">{}</script>
<script src="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/swagger-ui-dist/swagger-ui-bundle.js"></script>
<script src="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/swagger-ui-dist/swagger-ui-standalone-preset.js"></script>
<script src="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/insQ.min.js"></script>
<script src="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/immutable.min.js"></script>
<script src="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/swagger-ui-init.js"></script>
<a id="oauth2-redirect-url" href="https://logistic-erp.s3.ap-south-1.amazonaws.com/static/drf-yasg/swagger-ui-dist/oauth2-redirect.html" class="hidden"></a>
</body>
</html>
Open service 13.201.159.12:80 · apiservice.careinfosolutions.com
2025-12-23 17:46
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 23 Dec 2025 17:46:30 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://apiservice.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.account.careinfosolutions.com
2025-12-23 17:44
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 23 Dec 2025 17:44:56 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://account.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.account.careinfosolutions.com
2025-12-23 17:44
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 23 Dec 2025 17:44:57 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://account.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.console.careinfosolutions.com
2025-12-23 17:44
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 23 Dec 2025 17:44:46 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://console.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.console.careinfosolutions.com
2025-12-23 17:44
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 23 Dec 2025 17:44:47 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://console.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · console.careinfosolutions.com
2025-12-23 17:43
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 23 Dec 2025 17:43:51 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://console.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · console.careinfosolutions.com
2025-12-23 17:43
HTTP/1.1 200 OK
Server: openresty
Date: Tue, 23 Dec 2025 17:43:51 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · www.rsenterprise.taxinfo.com.np.careinfosolutions.com
2025-12-23 17:43
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 23 Dec 2025 17:43:07 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://rsenterprise.taxinfo.com.np.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.rsenterprise.taxinfo.com.np.careinfosolutions.com
2025-12-23 17:43
HTTP/1.1 301 Moved Permanently Server: openresty Date: Tue, 23 Dec 2025 17:43:08 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://rsenterprise.taxinfo.com.np.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 209.182.233.40:443 · bloomifynepal.careinfosolutions.com
2025-12-22 21:12
HTTP/1.1 200 OK
Server: openresty
Date: Mon, 22 Dec 2025 21:12:13 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 1208
Connection: close
Vary: Accept-Encoding
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Page title: Package Expired
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Package Expired</title>
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
background-color: #f8f8f8;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
color: #333;
text-align: center;
}
.container {
max-width: 600px;
background-color: #fff;
padding: 40px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
h1 {
color: #e63946;
font-size: 2rem;
margin-bottom: 20px;
}
p {
font-size: 1.1rem;
margin: 10px 0;
}
.contact {
margin-top: 20px;
font-weight: bold;
}
</style>
</head>
<body>
<div class="container">
<h1>Package Expired</h1>
<p>This website is currently unavailable because the subscription has expired.</p>
<p>To restore access, please contact the administrator.</p>
<p class="contact">Email: <a href="mailto:info@careinfo.com.np">info@careinfo.com.np</a></p>
</div>
</body>
</html>
Open service 209.182.233.40:80 · bloomifynepal.careinfosolutions.com
2025-12-22 21:12
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 22 Dec 2025 21:12:12 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://bloomifynepal.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · engineerswroksshop.taxinf.careinfosolutions.com
2025-12-22 17:43
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 22 Dec 2025 17:43:56 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://engineerswroksshop.taxinf.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · engineerswroksshop.taxinf.careinfosolutions.com
2025-12-22 17:43
HTTP/1.1 200 OK
Server: openresty
Date: Mon, 22 Dec 2025 17:43:55 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:443 · www.newnishanttraders.careinfosolutions.com
2025-12-22 17:42
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 22 Dec 2025 17:42:44 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://newnishanttraders.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.newnishanttraders.careinfosolutions.com
2025-12-22 17:42
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 22 Dec 2025 17:42:44 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://newnishanttraders.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 209.182.233.40:80 · bnsaccessories.careinfosolutions.com
2025-12-21 21:12
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 21 Dec 2025 21:12:38 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://bnsaccessories.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 209.182.233.40:443 · bnsaccessories.careinfosolutions.com
2025-12-21 21:12
HTTP/1.1 200 OK
Server: openresty
Date: Sun, 21 Dec 2025 21:12:39 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 25953
Connection: close
Vary: Accept-Encoding
X-Frame-Options: DENY
Vary: Cookie
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Page title: |
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/svg+xml" href="None"/>
<!-- Charset (Defines Character Encoding) -->
<meta charset="UTF-8">
<meta property="og:site_name" content="">
<!-- Page Title (Most Important for SEO) -->
<title>|</title>
<!-- Meta Description (Improves Click-Through Rate) -->
<meta name="description"
content="">
<!-- Meta Keywords (Deprecated, but Some Search Engines May Use It) -->
<meta name="keywords" content="">
<!-- Robots Meta Tag (Controls Indexing and Crawling) -->
<meta name="robots" content="index, follow">
<!-- Canonical Tag (Prevents Duplicate Content Issues) -->
<link rel="canonical" href="">
<!-- Viewport (For Mobile Optimization) -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Open Graph Meta Tags (For Social Media Sharing - Facebook, LinkedIn) -->
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="">
<meta property="og:url" content="">
<meta property="og:type" content="website">
<!-- Twitter Cards (For Twitter Sharing) -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="">
<!-- Author Meta Tag (For Author Attribution) -->
<meta name="author" content="">
<!-- Language Meta Tag (Defines Page Language) -->
<link rel="stylesheet" href="/style-sheet/header/style.css">
<link rel="stylesheet" href="/style-sheet/home/style.css">
<link rel="stylesheet" href="/style-sheet/footer/style.css">
<script src="https://careinfo-solutions.s3.ap-south-1.amazonaws.com/tailwind/tailwind.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css"/>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<style>
:root {
--primary: ;
--secondary: ;
--accent: 136, 58, 234;
--accent-light: 224, 204, 250;
--accent-dark: 49, 10, 101;
--accent-gradient: linear-gradient(
45deg,
rgb(var(--accent)),
rgb(var(--accent-light)) 30%,
white 60%
);
}
.ripple {
position: absolute;
border-radius: 50%;
transform: scale(0);
animation: ripple 800ms linear;
background-color: rgba(255, 255, 255, 0.5);
pointer-events: none;
}
@keyframes ripple {
to {
transform: scale(4);
opacity: 0;
}
}
</style>
</head>
<body class="h-screen flex flex-col">
<body><div id="i3yh"><nav class="shadow-lg bg-white w-full default-navbar"><div class="container mx-auto px-4 py-2 flex items-center justify-between"><button id="menu-toggle" class="md:hidden p-2"><svg fill="none" width="20" xmlns="http://www.w3.org/2000/svg" height="21" viewBox="0 0 20 21"><path d="M17.2918 6.33326C17.2918 6.49902 17.2259 6.658 17.1087 6.77521C16.9915 6.89242 16.8325 6.95827 16.6668 6.95827H3.33326C3.1675 6.95827 3.00852 6.89242 2.89131 6.77521C2.7741 6.658 2.70825 6.49902 2.70825 6.33326C2.70825 6.1675 2.7741 6.00852 2.89131 5.89131C3.00852 5.7741 3.1675 5.70825 3.33326 5.70825H16.6668C16.8325 5.70825 16.9915 5.7741 17.1087 5.89131C17.2259 6.00852 17.2918 6.1675 17.2918 6.33326ZM17.2918 10.5C17.2918 10.6657 17.2259 10.8247 17.1087 10.9419C16.9915 11.0591 16.8325 11.125 16.6668 11.125H3.33326C3.1675 11.125 3.00852 11.0591 2.89131 10.9419C2.7741 10.8247 2.70825 10.6657 2.70825 10.5C2.70825 10.3342 2.7741 10.1753 2.89131 10.058C3.00852 9.94083 3.1675 9.87498 3.33326 9.87498H16.6668C16.8325 9.87498 16.9915 9.94083 17.1087 10.058C17.2259 10.1753 17.2918 10.3342 17.2918 10.5ZM17.2918 14.6667C17.2918 14.8325 17.2259 14.9914 17.1087 15.1087C16.9915 15.2259 16.8325 15.2917 1
Open service 13.201.159.12:80 · www.jaymaasarade.careinfosolutions.com
2025-12-21 17:41
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 21 Dec 2025 17:41:43 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://jaymaasarade.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.jaymaasarade.careinfosolutions.com
2025-12-21 17:41
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 21 Dec 2025 17:41:44 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://jaymaasarade.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · admin.bloomifynepal.careinfosolutions.com
2025-12-21 17:41
HTTP/1.1 200 OK
Server: openresty
Date: Sun, 21 Dec 2025 17:41:22 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · admin.bloomifynepal.careinfosolutions.com
2025-12-21 17:41
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 21 Dec 2025 17:41:22 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://admin.bloomifynepal.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.webhook.careinfosolutions.com
2025-12-21 01:07
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 21 Dec 2025 01:07:57 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://webhook.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.webhook.careinfosolutions.com
2025-12-21 01:07
HTTP/1.1 200 OK
Server: openresty
Date: Sun, 21 Dec 2025 01:07:57 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2212
Connection: close
Vary: Accept, Cookie, origin
Allow: GET, HEAD, OPTIONS
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
Set-Cookie: csrftoken=B6vMVSNc04D88rFG8vws8WoaduBvO8XP; expires=Sun, 20 Dec 2026 01:07:57 GMT; Max-Age=31449600; Path=/; SameSite=Lax
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Page title: Careinfo Webhooks
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Careinfo Webhooks</title>
<link rel="icon" type="image/png" href="/static/drf-yasg/swagger-ui-dist/favicon-32x32.png"/>
<link rel="stylesheet" type="text/css" href="/static/drf-yasg/style.css"/>
<link rel="stylesheet" type="text/css" href="/static/drf-yasg/swagger-ui-dist/swagger-ui.css">
</head>
<body class="swagger-body">
<div id="swagger-ui"></div>
<script id="swagger-settings" type="application/json">{"docExpansion": "list", "deepLinking": false, "showExtensions": true, "defaultModelRendering": "model", "defaultModelExpandDepth": 3, "defaultModelsExpandDepth": 3, "showCommonExtensions": true, "supportedSubmitMethods": ["get", "put", "post", "delete", "options", "head", "patch", "trace"], "displayOperationId": true, "persistAuth": false, "refetchWithAuth": false, "refetchOnLogout": false, "fetchSchemaWithQuery": true, "csrfCookie": "csrftoken", "csrfHeader": "X-CSRFTOKEN"}</script>
<script id="oauth2-config" type="application/json">{}</script>
<script src="/static/drf-yasg/swagger-ui-dist/swagger-ui-bundle.js"></script>
<script src="/static/drf-yasg/swagger-ui-dist/swagger-ui-standalone-preset.js"></script>
<script src="/static/drf-yasg/insQ.min.js"></script>
<script src="/static/drf-yasg/immutable.min.js"></script>
<script src="/static/drf-yasg/swagger-ui-init.js"></script>
<a id="oauth2-redirect-url" href="/static/drf-yasg/swagger-ui-dist/oauth2-redirect.html" class="hidden"></a>
<div id="django-session-auth" class="hidden">
<input type="hidden" name="csrfmiddlewaretoken" value="JSF3Ynjk00MfCy1Adgk98LEk7dxheFpcaO0FJ5WmQUfdAPw6bBGr6xSkaxYCSDcR">
<div class='btn authorize'>
<a id="auth" class="header__btn" href="/accounts/login/?next=/" data-sw-translate>
Django Login
</a>
</div>
</div>
</body>
</html>
Open service 13.201.159.12:443 · www.fashion.careinfosolutions.com
2025-12-21 01:07
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 21 Dec 2025 01:07:37 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://fashion.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.fashion.careinfosolutions.com
2025-12-21 01:07
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 21 Dec 2025 01:07:37 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://fashion.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · kart.danfe.careinfosolutions.com
2025-12-20 17:41
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sat, 20 Dec 2025 17:41:12 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://kart.danfe.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · kart.danfe.careinfosolutions.com
2025-12-20 17:41
HTTP/1.1 200 OK
Server: openresty
Date: Sat, 20 Dec 2025 17:41:12 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · admin.bnsaccessories.careinfosolutions.com
2025-12-20 17:40
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sat, 20 Dec 2025 17:40:50 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://admin.bnsaccessories.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · admin.bnsaccessories.careinfosolutions.com
2025-12-20 17:40
HTTP/1.1 200 OK
Server: openresty
Date: Sat, 20 Dec 2025 17:40:50 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · worldwidecourier.careinfosolutions.com
2025-12-20 17:39
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sat, 20 Dec 2025 17:39:45 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://worldwidecourier.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · worldwidecourier.careinfosolutions.com
2025-12-20 17:39
HTTP/1.1 200 OK
Server: openresty
Date: Sat, 20 Dec 2025 17:39:45 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:443 · oldtmc.careinfosolutions.com
2025-12-19 20:07
HTTP/1.1 200 OK
Server: openresty
Date: Fri, 19 Dec 2025 20:07:52 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · oldtmc.careinfosolutions.com
2025-12-19 20:07
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 19 Dec 2025 20:07:52 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://oldtmc.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · magayatri.taxinfo.com.careinfosolutions.com
2025-12-19 17:40
HTTP/1.1 200 OK
Server: openresty
Date: Fri, 19 Dec 2025 17:40:14 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · magayatri.taxinfo.com.careinfosolutions.com
2025-12-19 17:40
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 19 Dec 2025 17:40:13 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://magayatri.taxinfo.com.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · masoraent.taxinfo.com.np.careinfosolutions.com
2025-12-19 17:39
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 19 Dec 2025 17:40:00 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://masoraent.taxinfo.com.np.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · masoraent.taxinfo.com.np.careinfosolutions.com
2025-12-19 17:39
HTTP/1.1 200 OK
Server: openresty
Date: Fri, 19 Dec 2025 17:40:00 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:443 · www.abs.allumunium.careinfo.careinfosolutions.com
2025-12-19 17:39
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 19 Dec 2025 17:39:25 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://abs.allumunium.careinfo.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.abs.allumunium.careinfo.careinfosolutions.com
2025-12-19 17:39
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 19 Dec 2025 17:39:26 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://abs.allumunium.careinfo.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · abs.allumunium.careinfo.careinfosolutions.com
2025-12-19 17:37
HTTP/1.1 200 OK
Server: openresty
Date: Fri, 19 Dec 2025 17:37:43 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · abs.allumunium.careinfo.careinfosolutions.com
2025-12-19 17:37
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 19 Dec 2025 17:37:43 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://abs.allumunium.careinfo.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · laxmi.careinfo.com.careinfosolutions.com
2025-12-19 17:37
HTTP/1.1 200 OK
Server: openresty
Date: Fri, 19 Dec 2025 17:37:26 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 13.201.159.12:80 · laxmi.careinfo.com.careinfosolutions.com
2025-12-19 17:37
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 19 Dec 2025 17:37:26 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://laxmi.careinfo.com.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · ansuika.taxinfo.com.np.careinfosolutions.com
2025-12-19 17:36
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 19 Dec 2025 17:36:53 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://ansuika.taxinfo.com.np.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · ansuika.taxinfo.com.np.careinfosolutions.com
2025-12-19 17:36
HTTP/1.1 200 OK
Server: openresty
Date: Fri, 19 Dec 2025 17:36:52 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4468
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
Accept-Ranges: bytes
ETag: W/"1174-EHEYWvtr5hruIzR7iEIjSAcoETA"
Vary: Accept-Encoding
X-Frame-Options: DENY
Server: CareInfoSolutions
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
<!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></title>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="manifest" href="https://tenantcontrolservice.careinfosolutions.com/manifest.json">
<!--
Remove this if you only support browsers that support async/await.
This is needed by babel to share largeish helper code for compiling async/await in older
browsers. More information at https://github.com/single-spa/create-single-spa/issues/112
-->
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
<!--
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
Learn more about CSP policies at https://content-security-policy.com/#directive
-->
<!-- please enable this in productions -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->
<!-- <meta name="import-map-overrides-domains" content="denylist:prod.example.com" /> -->
<!-- Shared dependencies go into this import map. Your shared dependencies must be of one of the following formats:
1. System.register (preferred when possible) - https://github.com/systemjs/systemjs/blob/master/docs/system-register.md
2. UMD - https://github.com/umdjs/umd
3. Global variable
More information about shared dependencies can be found at https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps.
-->
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/import-map-overrides@2.2.0/dist/import-map-overrides.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/system.js"></script>
<script src="https://cdn.jsdelivr.net/npm/systemjs@6.8.3/dist/extras/amd.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #f3f4f6;">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script>
async function loadImportMap() {
try {
const response = await fetch('https://tenantcontrolservice.careinfosolutions.com/api/frontend-service/');
const data = await response.json();
const importMap = {
imports: {}
};
data.forEach(service => {
importMap.imports[service.path] = window.localStorage.getItem(`import-map-override:${service.path}`) ?? service.file_url;
});
// importMap.imports["@careinfo/root-config"] = "//localhost:9000/careinfo-root-config.js";
// Create a script element to hold the import map
const script = document.createElement('script');
script.type = 'systemjs-importmap';
script.textContent = JSON.stringify(importMap);
// Append the script element to the head
document.head.appendChild(script);
System.import('@careinfo/axios-service');
System.import('@careinfo/styleguide');
System.import('@careinfo/root-config');
// Initialize your single-spa applications here if needed
} catch (error) {
console.error('Error loading import map:', error);
}
}
// Load the import map
loadImportMap()
Open service 2600:9000:2368:2400:1c:7374:ef40:93a1:443 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 302 Moved Temporarily Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 07:44:10 GMT Location: https://www.careinfosolutions.com/ X-Cache: Miss from cloudfront Via: 1.1 1be5216f770ec05deb91e9e25b61b898.cloudfront.net (CloudFront) X-Amz-Cf-Pop: HEL51-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: JwIDva6o6Idt4J0Bnra35Ydy5bg7DoH0Q6T_ViiGauAmQPz7fmGupQ==
Open service 3.174.46.62:80 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 07:44:21 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://careinfosolutions.com/ X-Cache: Redirect from cloudfront Via: 1.1 278fc31388a17e0af9d84be18de80a5a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: XLM2InNajDfosHC9rHC9es3kRb39o1XRy4gl8rvnbvBxrDHX3hfXxw== 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 2600:9000:2368:3600:1c:7374:ef40:93a1:80 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 07:44:11 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://careinfosolutions.com/ X-Cache: Redirect from cloudfront Via: 1.1 209a6308b66314a59016528ef1c72bd4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: HEL51-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: Wb4mKZlayMtC_TkdJWnKO3QW_sfAp-CZ7KSCyh56WP3N_7BfzdyQiQ== 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 2600:9000:2368:ca00:1c:7374:ef40:93a1:443 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 302 Moved Temporarily Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 07:44:11 GMT Location: https://www.careinfosolutions.com/ X-Cache: Miss from cloudfront Via: 1.1 4aba10f1ef4bda5f7c1b86a07ca64264.cloudfront.net (CloudFront) X-Amz-Cf-Pop: HEL51-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: tmENh7bS_I1JlF0hF6rTAM8-KYiEwu9FgCrw2J5a7BJvZolaew-fQQ==
Open service 2600:9000:2368:b600:1c:7374:ef40:93a1:443 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 302 Moved Temporarily Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 07:44:11 GMT Location: https://www.careinfosolutions.com/ X-Cache: Miss from cloudfront Via: 1.1 7599c9263666c70e7c78c161a02a07f8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: HEL51-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: BsYwPkh08doBznZBV3URz2OfFtBjM7enGueP8HctesZqQw5d7JjHdw==
Open service 2600:9000:2368:4000:1c:7374:ef40:93a1:443 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 302 Moved Temporarily Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 07:44:11 GMT Location: https://www.careinfosolutions.com/ X-Cache: Miss from cloudfront Via: 1.1 11b1425a6d4f554d768315c2301c82b2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: HEL51-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: fWzKeXEQ2KB7_kb5mIKe2Bv6vWmfnFJst9q-BFb38taPHkBfSjx1MQ==
Open service 3.174.46.128:443 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 302 Moved Temporarily Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 07:44:11 GMT Location: https://www.careinfosolutions.com/ X-Cache: Miss from cloudfront Via: 1.1 93d781183bce1d007952de339c1bf1f4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: yfHmfFXFeYmnXNS35ce2WBbKN1s4fIO-iBcGryRAb0rIV3JUIDQ2Ng==
Open service 2600:9000:2368:4000:1c:7374:ef40:93a1:80 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 07:44:09 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://careinfosolutions.com/ X-Cache: Redirect from cloudfront Via: 1.1 95ad0c949c0fe7e97075c6690b8574aa.cloudfront.net (CloudFront) X-Amz-Cf-Pop: HEL51-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: EO_JF1rcb_QucRG0JeOsyTSu55xvPHmRkZT6-FJCbqGjTBF2Tz-5UQ== 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 2600:9000:2368:6a00:1c:7374:ef40:93a1:80 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 07:44:10 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://careinfosolutions.com/ X-Cache: Redirect from cloudfront Via: 1.1 128cb7a8cd56aa3f514b398965b3b96c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: HEL51-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 4I1me0geoLrv-9IE2U1CfOof1oTla-xutaWH5pt6rOsGLX7ejkbbcw== 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 2600:9000:2368:6a00:1c:7374:ef40:93a1:443 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 302 Moved Temporarily Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 07:44:09 GMT Location: https://www.careinfosolutions.com/ X-Cache: Miss from cloudfront Via: 1.1 f61b5f0e7797f894b382e612cda75fee.cloudfront.net (CloudFront) X-Amz-Cf-Pop: HEL51-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 47ytLD_i5uYkVJY5MYW0lW5Nle4FEp0KPQhq-FbueQKT0sGi6LKupQ==
Open service 2600:9000:2368:2400:1c:7374:ef40:93a1:80 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 07:44:09 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://careinfosolutions.com/ X-Cache: Redirect from cloudfront Via: 1.1 45ff2040e09b26d7b6a62f48718e1406.cloudfront.net (CloudFront) X-Amz-Cf-Pop: HEL51-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: KzvZSIYHJcCGTSJq3mFasMj2tRtPUi-bk8bF3a3L5ts0lao-lEWKxg== 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 2600:9000:2368:ca00:1c:7374:ef40:93a1:80 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 07:44:09 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://careinfosolutions.com/ X-Cache: Redirect from cloudfront Via: 1.1 d8b0b3928e53502c6ce822abc3cc3d70.cloudfront.net (CloudFront) X-Amz-Cf-Pop: HEL51-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 5obAG8aEzxyHou8lbfwbwm5zucL6k9uLIkJIJm6tEXgCnAnNSYIYeg== 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 2600:9000:2368:4600:1c:7374:ef40:93a1:443 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 302 Moved Temporarily Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 07:44:09 GMT Location: https://www.careinfosolutions.com/ X-Cache: Miss from cloudfront Via: 1.1 d3e98d8cca4d16199794e4f4191b942c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: HEL51-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: ZoczyL--gTIR3vTFGeC31absYwuN_j41od-IO-cKoR75lbXSRkq9fQ==
Open service 2600:9000:2368:3600:1c:7374:ef40:93a1:443 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 302 Moved Temporarily Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 07:44:10 GMT Location: https://www.careinfosolutions.com/ X-Cache: Miss from cloudfront Via: 1.1 8c6057fa6de6f566cdf8dbf994c18e80.cloudfront.net (CloudFront) X-Amz-Cf-Pop: HEL51-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 1-oEqQrCnm4mgjs9kZVNuQsm-T1XOgDWF_JBJF6RYJmdryAz70Hoiw==
Open service 2600:9000:2368:3c00:1c:7374:ef40:93a1:443 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 302 Moved Temporarily Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 07:44:09 GMT Location: https://www.careinfosolutions.com/ X-Cache: Miss from cloudfront Via: 1.1 2e0b0e777d576ee595b61a5d3b296990.cloudfront.net (CloudFront) X-Amz-Cf-Pop: HEL51-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: lTwljaVIjruhe96jfBsQ95A9l9JYtPbuX4Ez5vVgjguljzgBFnDADg==
Open service 2600:9000:2368:3c00:1c:7374:ef40:93a1:80 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 07:44:09 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://careinfosolutions.com/ X-Cache: Redirect from cloudfront Via: 1.1 9c694f7b7cdbe801cfaa4c7ea0f762fc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: HEL51-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 4zDPWOwddD3hw9FY4vEkoTO6S80W0DSi6ken2BFbMTHULBEaFLrO4Q== 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 2600:9000:2368:4600:1c:7374:ef40:93a1:80 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 07:44:09 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://careinfosolutions.com/ X-Cache: Redirect from cloudfront Via: 1.1 45ff2040e09b26d7b6a62f48718e1406.cloudfront.net (CloudFront) X-Amz-Cf-Pop: HEL51-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: -49wBseskpJgeVAaW4oInBpffUyhJ_4MWvxhkxmPGyPgOz1naQlkFQ== 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 2600:9000:2368:b600:1c:7374:ef40:93a1:80 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 07:44:09 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://careinfosolutions.com/ X-Cache: Redirect from cloudfront Via: 1.1 1c104af9dcb33e29b8c5ed9ebabafb86.cloudfront.net (CloudFront) X-Amz-Cf-Pop: HEL51-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: Rjz_BCmGdmKJiHC-tYuAb0p25VOrgtqQ7QLMWpBrvTOYe27o7I_KWA== 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 3.174.46.62:443 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 302 Moved Temporarily Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 07:44:09 GMT Location: https://www.careinfosolutions.com/ X-Cache: Miss from cloudfront Via: 1.1 8ca6d808eca447f641ca06cbc81bf1e2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 2ob3xeXAepkfyMFp0chXLJq_vv_z484EC6J7RJt-dDUTMpqs-CZ_iA==
Open service 3.174.46.128:80 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 07:44:09 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://careinfosolutions.com/ X-Cache: Redirect from cloudfront Via: 1.1 278fc31388a17e0af9d84be18de80a5a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: iku3-1Mu8rffN6rkrJaRRJmedKAGZjQinhVJUUFHXnDZb7Ajh7Sfcg== 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 3.174.46.16:80 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 07:44:09 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://careinfosolutions.com/ X-Cache: Redirect from cloudfront Via: 1.1 90a1c9bfae56eb9062f3a496d1877f0c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: NYf43e4oUwFRCf3LwGKi3RZIMJpnoYWuJzj8OCOc_yb-C_zK6ILINg== 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 3.174.46.16:443 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 302 Moved Temporarily Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 07:44:09 GMT Location: https://www.careinfosolutions.com/ X-Cache: Miss from cloudfront Via: 1.1 5510ba86e3df44d161d0304fbdee228c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: arhGGrgNvjuEClxTcuFg5xpp05ZR7LuU_MrmgctVYO9Drl1aiYDCEA==
Open service 3.174.46.89:80 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 07:44:09 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://careinfosolutions.com/ X-Cache: Redirect from cloudfront Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 5y8qoRUjP7EIxyX3YCjE48MnVixlchdGFzPv4KwBS-B99LeIFa8gxQ== 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 3.174.46.89:443 · careinfosolutions.com
2025-12-19 07:44
HTTP/1.1 302 Moved Temporarily Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 07:44:09 GMT Location: https://www.careinfosolutions.com/ X-Cache: Miss from cloudfront Via: 1.1 1ff7b3dffc71b149c2f0fa89757c1bd6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 0KEkHvjehBzmCuXIdmyaK79VDPXRB505m66swNYhQ0HW9NGhtoJgkw==
Open service 13.201.159.12:443 · www.helloservice.careinfosolutions.com
2025-12-19 01:09
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 19 Dec 2025 01:09:41 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://helloservice.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.helloservice.careinfosolutions.com
2025-12-19 01:09
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 19 Dec 2025 01:09:40 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://helloservice.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:443 · www.document.danfe.careinfosolutions.com
2025-12-19 01:07
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 19 Dec 2025 01:07:46 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://document.danfe.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 13.201.159.12:80 · www.document.danfe.careinfosolutions.com
2025-12-19 01:07
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 19 Dec 2025 01:07:46 GMT Content-Type: text/html Content-Length: 166 Connection: close Location: https://document.danfe.careinfosolutions.com/ X-Frame-Options: DENY Server: CareInfoSolutions X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
www.courier.careinfosolutions.com 2 collection.careinfosolutions.com 1 theggo.careinfosolutions.com 1 www.masoraent.taxinfo.com.np.careinfosolutions.com 1 aamatrek.careinfosolutions.com 1 www.aamatrek.careinfosolutions.com 1 app.careinfosolutions.com 1 www.goodluckcargo.com.np.careinfosolutions.com 1 tenantcontrolservice.careinfosolutions.com 1 www.dev.reliablecargo.careinfosolutions.com 1 goodluckcargo.com.np.careinfosolutions.com 1 www.aaradhyaexim.careinfosolutions.com 1 www.rabiraj.careinfosolutions.com 1 imperial.careinfosolutions.com 1 www.ashishtraders.careinfosolutions.com 1 logisticservice.careinfosolutions.com 1 logistic.careinfosolutions.com 1 www.logistic.careinfosolutions.com 1 www.magayatri.taxinfo.com.careinfosolutions.com 3 www.rajababu.careinfosolutions.com 1 courier.careinfosolutions.com 1 www.shardware.careinfosolutions.com 1 www.maashova.careinfosolutions.com 1 kdmexpress.careinfosolutions.com 1 devenvservice.careinfosolutions.com 1 www.radhikahardware.careinfosolutions.com 1 mukesh.taxinfo.com.np.careinfosolutions.com 1 radhikahardware.careinfosolutions.com 1 apiservice.careinfosolutions.com 3 shardware.careinfosolutions.com 1 qualitysteel.careinfosolutions.com 1 newakc.careinfosolutions.com 1 jaymaasarade.careinfosolutions.com 1 naitikenterprises.careinfosolutions.com 1 aaradhyaexim.careinfosolutions.com 1 shreemaahardware.careinfosolutions.com 1 bholenath.careinfosolutions.com 1 ashishtraders.careinfosolutions.com 1 rajababu.careinfosolutions.com 1 maashova.careinfosolutions.com 1 careinfo.careinfosolutions.com 1 rabiraj.careinfosolutions.com 1 kuppo.careinfosolutions.com 1 account.careinfosolutions.com 1 www.ravient.careinfosolutions.com 1 www.bloomifynepal.careinfosolutions.com 1 www.ansuika.taxinfo.com.np.careinfosolutions.com 1 www.account.careinfosolutions.com 1 www.console.careinfosolutions.com 1 console.careinfosolutions.com 1 www.rsenterprise.taxinfo.com.np.careinfosolutions.com 1 bloomifynepal.careinfosolutions.com 1 engineerswroksshop.taxinf.careinfosolutions.com 1 www.newnishanttraders.careinfosolutions.com 1 bnsaccessories.careinfosolutions.com 1 www.jaymaasarade.careinfosolutions.com 1 admin.bloomifynepal.careinfosolutions.com 1 www.webhook.careinfosolutions.com 1 www.fashion.careinfosolutions.com 1 kart.danfe.careinfosolutions.com 1 admin.bnsaccessories.careinfosolutions.com 1 worldwidecourier.careinfosolutions.com 1 oldtmc.careinfosolutions.com 1 magayatri.taxinfo.com.careinfosolutions.com 1 masoraent.taxinfo.com.np.careinfosolutions.com 1 www.abs.allumunium.careinfo.careinfosolutions.com 1 abs.allumunium.careinfo.careinfosolutions.com 1 laxmi.careinfo.com.careinfosolutions.com 1 ansuika.taxinfo.com.np.careinfosolutions.com 1 careinfosolutions.com 23 www.helloservice.careinfosolutions.com 1 www.document.danfe.careinfosolutions.com 1
13.201.159.12 134 209.182.233.40 8 2600:9000:2368:2400:1c:7374:ef40:93a1 1 3.174.46.62 1 2600:9000:2368:3600:1c:7374:ef40:93a1 1 2600:9000:2368:ca00:1c:7374:ef40:93a1 1 2600:9000:2368:b600:1c:7374:ef40:93a1 1 2600:9000:2368:4000:1c:7374:ef40:93a1 1 3.174.46.128 1 2600:9000:2368:6a00:1c:7374:ef40:93a1 1 2600:9000:2368:4600:1c:7374:ef40:93a1 1 2600:9000:2368:3c00:1c:7374:ef40:93a1 1 3.174.46.16 1 3.174.46.89 1