cloudflare
tcp/443 tcp/80 tcp/8443
Open service 172.67.142.101:80 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 301 Moved Permanently Date: Sun, 11 Jan 2026 19:41:18 GMT Content-Length: 0 Connection: close Location: https://www.edgevanapy.com/ Server-Timing: cfEdge;dur=10,cfOrigin;dur=0 Server: cloudflare CF-RAY: 9bc6e40efb48b403-SIN alt-svc: h3=":443"; ma=86400
Open service 104.21.63.15:80 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 301 Moved Permanently Date: Sun, 11 Jan 2026 19:41:18 GMT Content-Length: 0 Connection: close Location: https://www.edgevanapy.com/ Server-Timing: cfEdge;dur=13,cfOrigin;dur=0 Server: cloudflare CF-RAY: 9bc6e40efe95893c-SIN alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3030::6815:3f0f:443 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:41:18 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e40fcda743a4-EWR
CF-Cache-Status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=310,cfOrigin;dur=0
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
Vary: accept-encoding
alt-svc: h3=":443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"18033e5806a64c0a976431c8397a82a0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 172.67.142.101:443 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:41:18 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e4102c179905-BOM
CF-Cache-Status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=135,cfOrigin;dur=0
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
Vary: accept-encoding
alt-svc: h3=":443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"18033e5806a64c0a976431c8397a82a0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 2606:4700:3033::ac43:8e65:443 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:41:18 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e40f5e25d3a9-FRA
CF-Cache-Status: DYNAMIC
Vary: accept-encoding
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
alt-svc: h3=":443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
</body>
</html>
Open service 2606:4700:3033::ac43:8e65:80 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 301 Moved Permanently Date: Sun, 11 Jan 2026 19:41:18 GMT Content-Length: 0 Connection: close Location: https://www.edgevanapy.com/ Server-Timing: cfEdge;dur=14,cfOrigin;dur=0 Server: cloudflare CF-RAY: 9bc6e40e3a5536fe-YYZ alt-svc: h3=":443"; ma=86400
Open service 104.21.63.15:443 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:41:18 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e40f79fe3d85-EWR
CF-Cache-Status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=98,cfOrigin;dur=0
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
Vary: accept-encoding
alt-svc: h3=":443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"18033e5806a64c0a976431c8397a82a0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 2606:4700:3030::6815:3f0f:8443 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:41:18 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e40e8fedbebc-LHR
CF-Cache-Status: DYNAMIC
Vary: accept-encoding
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
alt-svc: h3=":8443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
</body>
</html>
Open service 2606:4700:3033::ac43:8e65:8443 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:41:18 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e40f18621da2-FRA
CF-Cache-Status: DYNAMIC
Vary: accept-encoding
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
alt-svc: h3=":8443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
</body>
</html>
Open service 172.67.142.101:8443 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:41:19 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e4105f277396-SJC
CF-Cache-Status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=236,cfOrigin;dur=0
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
Vary: accept-encoding
alt-svc: h3=":8443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"18033e5806a64c0a976431c8397a82a0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 2606:4700:3030::6815:3f0f:80 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 301 Moved Permanently Date: Sun, 11 Jan 2026 19:41:18 GMT Content-Length: 0 Connection: close Location: https://www.edgevanapy.com/ Server-Timing: cfEdge;dur=12,cfOrigin;dur=0 Server: cloudflare CF-RAY: 9bc6e40dfbc6707f-SJC alt-svc: h3=":443"; ma=86400
Open service 104.21.63.15:8443 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:41:18 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e40f58f5ab2e-YYZ
CF-Cache-Status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=124,cfOrigin;dur=0
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
Vary: accept-encoding
alt-svc: h3=":8443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"18033e5806a64c0a976431c8397a82a0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>