Apache
tcp/443
Apache 2.4.38
tcp/443
Kestrel
tcp/443 tcp/80
gunicorn
tcp/443
nginx 1.28.0
tcp/443
nginx
tcp/443 tcp/80
nginx 1.29.4
tcp/443
nginx 1.29.1
tcp/443
nginx 1.18.0
tcp/443
waitress
tcp/443
Exposing Swagger/OpenAPI documentation is primarily a risk if your API has underlying security flaws, as it gives attackers a precise roadmap to find them.
Those detail every endpoint, parameter, and data model, making it easier to discover and exploit vulnerabilities like broken access control or injection points.
While a perfectly secure API mitigates the danger, protecting your documentation is a critical layer of defense that forces attackers to work without a map.
Severity: info
Fingerprint: 5733ddf49ff49cd151e75e4b7cc87299f3fa1eaf75e25308b049b6d1ccc26d81
Public Swagger UI/API detected at path: /v3/api-docs - sample paths:
GET /api/v1/admin/data-dashboard-balance
GET /api/v1/admin/data-dashboard-pool
GET /api/v1/auth/my-profile
GET /api/v1/auth/validate-unique-email-username
GET /api/v1/auth/validate-unique-phone-number
GET /api/v1/auth/validation-status
GET /api/v1/balance/deposit-list
GET /api/v1/balance/pool-transaction-list
GET /api/v1/balance/user-wallet-list
GET /api/v1/balance/withdrawal-list
GET /api/v1/confidence-pick/determine-winners
GET /api/v1/confidence-pick/user/{userId}
GET /api/v1/confidence-pick/{id}
GET /api/v1/confidence-pools/all-enrolls/{poolId}
GET /api/v1/confidence-pools/due-date
GET /api/v1/confidence-pools/ended
GET /api/v1/confidence-pools/enrolled-pools
GET /api/v1/confidence-pools/initial
GET /api/v1/confidence-pools/{poolId}/my-ranking
GET /api/v1/confidence-pools/{poolId}/ranking
GET /api/v1/fav-teams/{userId}
GET /api/v1/mock/sportsdata/schedule/{season}
GET /api/v1/mock/sportsdata/scores/{season}/{week}
GET /api/v1/mock/sportsdata/teams
GET /api/v1/mock/sportsdata/timeframes/{timeframeTypeEnm}
GET /api/v1/notifications/pending
GET /api/v1/notifications/{userId}
GET /api/v1/payments/checkouts/{checkoutId}
GET /api/v1/payments/onhold-withdrawals
GET /api/v1/payments/withdrawals/cards
GET /api/v1/payments/withdrawals/skrill
GET /api/v1/payments/withdrawals/{id}
GET /api/v1/pools
GET /api/v1/pools/all-enrolls/{poolId}
GET /api/v1/pools/enrolled-matches-data/{enrolledId}
GET /api/v1/pools/enrolled-pools
GET /api/v1/pools/initial
GET /api/v1/pools/my-enroll/{enrolledId}
GET /api/v1/pools/my-enrolls
GET /api/v1/pools/next-due-date
GET /api/v1/pools/survivor-list/{poolId}
GET /api/v1/pools/{loggedInUserId}/{poolId}/team-picks
GET /api/v1/pools/{poolId}/enrollments/{enrolledId}/team-picks
GET /api/v1/pools/{poolId}/last-pick/{userId}
GET /api/v1/reports/transactions
GET /api/v1/setting
GET /api/v1/sportsdata/cacheddata
GET /api/v1/sportsdata/current-week-games
GET /api/v1/sportsdata/schedules/{season}
GET /api/v1/sportsdata/scoresbyweek/{season}/{week}
GET /api/v1/sportsdata/teams
GET /api/v1/sportsdata/timeframes/{timeframeType}
GET /api/v1/user-terms-acceptance/all-by-user-id/{userId}
GET /api/v1/wallet
GET /api/v1/wallet/balance
GET /api/v2/confidence-pools/due-date
GET /api/v2/pools/next-due-date
PATCH /api/v1/payments/onhold-withdrawals/{id}/approve/{approved}
POST /api/v1/auth/ban-user
POST /api/v1/auth/connect/token
POST /api/v1/auth/invite-user
POST /api/v1/auth/login
POST /api/v1/auth/logout
POST /api/v1/auth/otp/email
POST /api/v1/auth/otp/email/verify
POST /api/v1/auth/otp/sms
POST /api/v1/auth/otp/sms/verify
POST /api/v1/auth/refresh
POST /api/v1/auth/resend-email-verification
POST /api/v1/auth/send-reset-password-link
POST /api/v1/auth/signup
POST /api/v1/auth/update-password
POST /api/v1/auth/update-phone-number
POST /api/v1/auth/validate-signup-coords
POST /api/v1/confidence-pick/register
POST /api/v1/confidence-pools/autopick
POST /api/v1/confidence-pools/confidence/enroll/{poolId}
POST /api/v1/confidence-pools/start
POST /api/v1/crons/confidence-picks/winner
POST /api/v1/crons/confidence-pools/autopick
POST /api/v1/crons/confidence-pools/start
POST /api/v1/crons/nfl/refresh-data
POST /api/v1/crons/nfl/refresh-data-with-params
POST /api/v1/crons/notifications/email
POST /api/v1/crons/notifications/push-reminders
POST /api/v1/crons/pools/lock-picks
POST /api/v1/crons/pools/set-pools-in-progress
POST /api/v1/crons/pools/unlock-picks
POST /api/v1/crons/profiles/timeout-id-review
POST /api/v1/crons/skills/change
POST /api/v1/crons/withdrawals/pending
POST /api/v1/fav-teams/save
POST /api/v1/identity/restart
POST /api/v1/identity/validate-id
POST /api/v1/mock/sportsdata/lock-pool-picks
POST /api/v1/mock/sportsdata/notification-email-sunday
POST /api/v1/mock/sportsdata/notification-email-thursday
POST /api/v1/mock/sportsdata/refresh-data
POST /api/v1/mock/sportsdata/set-current-timeframe
POST /api/v1/mock/sportsdata/set-pools-in-progress
POST /api/v1/mock/sportsdata/unlock-pool-picks
POST /api/v1/notifications/mark-read/{notificationId}
POST /api/v1/otp/generate
POST /api/v1/otp/verify
POST /api/v1/payments/checkouts
POST /api/v1/payments/withdrawal
POST /api/v1/pools/enroll/{poolId}
POST /api/v1/pools/select-winner
POST /api/v1/pools/update-select-winner
POST /api/v1/push-notifications/save-token
POST /api/v1/radar/webhook
POST /api/v1/user-terms-acceptance
PUT /api/v1/confidence-pools/{poolId}/confirm-pick/{confidencePickId}
Severity: info
Fingerprint: 5733ddf49ff49cd151e75e4b7cc87299f3fa1eaf75e25308b049b6d105239fc0
Public Swagger UI/API detected at path: /v3/api-docs - sample paths:
GET /api/v1/admin/data-dashboard-balance
GET /api/v1/admin/data-dashboard-pool
GET /api/v1/auth/my-profile
GET /api/v1/auth/validate-unique-email-username
GET /api/v1/auth/validate-unique-phone-number
GET /api/v1/auth/validation-status
GET /api/v1/balance/deposit-list
GET /api/v1/balance/pool-transaction-list
GET /api/v1/balance/user-wallet-list
GET /api/v1/balance/withdrawal-list
GET /api/v1/confidence-pick/determine-winners
GET /api/v1/confidence-pick/user/{userId}
GET /api/v1/confidence-pick/{id}
GET /api/v1/confidence-pools/all-enrolls/{poolId}
GET /api/v1/confidence-pools/due-date
GET /api/v1/confidence-pools/ended
GET /api/v1/confidence-pools/enrolled-pools
GET /api/v1/confidence-pools/initial
GET /api/v1/confidence-pools/{poolId}/my-ranking
GET /api/v1/confidence-pools/{poolId}/ranking
GET /api/v1/fav-teams/{userId}
GET /api/v1/mock/sportsdata/schedule/{season}
GET /api/v1/mock/sportsdata/scores/{season}/{week}
GET /api/v1/mock/sportsdata/teams
GET /api/v1/mock/sportsdata/timeframes/{timeframeTypeEnm}
GET /api/v1/notifications/pending
GET /api/v1/notifications/{userId}
GET /api/v1/payments/checkouts/{checkoutId}
GET /api/v1/payments/onhold-withdrawals
GET /api/v1/payments/withdrawals/cards
GET /api/v1/payments/withdrawals/skrill
GET /api/v1/payments/withdrawals/{id}
GET /api/v1/pools
GET /api/v1/pools/all-enrolls/{poolId}
GET /api/v1/pools/enrolled-matches-data/{enrolledId}
GET /api/v1/pools/enrolled-pools
GET /api/v1/pools/initial
GET /api/v1/pools/my-enroll/{enrolledId}
GET /api/v1/pools/my-enrolls
GET /api/v1/pools/next-due-date
GET /api/v1/pools/survivor-list/{poolId}
GET /api/v1/pools/{loggedInUserId}/{poolId}/team-picks
GET /api/v1/pools/{poolId}/enrollments/{enrolledId}/team-picks
GET /api/v1/pools/{poolId}/last-pick/{userId}
GET /api/v1/reports/transactions
GET /api/v1/setting
GET /api/v1/sportsdata/cacheddata
GET /api/v1/sportsdata/current-week-games
GET /api/v1/sportsdata/schedules/{season}
GET /api/v1/sportsdata/scoresbyweek/{season}/{week}
GET /api/v1/sportsdata/teams
GET /api/v1/sportsdata/timeframes/{timeframeType}
GET /api/v1/user-terms-acceptance/all-by-user-id/{userId}
GET /api/v1/wallet
GET /api/v1/wallet/balance
GET /api/v2/confidence-pools/due-date
GET /api/v2/pools/next-due-date
PATCH /api/v1/payments/onhold-withdrawals/{id}/approve/{approved}
POST /api/v1/auth/ban-user
POST /api/v1/auth/connect/token
POST /api/v1/auth/invite-user
POST /api/v1/auth/login
POST /api/v1/auth/logout
POST /api/v1/auth/otp/email
POST /api/v1/auth/otp/email/verify
POST /api/v1/auth/otp/sms
POST /api/v1/auth/otp/sms/verify
POST /api/v1/auth/refresh
POST /api/v1/auth/resend-email-verification
POST /api/v1/auth/send-reset-password-link
POST /api/v1/auth/signup
POST /api/v1/auth/update-password
POST /api/v1/auth/update-phone-number
POST /api/v1/auth/validate-signup-coords
POST /api/v1/confidence-pick/register
POST /api/v1/confidence-pools/autopick
POST /api/v1/confidence-pools/confidence/enroll/{poolId}
POST /api/v1/confidence-pools/start
POST /api/v1/crons/confidence-picks/winner
POST /api/v1/crons/confidence-pools/autopick
POST /api/v1/crons/confidence-pools/start
POST /api/v1/crons/nfl/refresh-data
POST /api/v1/crons/nfl/refresh-data-with-params
POST /api/v1/crons/notifications/email
POST /api/v1/crons/pools/lock-picks
POST /api/v1/crons/pools/set-pools-in-progress
POST /api/v1/crons/pools/unlock-picks
POST /api/v1/crons/profiles/timeout-id-review
POST /api/v1/crons/skills/change
POST /api/v1/crons/withdrawals/pending
POST /api/v1/fav-teams/save
POST /api/v1/identity/restart
POST /api/v1/identity/validate-id
POST /api/v1/mock/sportsdata/lock-pool-picks
POST /api/v1/mock/sportsdata/notification-email-sunday
POST /api/v1/mock/sportsdata/notification-email-thursday
POST /api/v1/mock/sportsdata/refresh-data
POST /api/v1/mock/sportsdata/set-current-timeframe
POST /api/v1/mock/sportsdata/set-pools-in-progress
POST /api/v1/mock/sportsdata/unlock-pool-picks
POST /api/v1/notifications/mark-read/{notificationId}
POST /api/v1/otp/generate
POST /api/v1/otp/verify
POST /api/v1/payments/checkouts
POST /api/v1/payments/withdrawal
POST /api/v1/pools/enroll/{poolId}
POST /api/v1/pools/select-winner
POST /api/v1/pools/update-select-winner
POST /api/v1/push-notifications/save-token
POST /api/v1/radar/webhook
POST /api/v1/user-terms-acceptance
PUT /api/v1/confidence-pools/{poolId}/confirm-pick/{confidencePickId}
ViteJS development environment found and vulnerable to CVE-2025-30208
Severity: critical
Fingerprint: ebb688b314690472074e858154d682968e092245f1c691d7e5ca25b08e0cded6
Found vulnerable ViteJS development environment: Affected by CVE-2025-30208 Environment: DOTNET_STARTUP_HOOKS=/agents/core/StartupHook/Microsoft.ApplicationInsights.StartupHook.dll APPSETTING_VITE_AZURE_AD_CLIENT_ID=969560d5-e293-4ce6-ae2e-1ce9f6146591 WEBSITES_ENABLE_APP_SERVICE_STORAGE=false FUNCTIONS_RUNTIME_SCALE_MONITORING_ENABLED=0 npm_config_user_agent=npm/10.8.2 node/v20.18.1 linux x64 workspaces/false JAVA_TOOL_OPTIONS=-javaagent:/agents/java/applicationinsights-agent-codeless.jar PLATFORM_VERSION=104.0.7.235 NODE_VERSION=20.18.1 REGION_NAME=westus ApplicationInsightsAgent_EXTENSION_VERSION=disabled APPSETTING_PORT=8080 APPSETTING_FUNCTIONS_RUNTIME_SCALE_MONITORING_ENABLED=0 HOSTNAME=a92d42fbc0d6 WEBSITE_INSTANCE_ID=cee1806b18d53116adf241f2290886da9839f696d138820fc11deaf24ff83510 YARN_VERSION=1.22.22 APPSETTING_WEBSITES_ENABLE_APP_SERVICE_STORAGE=false npm_node_execpath=/usr/local/bin/node SHLVL=2 npm_config_noproxy= PORT=8080 WEBSITE_RESOURCE_GROUP=rg-novelscape HOME=/root WEBSITE_HOME_STAMPNAME=waws-prod-bay-129 npm_package_json=/usr/src/app/client/package.json APPSETTING_ApplicationInsightsAgent_EXTENSION_VERSION=~3 NODE_OPTIONS=--require /agents/nodejs/build/src/Loader.js ScmType=None REMOTEDEBUGGINGVERSION=17.6.10930.2695 XDT_MicrosoftApplicationInsights_Mode=Recommended npm_config_userconfig=/root/.npmrc npm_config_local_prefix=/usr/src/app/client APPINSIGHTS_ENABLED=false WEBSITE_HOSTNAME=novelscape-hrc5hnhuhnfce0e3.westus-01.azurewebsites.net COLOR=0 WEBSITE_STACK=DOCKER WEBSITE_AUTH_LOGOUT_PATH=/.auth/logout NUM_CORES=1 WEBSITE_ROLE_INSTANCE_ID=7963 APPSETTING_REMOTEDEBUGGINGVERSION=17.6.10930.2695 APPSETTING_WEBSITE_AUTH_LOGOUT_PATH=/.auth/logout WEBSITE_AUTH_ENCRYPTION_KEY=AB07A7BF4CE19133C438575D68094ADCFEBD7CF32C623985F137703E85BB1462 npm_config_prefix=/usr/local npm_config_npm_version=10.8.2 WEBSITE_ISOLATION=lxc APPSETTING_VITE_API_URL=https://novelscape-api.azurewebsites.net APPLICATIONINSIGHTS_DIAGNOSTICS_OUTPUT_DIRECTORY=/var/log/applicationinsights/ npm_config_cache=/root/.npm WEBSITE_SITE_NAME=novelscape WEBSITE_DEPLOYMENT_ID=novelscape npm_config_node_gyp=/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js PATH=/usr/src/app/client/node_modules/.bin:/usr/src/app/node_modules/.bin:/usr/src/node_modules/.bin:/usr/node_modules/.bin:/node_modules/.bin:/usr/local/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin VITE_AZURE_AD_CLIENT_ID=969560d5-e293-4ce6-ae2e-1ce9f6146591 NODE=/usr/local/bin/node npm_package_name=frontend WEBSITE_AUTH_AUTO_AAD=False APPSETTING_WEBSITE_SITE_NAME=novelscape WEBSITE_AUTH_ENABLED=False APPSETTING_WEBSITE_AUTH_AUTO_AAD=False npm_lifecycle_script=vite --port 8080 --host APPSETTING_WEBSITE_AUTH_ENABLED=False npm_package_version=0.0.0 npm_lifecycle_event=start WEBSITE_OWNER_NAME=305f59a8-66ee-46cd-9c1d-da0b199ab893+rg-novelscape-WestUSwebspace-Linux APPLICATIONINSIGHTS_CONNECTION_STRING=InstrumentationKey=46dcadb7-ab6c-4524-a1bf-eb2d3419d129;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus.livediagnostics.monitor.azure.com/;ApplicationId=84b81e31-5267-4a34-a207-fba92ecfdb9b npm_config_globalconfig=/usr/local/etc/npmrc npm_config_init_module=/root/.npm-init.js ASPNETCORE_HOSTINGSTARTUPASSEMBLIES=Microsoft.ApplicationInsights.StartupBootstrapper APPSETTING_APPLICATIONINSIGHTS_CONNECTION_STRING=InstrumentationKey=46dcadb7-ab6c-4524-a1bf-eb2d3419d129;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus.livediagnostics.monitor.azure.com/;ApplicationId=84b81e31-5267-4a34-a207-fba92ecfdb9b PWD=/usr/src/app/client npm_execpath=/usr/local/lib/node_modules/npm/bin/npm-cli.js WEBSITE_SSH_ENABLED=1 COMPUTERNAME=lw0sdlwk000657 npm_config_global_prefix=/usr/local npm_command=start APPSETTING_XDT_MicrosoftApplicationInsights_Mode=Recommended WEBSITE_AUTH_SIGNING_KEY=5CF1E4CD29893053CDE9833BF90E56F291020868715E9BB185CD461837E2870E APPSETTING_ScmType=None VITE_API_URL=https://novelscape-api.azurewebsites.net WEBSITE_SKU=Basic INIT_CWD=/usr/src/app/client EDITOR=vi
Severity: critical
Fingerprint: ebb688b314690472074e858154d682968e092245f1c691d7e5ca25b01d697938
Found vulnerable ViteJS development environment: Affected by CVE-2025-30208 Environment: DOTNET_STARTUP_HOOKS=/agents/core/StartupHook/Microsoft.ApplicationInsights.StartupHook.dll APPSETTING_VITE_AZURE_AD_CLIENT_ID=969560d5-e293-4ce6-ae2e-1ce9f6146591 WEBSITES_ENABLE_APP_SERVICE_STORAGE=false FUNCTIONS_RUNTIME_SCALE_MONITORING_ENABLED=0 npm_config_user_agent=npm/10.8.2 node/v20.18.1 linux x64 workspaces/false NODE_VERSION=20.18.1 PLATFORM_VERSION=104.0.7.217 JAVA_TOOL_OPTIONS=-javaagent:/agents/java/applicationinsights-agent-codeless.jar REGION_NAME=westus WEBSITE_INSTANCE_ID=be9fa3729fa5db3206475eaa20a524cf2faef1855fba616392b28f382f886889 ApplicationInsightsAgent_EXTENSION_VERSION=disabled HOSTNAME=novelscape-4b0374c4 APPSETTING_WEBSITES_ENABLE_APP_SERVICE_STORAGE=false YARN_VERSION=1.22.22 APPSETTING_FUNCTIONS_RUNTIME_SCALE_MONITORING_ENABLED=0 APPSETTING_PORT=8080 npm_node_execpath=/usr/local/bin/node SHLVL=2 npm_config_noproxy= WEBSITE_RESOURCE_GROUP=rg-novelscape PORT=8080 HOME=/root WEBSITE_HOME_STAMPNAME=waws-prod-bay-129 npm_package_json=/usr/src/app/client/package.json APPSETTING_ApplicationInsightsAgent_EXTENSION_VERSION=~3 ScmType=None NODE_OPTIONS=--require /agents/nodejs/build/src/Loader.js REMOTEDEBUGGINGVERSION=17.6.10930.2695 XDT_MicrosoftApplicationInsights_Mode=Recommended npm_config_userconfig=/root/.npmrc npm_config_local_prefix=/usr/src/app/client APPINSIGHTS_ENABLED=false WEBSITE_HOSTNAME=novelscape-hrc5hnhuhnfce0e3.westus-01.azurewebsites.net COLOR=0 WEBSITE_AUTH_LOGOUT_PATH=/.auth/logout NUM_CORES=1 WEBSITE_STACK=DOCKER APPSETTING_REMOTEDEBUGGINGVERSION=17.6.10930.2695 WEBSITE_ROLE_INSTANCE_ID=2878 WEBSITE_AUTH_ENCRYPTION_KEY=AB07A7BF4CE19133C438575D68094ADCFEBD7CF32C623985F137703E85BB1462 APPSETTING_WEBSITE_AUTH_LOGOUT_PATH=/.auth/logout npm_config_prefix=/usr/local npm_config_npm_version=10.8.2 WEBSITE_ISOLATION=lxc APPSETTING_VITE_API_URL=https://novelscape-api.azurewebsites.net APPLICATIONINSIGHTS_DIAGNOSTICS_OUTPUT_DIRECTORY=/var/log/applicationinsights/ npm_config_cache=/root/.npm WEBSITE_SITE_NAME=novelscape WEBSITE_DEPLOYMENT_ID=novelscape npm_config_node_gyp=/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js PATH=/usr/src/app/client/node_modules/.bin:/usr/src/app/node_modules/.bin:/usr/src/node_modules/.bin:/usr/node_modules/.bin:/node_modules/.bin:/usr/local/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin VITE_AZURE_AD_CLIENT_ID=969560d5-e293-4ce6-ae2e-1ce9f6146591 NODE=/usr/local/bin/node npm_package_name=frontend WEBSITE_AUTH_AUTO_AAD=False APPSETTING_WEBSITE_SITE_NAME=novelscape WEBSITE_AUTH_ENABLED=False APPSETTING_WEBSITE_AUTH_AUTO_AAD=False npm_lifecycle_script=vite --port 8080 --host APPSETTING_WEBSITE_AUTH_ENABLED=False npm_package_version=0.0.0 npm_lifecycle_event=start WEBSITE_OWNER_NAME=305f59a8-66ee-46cd-9c1d-da0b199ab893+rg-novelscape-WestUSwebspace-Linux APPLICATIONINSIGHTS_CONNECTION_STRING=InstrumentationKey=46dcadb7-ab6c-4524-a1bf-eb2d3419d129;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus.livediagnostics.monitor.azure.com/;ApplicationId=84b81e31-5267-4a34-a207-fba92ecfdb9b npm_config_globalconfig=/usr/local/etc/npmrc npm_config_init_module=/root/.npm-init.js APPSETTING_APPLICATIONINSIGHTS_CONNECTION_STRING=InstrumentationKey=46dcadb7-ab6c-4524-a1bf-eb2d3419d129;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus.livediagnostics.monitor.azure.com/;ApplicationId=84b81e31-5267-4a34-a207-fba92ecfdb9b ASPNETCORE_HOSTINGSTARTUPASSEMBLIES=Microsoft.ApplicationInsights.StartupBootstrapper PWD=/usr/src/app/client npm_execpath=/usr/local/lib/node_modules/npm/bin/npm-cli.js COMPUTERNAME=lw0sdlwk00027Y WEBSITE_SSH_ENABLED=1 npm_config_global_prefix=/usr/local npm_command=start APPSETTING_XDT_MicrosoftApplicationInsights_Mode=Recommended APPSETTING_ScmType=None WEBSITE_AUTH_SIGNING_KEY=5CF1E4CD29893053CDE9833BF90E56F291020868715E9BB185CD461837E2870E WEBSITE_SKU=Basic VITE_API_URL=https://novelscape-api.azurewebsites.net INIT_CWD=/usr/src/app/client EDITOR=vi
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: medium
Fingerprint: 5f32cf5d6962f09c2acf29aa2acf29aa1f18efb41cbfe23ebe1a4ea1ef5181e5
Found 33 files trough .DS_Store spidering: /400.html /404.html /406-unsupported-browser.html /422.html /500.html /about.txt /android-chrome-192x192.png /android-chrome-512x512.png /apple-touch-icon.png /css /css/app.css /css/brands.min.css /css/fontawesome.min.css /css/solid.min.css /favicon-16x16.png /favicon-32x32.png /favicon.ico /fonts /img /img/avatars /img/brands /img/favicon.ico /img/flags /img/illustrations /img/landing.jpg /img/logo.svg /img/photos /img/products /img/screenshots /js /robots.txt /site.webmanifest /webfonts
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c3c1fc5e93c1fc5e9bb72a37ef3ade5cdaf454d0a70e5c3c2
Found 5 files trough .DS_Store spidering: /credentials /data /src /uploads /vendor
Open service 40.112.243.2:443 · www.scougalrubber.com
2026-01-12 21:04
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 21:05:46 GMT Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate Transfer-Encoding: chunked Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding request-context: appId=cid-v1: Link: </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" X-Powered-By: Next.js
Open service 40.112.243.2:80 · api.thecoastalconcierge.com
2026-01-12 19:13
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 19:14:59 GMT Location: https://api.thecoastalconcierge.com/
Open service 40.112.243.2:443 · api.thecoastalconcierge.com
2026-01-12 19:13
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 19:14:59 GMT Server: Kestrel Set-Cookie: ARRAffinity=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;Secure;Domain=api.thecoastalconcierge.com Set-Cookie: ARRAffinitySameSite=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;SameSite=None;Secure;Domain=api.thecoastalconcierge.com
Open service 40.112.243.2:80 · devapi.oranasoftware.com
2026-01-12 18:56
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:57:50 GMT Location: https://devapi.oranasoftware.com/
Open service 40.112.243.2:443 · devapi.oranasoftware.com
2026-01-12 18:56
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:57:50 GMT Server: Kestrel Set-Cookie: ARRAffinity=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;Secure;Domain=devapi.oranasoftware.com Set-Cookie: ARRAffinitySameSite=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;SameSite=None;Secure;Domain=devapi.oranasoftware.com Strict-Transport-Security: max-age=2592000 x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000 X-StackifyID: V2|0804123e-a039-420a-a058-a89e7fc798eb|C0|CD0
Open service 40.112.243.2:80 · stayapi.appgenx.co.za
2026-01-12 18:49
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:50:51 GMT Location: https://stayapi.appgenx.co.za/
Open service 40.112.243.2:443 · stayapi.appgenx.co.za
2026-01-12 18:49
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:50:51 GMT Server: Kestrel Set-Cookie: ARRAffinity=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;Secure;Domain=stayapi.appgenx.co.za Set-Cookie: ARRAffinitySameSite=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;SameSite=None;Secure;Domain=stayapi.appgenx.co.za
Open service 40.112.243.2:443 · sandiegoeast.businesschamber.app
2026-01-12 18:49
HTTP/1.1 200 OK
Content-Length: 45430
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 18:50:50 GMT
Server: Kestrel
Accept-Ranges: bytes
ETag: "1dc4f48e0ad6276"
Last-Modified: Thu, 06 Nov 2025 18:12:14 GMT
Set-Cookie: ARRAffinity=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;Secure;Domain=sandiegoeast.businesschamber.app
Set-Cookie: ARRAffinitySameSite=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;SameSite=None;Secure;Domain=sandiegoeast.businesschamber.app
Strict-Transport-Security: max-age=2592000
Page title: Orana App
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="Orana Stay">
<title>Orana App</title>
<base href="/" />
<link href="libs/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Playfair+Display&family=Montserrat&display=swap">
<link rel="apple-touch-icon" id="apple-icon-57x57" sizes="57x57" href="images/apple-icon-57x57.png">
<link rel="apple-touch-icon" id="apple-icon-60x60" sizes="60x60" href="images/apple-icon-60x60.png">
<link rel="apple-touch-icon" id="apple-icon-72x72" sizes="72x72" href="images/apple-icon-72x72.png">
<link rel="apple-touch-icon" id="apple-icon-76x76" sizes="76x76" href="images/apple-icon-76x76.png">
<link rel="apple-touch-icon" id="apple-icon-114x114" sizes="114x114" href="images/apple-icon-114x114.png">
<link rel="apple-touch-icon" id="apple-icon-120x120" sizes="120x120" href="images/apple-icon-120x120.png">
<link rel="apple-touch-icon" id="apple-icon-144x144" sizes="144x144" href="images/apple-icon-144x144.png">
<link rel="apple-touch-icon" id="apple-icon-152x152" sizes="152x152" href="images/apple-icon-152x152.png">
<link rel="apple-touch-icon" id="apple-icon-180x180" sizes="180x180" href="images/apple-icon-180x180.png">
<link rel="apple-touch-icon" id="apple-icon-512x512" sizes="512x512" href="images/icon-512.png" />
<link rel="apple-touch-icon" id="apple-icon-192x192" sizes="192x192" href="images/icon-192.png" />
<link rel="icon" id="icon-512x512" sizes="512x512" href="images/android-icon-512x512.png">
<link rel="icon" id="icon-192x192" sizes="192x192" href="images/android-icon-192x192.png">
<link rel="icon" id="icon-144x144" sizes="144x144" href="images/android-icon-144x144.png">
<link rel="icon" id="icon-96x96" sizes="96x96" href="images/android-icon-96x96.png">
<link rel="icon" id="icon-72x72" sizes="72x72" href="images/android-icon-72x72.png">
<link rel="icon" id="icon-48x48" sizes="48x48" href="images/android-icon-48x48.png">
<link rel="icon" id="icon-36x36" sizes="36x36" href="images/android-icon-36x36.png">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-1668-2388.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-1536-2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-1488-2266.jpg" media="(device-width: 744px) and (device-height: 1133px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-1640-2360.jpg" media="(device-width: 820px) and (device-height: 1180px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-1668-2224.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image"
Open service 40.112.243.2:80 · sandiegoeast.businesschamber.app
2026-01-12 18:49
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:50:49 GMT Location: https://sandiegoeast.businesschamber.app/
Open service 40.112.243.2:80 · office.oranasoftware.com
2026-01-12 18:44
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:45:42 GMT Location: https://office.oranasoftware.com/
Open service 40.112.243.2:443 · office.oranasoftware.com
2026-01-12 18:44
HTTP/1.1 302 Found Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 18:45:43 GMT Server: Kestrel Cache-Control: no-cache, no-store, max-age=0 Location: /MicrosoftIdentity/Account/SignIn Pragma: no-cache Set-Cookie: .AspNetCore.Antiforgery.RtGCWVXC8-4=CfDJ8NzZ-lHhxuJGgYUlW_O5TS9ANM2tD3Ta1H4PoiR8MbyAJMSs_tlMe1s0Ew6HjyzYZnJoTNfZu8fAvV5WidJb6abbaEmaByOzCkFpncPGYo-TU4c3rQ0T5TYDkw9nTFwnfMjOKHCRu71h19sli5cUtAE; path=/; samesite=strict; httponly Set-Cookie: ARRAffinity=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;Secure;Domain=office.oranasoftware.com Set-Cookie: ARRAffinitySameSite=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;SameSite=None;Secure;Domain=office.oranasoftware.com Transfer-Encoding: chunked Strict-Transport-Security: max-age=2592000 X-Frame-Options: SAMEORIGIN
Open service 40.112.243.2:80 · api.oranaguidebooks.com
2026-01-12 18:39
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:40:55 GMT Location: https://api.oranaguidebooks.com/
Open service 40.112.243.2:443 · api.oranaguidebooks.com
2026-01-12 18:39
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:40:54 GMT Server: Kestrel Set-Cookie: ARRAffinity=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;Secure;Domain=api.oranaguidebooks.com Set-Cookie: ARRAffinitySameSite=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;SameSite=None;Secure;Domain=api.oranaguidebooks.com x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000
Open service 40.112.243.2:443 · devoffice.oranasoftware.com
2026-01-12 18:37
HTTP/1.1 302 Found Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 18:38:28 GMT Server: Kestrel Cache-Control: no-cache, no-store, max-age=0 Location: /MicrosoftIdentity/Account/SignIn Pragma: no-cache Set-Cookie: .AspNetCore.Antiforgery.RtGCWVXC8-4=CfDJ8NtsCj4MB2ZGkYGjzXsNNGH1lkBcCzP2a0gSBWWeUESFTXPjq0EFJK4VvRZ2TZ-PrYbVoiYpk_XRcAT2l4cDX6a8x2V0pMk5UoUUvpwLauG48znIXruJTpy_gsy0_ZloNqjvV6O4Eaob0vldOhowKhY; path=/; samesite=strict; httponly Set-Cookie: ARRAffinity=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;Secure;Domain=devoffice.oranasoftware.com Set-Cookie: ARRAffinitySameSite=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;SameSite=None;Secure;Domain=devoffice.oranasoftware.com Transfer-Encoding: chunked Strict-Transport-Security: max-age=2592000 X-Frame-Options: SAMEORIGIN
Open service 40.112.243.2:80 · devoffice.oranasoftware.com
2026-01-12 18:37
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:38:28 GMT Location: https://devoffice.oranasoftware.com/
Open service 40.112.243.2:443 · api.tenaxequip.com
2026-01-12 18:32
HTTP/1.1 200 OK
Content-Length: 76
Connection: close
Content-Type: application/json; charset=utf-8
Date: Mon, 12 Jan 2026 18:33:19 GMT
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: https://tenaxequip.com
ETag: W/"4c-/PhAK0oXIrqjqj7kPT9Tez1ECQc"
Vary: Origin
Strict-Transport-Security: max-age=15552000; includeSubDomains
request-context: appId=cid-v1:
Content-Security-Policy: default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests
Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Resource-Policy: same-origin
Origin-Agent-Cluster: ?1
Referrer-Policy: no-referrer
X-Content-Type-Options: nosniff
X-DNS-Prefetch-Control: off
X-Download-Options: noopen
X-Frame-Options: SAMEORIGIN
X-Permitted-Cross-Domain-Policies: none
X-XSS-Protection: 0
{"message":"Tenax Equipment API is running","version":"1.0.0","status":"ok"}
Open service 40.112.243.2:80 · api.tenaxequip.com
2026-01-12 18:32
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:33:18 GMT Location: https://api.tenaxequip.com/
Open service 40.112.243.2:80 · api.oranasoftware.com
2026-01-12 18:31
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:32:32 GMT Location: https://api.oranasoftware.com/
Open service 40.112.243.2:443 · api.oranasoftware.com
2026-01-12 18:31
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:32:32 GMT Server: Kestrel Set-Cookie: ARRAffinity=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;Secure;Domain=api.oranasoftware.com Set-Cookie: ARRAffinitySameSite=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;SameSite=None;Secure;Domain=api.oranasoftware.com Strict-Transport-Security: max-age=2592000 X-StackifyID: V2|59caa666-2d61-4db8-97d6-c3de47e27984|C0|CD0
Open service 40.112.243.2:443 · app.businesschamber.app
2026-01-12 18:26
HTTP/1.1 200 OK
Content-Length: 45430
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 18:27:21 GMT
Server: Kestrel
Accept-Ranges: bytes
ETag: "1dc4f48e0ad6276"
Last-Modified: Thu, 06 Nov 2025 18:12:14 GMT
Set-Cookie: ARRAffinity=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;Secure;Domain=app.businesschamber.app
Set-Cookie: ARRAffinitySameSite=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;SameSite=None;Secure;Domain=app.businesschamber.app
Strict-Transport-Security: max-age=2592000
Page title: Orana App
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="Orana Stay">
<title>Orana App</title>
<base href="/" />
<link href="libs/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Playfair+Display&family=Montserrat&display=swap">
<link rel="apple-touch-icon" id="apple-icon-57x57" sizes="57x57" href="images/apple-icon-57x57.png">
<link rel="apple-touch-icon" id="apple-icon-60x60" sizes="60x60" href="images/apple-icon-60x60.png">
<link rel="apple-touch-icon" id="apple-icon-72x72" sizes="72x72" href="images/apple-icon-72x72.png">
<link rel="apple-touch-icon" id="apple-icon-76x76" sizes="76x76" href="images/apple-icon-76x76.png">
<link rel="apple-touch-icon" id="apple-icon-114x114" sizes="114x114" href="images/apple-icon-114x114.png">
<link rel="apple-touch-icon" id="apple-icon-120x120" sizes="120x120" href="images/apple-icon-120x120.png">
<link rel="apple-touch-icon" id="apple-icon-144x144" sizes="144x144" href="images/apple-icon-144x144.png">
<link rel="apple-touch-icon" id="apple-icon-152x152" sizes="152x152" href="images/apple-icon-152x152.png">
<link rel="apple-touch-icon" id="apple-icon-180x180" sizes="180x180" href="images/apple-icon-180x180.png">
<link rel="apple-touch-icon" id="apple-icon-512x512" sizes="512x512" href="images/icon-512.png" />
<link rel="apple-touch-icon" id="apple-icon-192x192" sizes="192x192" href="images/icon-192.png" />
<link rel="icon" id="icon-512x512" sizes="512x512" href="images/android-icon-512x512.png">
<link rel="icon" id="icon-192x192" sizes="192x192" href="images/android-icon-192x192.png">
<link rel="icon" id="icon-144x144" sizes="144x144" href="images/android-icon-144x144.png">
<link rel="icon" id="icon-96x96" sizes="96x96" href="images/android-icon-96x96.png">
<link rel="icon" id="icon-72x72" sizes="72x72" href="images/android-icon-72x72.png">
<link rel="icon" id="icon-48x48" sizes="48x48" href="images/android-icon-48x48.png">
<link rel="icon" id="icon-36x36" sizes="36x36" href="images/android-icon-36x36.png">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-1668-2388.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-1536-2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-1488-2266.jpg" media="(device-width: 744px) and (device-height: 1133px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-1640-2360.jpg" media="(device-width: 820px) and (device-height: 1180px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-1668-2224.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image"
Open service 40.112.243.2:80 · app.businesschamber.app
2026-01-12 18:26
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:27:20 GMT Location: https://app.businesschamber.app/
Open service 40.112.243.2:443 · api.oranaconnect.com
2026-01-12 18:22
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:23:30 GMT Server: Kestrel Set-Cookie: ARRAffinity=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;Secure;Domain=api.oranaconnect.com Set-Cookie: ARRAffinitySameSite=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;SameSite=None;Secure;Domain=api.oranaconnect.com x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000
Open service 40.112.243.2:80 · api.oranaconnect.com
2026-01-12 18:22
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:23:29 GMT Location: https://api.oranaconnect.com/
Open service 40.112.243.2:80 · admin.belwoodinvestments.com
2026-01-12 18:21
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:22:36 GMT Location: https://admin.belwoodinvestments.com/
Open service 40.112.243.2:443 · admin.belwoodinvestments.com
2026-01-12 18:21
HTTP/1.1 200 OK
Content-Length: 1087
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 18:22:37 GMT
Server: Kestrel
Accept-Ranges: bytes
ETag: "1dc478f0986dd3f"
Last-Modified: Mon, 27 Oct 2025 22:14:18 GMT
Strict-Transport-Security: max-age=2592000
Api-Version: 1.1.233
Page title: Belwood Investments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<base href="/" />
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json">
<link rel="shortcut icon" href="/favicon.png">
<title>Belwood Investments</title>
<noscript id="inject-styles-here"></noscript>
<script type="module" crossorigin src="/assets/index-nK6XFu9L.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-0vks5Ljk.css">
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDO8_T74EGyaBjh6XQgQRPAUqnBUTlNjAo&libraries=places&language=en"></script>
</body>
</html>
Open service 40.112.243.2:443 · www.basitechnologies.com
2026-01-12 18:17
HTTP/1.1 200 OK
Content-Length: 10205
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 18:18:27 GMT
Server: nginx/1.28.0
Accept-Ranges: bytes
ETag: "5e7b78ca-27dd"
Last-Modified: Wed, 25 Mar 2020 15:29:14 GMT
Page title: Basi Technologies
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-10767972-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-10767972-5");
</script>
<title>Basi Technologies</title>
<meta name="description"
content="Basi Technologies is a technology company specializing in developing custom solutions to meet your business needs.">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/mg/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/site.webmanifest">
<link rel="mask-icon" href="img/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="img/favicon/favicon.ico">
<meta name="apple-mobile-web-app-title" content="Basi Tech">
<meta name="application-name" content="Basi Tech">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-config" content="img/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- style CSS -->
<link rel="stylesheet" href="css/style.css" />
<!-- custom js -->
<script defer src="js/custom.js"></script>
<!-- SEO related -->
<link rel="canonical" href="https://www.basitechnologies.com" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://www.basitechnologies.com",
"logo": "https://www.basitechnologies.com/img/logo-square.png"
}
</script>
</head>
<body>
<span id="top"></span>
<header class="main_menu home_menu">
<div class="container">
<div class="row align-items-center">
<div class="col-md-12">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.html">
<img src="img/logo.svg" alt="Basi Technologies logo (Basi Tech)" />
</a>
<div class="collapse navbar-collapse main-menu-item justify-content-end"
id="navbarSupportedContent">
<ul class="navbar-nav align-items-center">
<li class="nav-item">
<a class="nav-link" href="#top">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<section class="banner_part">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="banner_text">
<div class="banner_text_iner">
<h1>Specializing in <span>Custom IT</span> Solutions</h1>
<div class="banner_tag">
<p class="banner_tag_inner">
<strong>Basi Technologies</strong> is a technology company specializing in developing custom solutions to meet your business needs.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<s
Open service 40.112.243.2:80 · www.basitechnologies.com
2026-01-12 18:17
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:18:26 GMT Location: https://www.basitechnologies.com/
Open service 40.112.243.2:443 · app.oranasoftware.com
2026-01-12 18:14
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 18:15:49 GMT Server: Kestrel Cache-Control: no-cache, no-store, max-age=0 Set-Cookie: ARRAffinity=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;Secure;Domain=app.oranasoftware.com Set-Cookie: ARRAffinitySameSite=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;SameSite=None;Secure;Domain=app.oranasoftware.com Transfer-Encoding: chunked Strict-Transport-Security: max-age=2592000
Open service 40.112.243.2:80 · app.oranasoftware.com
2026-01-12 18:14
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:15:48 GMT Location: https://app.oranasoftware.com/
Open service 40.112.243.2:443 · portal.highlandcabinetry.com
2026-01-12 18:12
HTTP/1.1 307 Temporary Redirect Connection: close Date: Mon, 12 Jan 2026 18:13:29 GMT Location: https://portal.highlandcabinetry.com/login Set-Cookie: __Host-authjs.csrf-token=11a3b4fb95b9aa276d3b0e295d94a864804f9d3a9f22b88c6a825dfd0403026a%7C7df18b3efa189136a8bc0de3d9207b06bbb94b36f1d9de73ad7f2f5f0725aa55; Path=/; HttpOnly; Secure; SameSite=Lax Set-Cookie: __Secure-authjs.callback-url=https%3A%2F%2Fportal.highlandcabinetry.com; Path=/; HttpOnly; Secure; SameSite=Lax Transfer-Encoding: chunked https://portal.highlandcabinetry.com/login
Open service 40.112.243.2:80 · portal.highlandcabinetry.com
2026-01-12 18:12
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:13:27 GMT Location: https://portal.highlandcabinetry.com/
Open service 40.112.243.2:443 · staging.venueviewer.namethemachine.net
2026-01-12 18:11
HTTP/1.1 302 Found Content-Length: 28 Connection: close Content-Type: text/plain; charset=utf-8 Date: Mon, 12 Jan 2026 18:12:05 GMT Access-Control-Allow-Origin: * Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate Expires: 0 Location: /login Vary: Accept X-Powered-By: Express Surrogate-Control: no-store Found. Redirecting to /login
Open service 40.112.243.2:80 · staging.venueviewer.namethemachine.net
2026-01-12 18:11
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:12:05 GMT Location: https://staging.venueviewer.namethemachine.net/
Open service 40.112.243.2:443 · oceanside.businesschamber.app
2026-01-12 18:08
HTTP/1.1 200 OK
Content-Length: 45430
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 18:09:07 GMT
Server: Kestrel
Accept-Ranges: bytes
ETag: "1dc4f48e0ad6276"
Last-Modified: Thu, 06 Nov 2025 18:12:14 GMT
Set-Cookie: ARRAffinity=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;Secure;Domain=oceanside.businesschamber.app
Set-Cookie: ARRAffinitySameSite=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;SameSite=None;Secure;Domain=oceanside.businesschamber.app
Strict-Transport-Security: max-age=2592000
Page title: Orana App
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="Orana Stay">
<title>Orana App</title>
<base href="/" />
<link href="libs/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Playfair+Display&family=Montserrat&display=swap">
<link rel="apple-touch-icon" id="apple-icon-57x57" sizes="57x57" href="images/apple-icon-57x57.png">
<link rel="apple-touch-icon" id="apple-icon-60x60" sizes="60x60" href="images/apple-icon-60x60.png">
<link rel="apple-touch-icon" id="apple-icon-72x72" sizes="72x72" href="images/apple-icon-72x72.png">
<link rel="apple-touch-icon" id="apple-icon-76x76" sizes="76x76" href="images/apple-icon-76x76.png">
<link rel="apple-touch-icon" id="apple-icon-114x114" sizes="114x114" href="images/apple-icon-114x114.png">
<link rel="apple-touch-icon" id="apple-icon-120x120" sizes="120x120" href="images/apple-icon-120x120.png">
<link rel="apple-touch-icon" id="apple-icon-144x144" sizes="144x144" href="images/apple-icon-144x144.png">
<link rel="apple-touch-icon" id="apple-icon-152x152" sizes="152x152" href="images/apple-icon-152x152.png">
<link rel="apple-touch-icon" id="apple-icon-180x180" sizes="180x180" href="images/apple-icon-180x180.png">
<link rel="apple-touch-icon" id="apple-icon-512x512" sizes="512x512" href="images/icon-512.png" />
<link rel="apple-touch-icon" id="apple-icon-192x192" sizes="192x192" href="images/icon-192.png" />
<link rel="icon" id="icon-512x512" sizes="512x512" href="images/android-icon-512x512.png">
<link rel="icon" id="icon-192x192" sizes="192x192" href="images/android-icon-192x192.png">
<link rel="icon" id="icon-144x144" sizes="144x144" href="images/android-icon-144x144.png">
<link rel="icon" id="icon-96x96" sizes="96x96" href="images/android-icon-96x96.png">
<link rel="icon" id="icon-72x72" sizes="72x72" href="images/android-icon-72x72.png">
<link rel="icon" id="icon-48x48" sizes="48x48" href="images/android-icon-48x48.png">
<link rel="icon" id="icon-36x36" sizes="36x36" href="images/android-icon-36x36.png">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-1668-2388.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-1536-2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-1488-2266.jpg" media="(device-width: 744px) and (device-height: 1133px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-1640-2360.jpg" media="(device-width: 820px) and (device-height: 1180px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="images/splash/apple-splash-1668-2224.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image"
Open service 40.112.243.2:80 · oceanside.businesschamber.app
2026-01-12 18:08
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:09:06 GMT Location: https://oceanside.businesschamber.app/
Open service 40.112.243.2:80 · devapp.oranasoftware.com
2026-01-12 18:07
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 18:08:37 GMT Location: https://devapp.oranasoftware.com/
Open service 40.112.243.2:443 · devapp.oranasoftware.com
2026-01-12 18:07
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 18:08:37 GMT Server: Kestrel Cache-Control: no-cache, no-store, max-age=0 Set-Cookie: ARRAffinity=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;Secure;Domain=devapp.oranasoftware.com Set-Cookie: ARRAffinitySameSite=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;SameSite=None;Secure;Domain=devapp.oranasoftware.com Transfer-Encoding: chunked Strict-Transport-Security: max-age=2592000
Open service 40.112.243.2:443 · real-estate-uber-31356-staging.botics.co
2026-01-12 17:49
HTTP/1.1 200 OK Content-Length: 1417 Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 17:50:48 GMT Server: waitress Vary: Cookie, origin Cross-Origin-Opener-Policy: same-origin Referrer-Policy: same-origin X-Content-Type-Options: nosniff X-Frame-Options: DENY Page title: Title Cliique <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" id="favicon" href="/favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#1A73E8"/><link rel="apple-touch-icon" sizes="76x76" href="/apple-icon.png"/><link rel="manifest" href="/manifest.json"/><title>Title Cliique</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css" integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" crossorigin=""/><link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp" rel="stylesheet"/><link href="https://api.mapbox.com/mapbox-gl-js/v1.10.1/mapbox-gl.css" rel="stylesheet"/><link rel="stylesheet" charset="UTF-8" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css"/><script defer="defer" src="/static/js/main.a2ea2089.js"></script><link href="/static/css/main.886cfd39.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="app"></div></body></html>
Open service 40.112.243.2:80 · real-estate-uber-31356-staging.botics.co
2026-01-12 17:49
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 17:50:46 GMT Location: https://real-estate-uber-31356-staging.botics.co/
Open service 40.112.243.2:443 · www.orst.io
2026-01-12 17:46
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 17:47:35 GMT Server: Kestrel Cache-Control: no-cache, no-store, max-age=0 Pragma: no-cache Set-Cookie: .AspNetCore.Antiforgery.RtGCWVXC8-4=CfDJ8PH5_BwkDelHkSFIo0EPHMsrznYbffEIvF13Wv7oxHU5AvY_n8tX5mkysCrfbveReNOemT7KPYWwFN-xH9fe2uLuyhxxHBA_CRxAIc0OniXMzeDpt4sjzRmPpHLeDPfqgtjnZeC7L7NDymPqUnM4xxI; path=/; samesite=strict; httponly Set-Cookie: ARRAffinity=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;Secure;Domain=www.orst.io Set-Cookie: ARRAffinitySameSite=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.orst.io Transfer-Encoding: chunked Strict-Transport-Security: max-age=2592000 blazor-enhanced-nav: allow X-Frame-Options: SAMEORIGIN
Open service 40.112.243.2:80 · www.orst.io
2026-01-12 17:46
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 17:47:33 GMT Location: https://www.orst.io/
Open service 40.112.243.2:443 · dev-api.perchat.ai
2026-01-12 17:46
HTTP/1.1 200 OK
Content-Length: 224
Connection: close
Content-Type: application/json; charset=utf-8
Date: Mon, 12 Jan 2026 17:47:19 GMT
Vary: Origin
request-context: appId=cid-v1:
{"data":{"status":"ok","timestamp":"2026-01-12T17:47:19.618Z"},"meta":{"requestId":"req-id-7b68628e-9334-4d1e-91e1-14140afcafee","processingTime":"0.000 seconds","apiVersion":"v1.0.0","timestamp":"2026-01-12T17:47:19.618Z"}}
Open service 40.112.243.2:80 · dev-api.perchat.ai
2026-01-12 17:46
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 17:47:18 GMT Location: https://dev-api.perchat.ai/
Open service 40.112.243.2:443 · api.palletiq.ai
2026-01-12 17:39
HTTP/1.1 503 Service Unavailable Connection: close Date: Mon, 12 Jan 2026 17:40:19 GMT Transfer-Encoding: chunked <div style="display: block; margin: auto; width: 600px; height: 500px; text-align: center; font-family: 'Courier', cursive, sans-serif;"><h1 style="color: 747474">:( Application Error</h1><p style="color:#666">If you are the application administrator, you can access the <a style="color: grey"href="https://palletiq-api-bpbhgqbbgsc6h5c6.scm.westus-01.azurewebsites.net/detectors">diagnostic resources</a>.</div>
Open service 40.112.243.2:80 · api.palletiq.ai
2026-01-12 17:39
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 17:40:17 GMT Location: https://api.palletiq.ai/
Open service 40.112.243.2:80 · real-estate-uber-31356.botics.co
2026-01-12 17:16
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 17:17:26 GMT Location: https://real-estate-uber-31356.botics.co/
Open service 40.112.243.2:443 · real-estate-uber-31356.botics.co
2026-01-12 17:16
HTTP/1.1 200 OK Content-Length: 1417 Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 17:17:27 GMT Server: waitress Vary: Cookie, origin Cross-Origin-Opener-Policy: same-origin Referrer-Policy: same-origin X-Content-Type-Options: nosniff X-Frame-Options: DENY Page title: Title Cliique <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" id="favicon" href="/favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#1A73E8"/><link rel="apple-touch-icon" sizes="76x76" href="/apple-icon.png"/><link rel="manifest" href="/manifest.json"/><title>Title Cliique</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css" integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" crossorigin=""/><link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp" rel="stylesheet"/><link href="https://api.mapbox.com/mapbox-gl-js/v1.10.1/mapbox-gl.css" rel="stylesheet"/><link rel="stylesheet" charset="UTF-8" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css"/><script defer="defer" src="/static/js/main.a2ea2089.js"></script><link href="/static/css/main.886cfd39.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="app"></div></body></html>
Open service 40.112.243.2:443 · eddaifi-coaching-35426-staging.botics.co
2026-01-12 17:15
HTTP/1.1 200 OK Content-Length: 1368 Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 17:16:56 GMT Server: waitress Vary: Origin X-Frame-Options: SAMEORIGIN Page title: React App <!-- ========================================================= * Paper Dashboard PRO React - v1.2.0 ========================================================= * Product Page: https://www.creative-tim.com/product/PRC_Macro * Copyright 2020 Creative Tim (http://www.creative-tim.com) * Coded by Creative Tim ========================================================= * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. --> <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap" rel="stylesheet"><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.b8877410.js"></script><link href="/static/css/main.c3bc7323.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 40.112.243.2:80 · eddaifi-coaching-35426-staging.botics.co
2026-01-12 17:15
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 17:16:55 GMT Location: https://eddaifi-coaching-35426-staging.botics.co/
Open service 40.112.243.2:443 · young-glade-24121.botics.co
2026-01-12 17:00
HTTP/1.1 200 OK
Content-Length: 3223
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 17:01:50 GMT
Server: waitress
Vary: Origin
X-Frame-Options: SAMEORIGIN
Page title: Perforic
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.2/css/bulma.min.css"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"><meta name="description" content="Perforic"/><link rel="apple-touch-icon" href="/logo.png"/><link rel="manifest" href="/manifest.json"/><title>Perforic</title><link href="/static/css/2.411756d5.chunk.css" rel="stylesheet"><link href="/static/css/main.b51a7971.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,a,i=r[0],c=r[1],l=r[2],s=0,p=[];s<i.length;s++)a=i[s],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&p.push(o[a][0]),o[a]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(f&&f(r);p.length;)p.shift()();return u.push.apply(u,l||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var c=t[i];0!==o[c]&&(n=!1)}n&&(u.splice(r--,1),e=a(a.s=t[0]))}return e}var n={},o={1:0},u=[];function a(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise((function(r,n){t=o[e]=[r,n]}));r.push(t[2]=n);var u,i=document.createElement("script");i.charset="utf-8",i.timeout=120,a.nc&&i.setAttribute("nonce",a.nc),i.src=function(e){return a.p+"static/js/"+({}[e]||e)+"."+{3:"b685a2c5",4:"98e6079d",5:"66a7d0ee"}[e]+".chunk.js"}(e);var c=new Error;u=function(r){i.onerror=i.onload=null,clearTimeout(l);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),u=r&&r.target&&r.target.src;c.message="Loading chunk "+e+" failed.\n("+n+": "+u+")",c.name="ChunkLoadError",c.type=n,c.request=u,t[1](c)}o[e]=void 0}};var l=setTimeout((function(){u({type:"timeout",target:i})}),12e4);i.onerror=i.onload=u,document.head.appendChild(i)}return Promise.all(r)},a.m=e,a.c=n,a.d=function(e,r,t){a.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,r){if(1&r&&(e=a(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(a.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)a.d(t,n,function(r){return e[r]}.bind(null,n));return t},a.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(r,"a",r),r},a.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},a.p="/",a.oe=function(e){throw console.error(e),e};var i=this.webpackJsonpfrontend=this.webpackJsonpfrontend||[],c=i.push.bind(i);i.push=r,i=i.slice();for(var l=0;l<i.length;l++)r(i[l]);var f=c;t()}([])</script><script src="/static/js/2.f47b6aad.chunk.js"></script><script src="/static/js/main.10a6f391.chunk.js"></script></body></html>
Open service 40.112.243.2:80 · young-glade-24121.botics.co
2026-01-12 17:00
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 17:01:48 GMT Location: https://young-glade-24121.botics.co/
Open service 40.112.243.2:443 · cold-hat-40370.botics.co
2026-01-12 16:59
HTTP/1.1 200 OK Content-Length: 887 Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 17:00:38 GMT Server: waitress Vary: Origin X-Frame-Options: SAMEORIGIN Page title: React App <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"/><script src="https://accounts.google.com/gsi/client" async defer="defer"></script><title>React App</title><script defer="defer" src="/static/js/main.39fb2ca7.js"></script><link href="/static/css/main.4227aa4a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 40.112.243.2:80 · cold-hat-40370.botics.co
2026-01-12 16:59
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 17:00:37 GMT Location: https://cold-hat-40370.botics.co/
Open service 40.112.243.2:80 · www.intimeonline.com
2026-01-12 16:57
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:58:20 GMT Location: https://www.intimeonline.com/
Open service 40.112.243.2:443 · www.intimeonline.com
2026-01-12 16:57
HTTP/1.1 302 Found Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:58:21 GMT Server: Kestrel Location: https://www.basitechnologies.com/
Open service 40.112.243.2:443 · www.sisocustom.com
2026-01-12 16:56
HTTP/1.1 302 Found Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:58:00 GMT Server: Kestrel Location: https://www.basitechnologies.com/
Open service 40.112.243.2:80 · www.sisocustom.com
2026-01-12 16:56
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:58:00 GMT Location: https://www.sisocustom.com/
Open service 40.112.243.2:443 · www.askkumuyi.ai
2026-01-12 16:56
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 16:57:06 GMT Server: gunicorn Location: https://askkumuyi.ai/ X-Content-Type-Options: nosniff Referrer-Policy: same-origin Cross-Origin-Opener-Policy: same-origin
Open service 40.112.243.2:80 · www.askkumuyi.ai
2026-01-12 16:56
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:57:04 GMT Location: https://www.askkumuyi.ai/
Open service 40.112.243.2:80 · www.sisosimple.com
2026-01-12 16:55
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:56:50 GMT Location: https://www.sisosimple.com/
Open service 40.112.243.2:443 · www.sisosimple.com
2026-01-12 16:55
HTTP/1.1 302 Found Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:56:51 GMT Server: Kestrel Location: https://www.basitechnologies.com/
Open service 40.112.243.2:80 · agwm-31244.botics.co
2026-01-12 16:45
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:46:52 GMT Location: https://agwm-31244.botics.co/
Open service 40.112.243.2:443 · agwm-31244.botics.co
2026-01-12 16:45
HTTP/1.1 302 Found Content-Length: 0 Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 16:46:53 GMT Server: waitress Location: /en/ Vary: Accept-Language, Cookie Cross-Origin-Opener-Policy: same-origin Referrer-Policy: same-origin X-Content-Type-Options: nosniff
Open service 40.112.243.2:80 · akeem-carr-seam-app-25081.botics.co
2026-01-12 16:44
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:45:23 GMT Location: https://akeem-carr-seam-app-25081.botics.co/
Open service 40.112.243.2:443 · akeem-carr-seam-app-25081.botics.co
2026-01-12 16:44
HTTP/1.1 200 OK
Content-Length: 5245
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 16:45:24 GMT
Server: waitress
X-Frame-Options: SAMEORIGIN
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css"/>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/medium-editor@latest/dist/css/medium-editor.min.css"
type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/medium-editor@latest/dist/css/themes/tim.css" type="text/css"
media="screen" charset="utf-8">
<link rel="stylesheet" href=/static/css/main.css>
<title></title>
</head>
<body style="background: #FFFFFF">
<div class="container">
<div class="jumbotron mt-5 editable" data-remote="" data-field="">
</div>
<div class="row mt-0 mb-5">
<div class="col-md-4 mt-5">
<div class="card">
<div class="card-body text-center">
<a class="card-title" href="https://pypi.org/project/django-allauth/0.38.0/">django-allauth</a>
</div>
</div>
</div>
<div class="col-md-4 mt-5">
<div class="card">
<div class="card-body text-center">
<a class="card-title" href="https://pypi.org/project/django-bootstrap4/0.0.7/">django-bootstrap4</a>
</div>
</div>
</div>
<div class="col-md-4 mt-5">
<div class="card">
<div class="card-body text-center">
<a class="card-title" href="https://pypi.org/project/djangorestframework/3.9.0/">djangorestframework</a>
</div>
</div>
</div>
</div>
<div class="row mt-0 mb-5">
<div class="col-12">
<div class="card">
<div class="card-body text-center">
<div id="googleMap" style="width:100%;height:400px;"></div>
</div>
</div>
</div>
</div>
<div class="top-140-pad">
<div class="sticky pull-right">
<div>
<a href="https://www.crowdbotics.com/?ref=badge+">
<span class="badge badge-success pull-right">
<div id="image" style="display:inline;">
<img class="img-fluid pencil" src="/static/img/slack-app-pencil.png"
alt="Built with software packages from crowdbotics.com" height="30" width="30">
</div>
<div id="texts" style="display:inline; margin-left: 4px;">
Made with Crowdbotics.com
</div>
</span>
</a>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/medium-editor@latest/dist/js/medium-editor.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
<script>
$('#editor').on('click', function (e) {
if (e.target.innerText === 'Edit') {
e.target.innerText = 'Cancel';
var editor = new MediumEditor('.editable');
editor.subscribe('editableBlur', function (event, editable) {
Open service 40.112.243.2:443 · aptitude.kharnymisland.com
2026-01-12 16:41
HTTP/1.1 302 Found Content-Length: 27 Connection: close Content-Type: text/plain; charset=utf-8 Date: Mon, 12 Jan 2026 16:42:05 GMT Location: login Vary: Accept request-context: appId=cid-v1: X-Powered-By: Express Found. Redirecting to login
Open service 40.112.243.2:80 · aptitude.kharnymisland.com
2026-01-12 16:41
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:42:03 GMT Location: https://aptitude.kharnymisland.com/
Open service 40.112.243.2:443 · tony-shepherd-33164.botics.co
2026-01-12 16:40
HTTP/1.1 200 OK
Content-Length: 6031
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 16:41:52 GMT
Server: waitress
Vary: origin, Cookie
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/medium-editor@latest/dist/css/medium-editor.min.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/medium-editor@latest/dist/css/themes/tim.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href=/static/css/main.css >
<title></title>
</head>
<body>
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand editable" data-remote="" data-field="" href="/">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/accounts/login/">Login</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/accounts/signup/">Sign Up</a>
</li>
</ul>
</div>
</nav>
<div class="jumbotron mt-5 editable" data-remote="" data-field="">
</div>
<div class="row mt-0 mb-5">
<div class="col-md-4 mt-5">
<div class="card">
<div class="card-body text-center">
<a class="card-title" href="https://pypi.org/project/django-allauth/0.38.0/">django-allauth</a>
</div>
</div>
</div>
<div class="col-md-4 mt-5">
<div class="card">
<div class="card-body text-center">
<a class="card-title" href="https://pypi.org/project/django-bootstrap4/0.0.7/">django-bootstrap4</a>
</div>
</div>
</div>
<div class="col-md-4 mt-5">
<div class="card">
<div class="card-body text-center">
<a class="card-title" href="https://pypi.org/project/djangorestframework/3.9.0/">djangorestframework</a>
</div>
</div>
</div>
</div>
<div class="top-140-pad">
<div class="sticky pull-right">
<div>
<a href="https://www.crowdbotics.com/?ref=badge+">
<span class="badge badge-success pull-right">
<div id="image" style="display:inline;">
<img class="img-fluid pencil" src="/static/img/slack-app-pencil.png" alt="Built with software packages from crowdbotics.com" height="30" width="30">
</div>
<div id="texts" style="display:inline; margin-left: 4px;">
Made with Crowdbotics.com
</div>
</span>
</a>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/
Open service 40.112.243.2:80 · tony-shepherd-33164.botics.co
2026-01-12 16:40
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:41:51 GMT Location: https://tony-shepherd-33164.botics.co/
Open service 40.112.243.2:80 · solace-app-11751.botics.co
2026-01-12 16:30
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:31:57 GMT Location: https://solace-app-11751.botics.co/
Open service 40.112.243.2:443 · solace-app-11751.botics.co
2026-01-12 16:30
HTTP/1.1 200 OK
Content-Length: 6031
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 16:31:57 GMT
Server: waitress
Vary: Cookie
X-Frame-Options: SAMEORIGIN
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/medium-editor@latest/dist/css/medium-editor.min.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/medium-editor@latest/dist/css/themes/tim.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href=/static/css/main.css >
<title></title>
</head>
<body>
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand editable" data-remote="" data-field="" href="/">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/accounts/login/">Login</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/accounts/signup/">Sign Up</a>
</li>
</ul>
</div>
</nav>
<div class="jumbotron mt-5 editable" data-remote="" data-field="">
</div>
<div class="row mt-0 mb-5">
<div class="col-md-4 mt-5">
<div class="card">
<div class="card-body text-center">
<a class="card-title" href="https://pypi.org/project/django-allauth/0.38.0/">django-allauth</a>
</div>
</div>
</div>
<div class="col-md-4 mt-5">
<div class="card">
<div class="card-body text-center">
<a class="card-title" href="https://pypi.org/project/django-bootstrap4/0.0.7/">django-bootstrap4</a>
</div>
</div>
</div>
<div class="col-md-4 mt-5">
<div class="card">
<div class="card-body text-center">
<a class="card-title" href="https://pypi.org/project/djangorestframework/3.9.0/">djangorestframework</a>
</div>
</div>
</div>
</div>
<div class="top-140-pad">
<div class="sticky pull-right">
<div>
<a href="https://www.crowdbotics.com/?ref=badge+">
<span class="badge badge-success pull-right">
<div id="image" style="display:inline;">
<img class="img-fluid pencil" src="/static/img/slack-app-pencil.png" alt="Built with software packages from crowdbotics.com" height="30" width="30">
</div>
<div id="texts" style="display:inline; margin-left: 4px;">
Made with Crowdbotics.com
</div>
</span>
</a>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/
Open service 40.112.243.2:80 · aws.orst.io
2026-01-12 16:30
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:31:14 GMT Location: https://aws.orst.io/
Open service 40.112.243.2:443 · aws.orst.io
2026-01-12 16:30
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 16:31:14 GMT Server: Kestrel Cache-Control: no-cache, no-store, max-age=0 Pragma: no-cache Set-Cookie: .AspNetCore.Antiforgery.RtGCWVXC8-4=CfDJ8PH5_BwkDelHkSFIo0EPHMsI17jwrgVTAT3rIFaVtJgdG-pyI0UTsf9Lb8CEAwWCjB0umQjMlKlfUufeTAk7YumfEnL5QNqk_BMPVmTq3uICCZUT-2gLwy6IKk7JS7obeN2b3OsdaMETFacrvwz5Qn0; path=/; samesite=strict; httponly Set-Cookie: ARRAffinity=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;Secure;Domain=aws.orst.io Set-Cookie: ARRAffinitySameSite=ad51c3df8464631de8638f6da9738f5e365f2fd683aec2a7dea46284aa8922f7;Path=/;HttpOnly;SameSite=None;Secure;Domain=aws.orst.io Transfer-Encoding: chunked Strict-Transport-Security: max-age=2592000 blazor-enhanced-nav: allow X-Frame-Options: SAMEORIGIN
Open service 40.112.243.2:80 · identity-dev.alignfinancial.com
2026-01-12 16:29
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:30:46 GMT Location: https://identity-dev.alignfinancial.com/
Open service 40.112.243.2:443 · identity-dev.alignfinancial.com
2026-01-12 16:29
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 16:30:47 GMT
Server: Kestrel
Set-Cookie: ARRAffinity=2be45dc8513a5aac1cf08dd2678a9eef1fadfe1da35589acd5d4c13ba7087e1d;Path=/;HttpOnly;Secure;Domain=identity-dev.alignfinancial.com
Set-Cookie: ARRAffinitySameSite=2be45dc8513a5aac1cf08dd2678a9eef1fadfe1da35589acd5d4c13ba7087e1d;Path=/;HttpOnly;SameSite=None;Secure;Domain=identity-dev.alignfinancial.com
Transfer-Encoding: chunked
Request-Context: appId=cid-v1:9cf892f0-5375-4787-a325-af017fdeceac
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: default-src 'self'; object-src 'none'; frame-ancestors 'none'; sandbox allow-forms allow-same-origin allow-scripts; base-uri 'self';
X-Content-Security-Policy: default-src 'self'; object-src 'none'; frame-ancestors 'none'; sandbox allow-forms allow-same-origin allow-scripts; base-uri 'self';
Referrer-Policy: no-referrer
Page title: Streamlign login
<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
<title>Streamlign login</title>
<link rel="icon" type="image/x-icon" href="/favicon.png" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.png" />
<link rel="stylesheet" href="/lib/font-awesome/css/all.css" />
<link rel="stylesheet" href="/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="/lib/themes/theme_1602713275785.css" />
<link rel="stylesheet" href="/css/site.css?v=01/12/2026 16:30:47" />
</head>
<body class="h-100">
<div class="nav-page">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a href="#" class="navbar-brand">
<img src="/dual-logo.svg" alt="Dual Logo">
</a>
</nav>
</div>
<div class="container body-container body-container-mobile">
<div class="welcome-page">
<h1>
<img src="/icon.jpg">
Welcome to the Align Identity Server
<small class="text-muted">(version 6.1.5)</small>
</h1>
<ul>
<li>
IdentityServer publishes a
<a href="/.well-known/openid-configuration">discovery document</a>
where you can find metadata and links to all the endpoints, key material, etc.
</li>
<li>
Click <a href="/diagnostics">here</a> to see the claims for your current session.
</li>
<li>
Click <a href="/grants">here</a> to manage your stored grants.
</li>
<li>
<a href="/identity/account/register" class="btn btn-primary">Register a new user</a>
</li>
<li>
<a href="/identity/admin" class="btn btn-primary">Admin page</a>
</li>
</ul>
</div>
</div>
<script src="/lib/jquery/dist/jquery.slim.min.js"></script>
<script src="/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
Open service 40.112.243.2:443 · www.circulollantero.com.mx
2026-01-12 16:22
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Mon, 12 Jan 2026 16:23:12 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.circulollantero.com.mx/wp-json/>; rel="https://api.w.org/" Link: <https://www.circulollantero.com.mx/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://www.circulollantero.com.mx/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · roam-caribbean-33653.botics.co
2026-01-12 16:21
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:22:05 GMT Location: https://roam-caribbean-33653.botics.co/
Open service 40.112.243.2:443 · roam-caribbean-33653.botics.co
2026-01-12 16:21
HTTP/1.1 200 OK
Content-Length: 6057
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 16:22:06 GMT
Server: waitress
Vary: Cookie
X-Frame-Options: SAMEORIGIN
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/medium-editor@latest/dist/css/medium-editor.min.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/medium-editor@latest/dist/css/themes/tim.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href=/static/css/main.88143633ba94.css >
<title></title>
</head>
<body>
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand editable" data-remote="" data-field="" href="/">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/accounts/login/">Login</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/accounts/signup/">Sign Up</a>
</li>
</ul>
</div>
</nav>
<div class="jumbotron mt-5 editable" data-remote="" data-field="">
</div>
<div class="row mt-0 mb-5">
<div class="col-md-4 mt-5">
<div class="card">
<div class="card-body text-center">
<a class="card-title" href="https://pypi.org/project/django-allauth/0.38.0/">django-allauth</a>
</div>
</div>
</div>
<div class="col-md-4 mt-5">
<div class="card">
<div class="card-body text-center">
<a class="card-title" href="https://pypi.org/project/django-bootstrap4/0.0.7/">django-bootstrap4</a>
</div>
</div>
</div>
<div class="col-md-4 mt-5">
<div class="card">
<div class="card-body text-center">
<a class="card-title" href="https://pypi.org/project/djangorestframework/3.9.0/">djangorestframework</a>
</div>
</div>
</div>
</div>
<div class="top-140-pad">
<div class="sticky pull-right">
<div>
<a href="https://www.crowdbotics.com/?ref=badge+">
<span class="badge badge-success pull-right">
<div id="image" style="display:inline;">
<img class="img-fluid pencil" src="/static/img/slack-app-pencil.db8289206f23.png" alt="Built with software packages from crowdbotics.com" height="30" width="30">
</div>
<div id="texts" style="display:inline; margin-left: 4px;">
Made with Crowdbotics.com
</div>
</span>
</a>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.co
Open service 40.112.243.2:443 · ancient-frog-34284.botics.co
2026-01-12 16:01
HTTP/1.1 200 OK
Content-Length: 6057
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 16:02:46 GMT
Server: waitress
Vary: Origin, Cookie
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/medium-editor@latest/dist/css/medium-editor.min.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/medium-editor@latest/dist/css/themes/tim.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href=/static/css/main.88143633ba94.css >
<title></title>
</head>
<body>
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand editable" data-remote="" data-field="" href="/">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/accounts/login/">Login</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/accounts/signup/">Sign Up</a>
</li>
</ul>
</div>
</nav>
<div class="jumbotron mt-5 editable" data-remote="" data-field="">
</div>
<div class="row mt-0 mb-5">
<div class="col-md-4 mt-5">
<div class="card">
<div class="card-body text-center">
<a class="card-title" href="https://pypi.org/project/django-allauth/0.38.0/">django-allauth</a>
</div>
</div>
</div>
<div class="col-md-4 mt-5">
<div class="card">
<div class="card-body text-center">
<a class="card-title" href="https://pypi.org/project/django-bootstrap4/0.0.7/">django-bootstrap4</a>
</div>
</div>
</div>
<div class="col-md-4 mt-5">
<div class="card">
<div class="card-body text-center">
<a class="card-title" href="https://pypi.org/project/djangorestframework/3.9.0/">djangorestframework</a>
</div>
</div>
</div>
</div>
<div class="top-140-pad">
<div class="sticky pull-right">
<div>
<a href="https://www.crowdbotics.com/?ref=badge+">
<span class="badge badge-success pull-right">
<div id="image" style="display:inline;">
<img class="img-fluid pencil" src="/static/img/slack-app-pencil.db8289206f23.png" alt="Built with software packages from crowdbotics.com" height="30" width="30">
</div>
<div id="texts" style="display:inline; margin-left: 4px;">
Made with Crowdbotics.com
</div>
</span>
</a>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.co
Open service 40.112.243.2:80 · ancient-frog-34284.botics.co
2026-01-12 16:01
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:02:46 GMT Location: https://ancient-frog-34284.botics.co/
Open service 40.112.243.2:80 · polished-truth-42233.botics.co
2026-01-12 15:50
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 15:51:32 GMT Location: https://polished-truth-42233.botics.co/
Open service 40.112.243.2:443 · polished-truth-42233.botics.co
2026-01-12 15:50
HTTP/1.1 200 OK Content-Length: 784 Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 15:51:34 GMT Server: waitress Vary: Origin X-Frame-Options: SAMEORIGIN Page title: Track App <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link href="https://fonts.cdnfonts.com/css/inter" rel="stylesheet"><link href="https://fonts.cdnfonts.com/css/major-snafu" rel="stylesheet"><title>Track App</title><script defer="defer" src="/static/js/main.8f877cf5.js"></script><link href="/static/css/main.13dc6dd3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 40.112.243.2:443 · www.circulollantero.com
2026-01-12 15:36
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Mon, 12 Jan 2026 15:37:57 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.circulollantero.com/wp-json/>; rel="https://api.w.org/" Link: <https://www.circulollantero.com/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://www.circulollantero.com/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · teachers-only-tutor-35-staging.botics.co
2026-01-12 15:35
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 15:36:34 GMT Location: https://teachers-only-tutor-35-staging.botics.co/
Open service 40.112.243.2:443 · teachers-only-tutor-35-staging.botics.co
2026-01-12 15:35
HTTP/1.1 200 OK
Content-Length: 1781
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 15:36:35 GMT
Server: waitress
Vary: Origin
X-Frame-Options: SAMEORIGIN
Page title: TOT
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/logo.png"/><meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover"/><meta name="theme-color" content="#ffffff"/><meta name="description" content="slyod designs"/><link rel="apple-touch-icon" href="/logo.png"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap" rel="stylesheet"/><link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="/static/fonts/sf-pro/fonts.css"/><link href="https://fonts.googleapis.com/css2?family=DM+Sans&display=swap" rel="stylesheet"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=DM+Sans&display=swap" rel="stylesheet"/><script type="text/javascript" src="//geoip-js.com/js/apis/geoip2/v2.1/geoip2.js" onload='window.country="US",geoip2.country((o=>{window.country=o.country.iso_code}))'></script><title>TOT</title><script defer="defer" src="/static/js/main.b8cf90f1.js"></script><link href="/static/css/main.4e301329.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><div id="modal"></div></body></html>
Open service 40.112.243.2:443 · dev-join.ldcampfireclub.com
2026-01-12 15:35
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 15:36:35 GMT
Server: Kestrel
Cache-Control: no-cache, no-store
Pragma: no-cache
Set-Cookie: .AspNetCore.Antiforgery.RtGCWVXC8-4=CfDJ8E5KqnYUCiFEuO77Vivqpran0uwf7PPwBfJZCCOqytPIB2bJ0ij_eWtIzW722mmeTgia067KDWRdqlW-2oGrTtECyUnXdfrqKtSDP0XodxoN51Cww_dQDNaL3Kc4__AcPczqXm_oGA-0u0Kwf4Y3_zo; path=/; samesite=strict; httponly
Transfer-Encoding: chunked
Strict-Transport-Security: max-age=2592000
Request-Context: appId=cid-v1:e2bd1a50-c5aa-4391-837a-cee8f45cdbfb
X-Frame-Options: SAMEORIGIN
Page title: Campfire Club™ Membership
<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.dataLayer = window.dataLayer || [];
</script>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-TM329ST');
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Campfire Club™ Membership</title>
<!-- Shared CSS included for all tenants -->
<link rel="stylesheet" href="/css/site.css?v=4ZdLfs_5rWJBzp4q6m4iVziQyuJUKuqKQlCrFyRi3rE" />
<link rel='stylesheet' href='/css/uxwing-iconsfont.css?v=lNkTIC4SCrqeqOVFr2Jlv7wncQVuxLh1xH45qr4i8gY' />
<link rel="stylesheet" href="/Lazydog.Checkout.App.styles.css?v=ZASisB4xtpkGwPlQr5H0NnfcBA8USN_nma78a0V3QKs" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<script type="text/javascript">!function(T,l,y){var S=T.location,k="script",D="instrumentationKey",C="ingestionendpoint",I="disableExceptionTracking",E="ai.device.",b="toLowerCase",w="crossOrigin",N="POST",e="appInsightsSDK",t=y.name||"appInsights";(y.name||T[e])&&(T[e]=t);var n=T[t]||function(d){var g=!1,f=!1,m={initialize:!0,queue:[],sv:"5",version:2,config:d};function v(e,t){var n={},a="Browser";return n[E+"id"]=a[b](),n[E+"type"]=a,n["ai.operation.name"]=S&&S.pathname||"_unknown_",n["ai.internal.sdkVersion"]="javascript:snippet_"+(m.sv||m.version),{time:function(){var e=new Date;function t(e){var t=""+e;return 1===t.length&&(t="0"+t),t}return e.getUTCFullYear()+"-"+t(1+e.getUTCMonth())+"-"+t(e.getUTCDate())+"T"+t(e.getUTCHours())+":"+t(e.getUTCMinutes())+":"+t(e.getUTCSeconds())+"."+((e.getUTCMilliseconds()/1e3).toFixed(3)+"").slice(2,5)+"Z"}(),iKey:e,name:"Microsoft.ApplicationInsights."+e.replace(/-/g,"")+"."+t,sampleRate:100,tags:n,data:{baseData:{ver:2}}}}var h=d.url||y.src;if(h){function a(e){var t,n,a,i,r,o,s,c,u,p,l;g=!0,m.queue=[],f||(f=!0,t=h,s=function(){var e={},t=d.connectionString;if(t)for(var n=t.split(";"),a=0;a<n.length;a++){var i=n[a].split("=");2===i.length&&(e[i[0][b]()]=i[1])}if(!e[C]){var r=e.endpointsuffix,o=r?e.location:null;e[C]="https://"+(o?o+".":"")+"dc."+(r||"services.visualstudio.com")}return e}(),c=s[D]||d[D]||"",u=s[C],p=u?u+"/v2/track":d.endpointUrl,(l=[]).push((n="SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details)",a=t,i=p,(o=(r=v(c,"Exception")).data).baseType="ExceptionData",o.baseData.exceptions=[{typeName:"SDKLoadFailed",message:n.replace(/\./g,"-"),hasFullStack:!1,stack:n+"\nSnippet failed to load ["+a+"] -- Telemetry is disabled\nHelp Link: https://go.microsoft.com/fwlink/?linkid=2128109\nHost: "+(S&&S.pathname||"_unknown_")+"\nEndpoint: "+i,parsedStack:[]}],r)),l.push(function(e,t,n,a){var i=v(c,"Message"),r=i.data;r.baseType="MessageData";var o=r.baseData;return o.message='AI (Internal): 99 message:"'+("SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details) ("+n+")").replace(/\"/g,"")+'"',o.properties={endpoint:a},i}(0,0,t,p)),function(e,t){if(JSON){var n=T.fetch;if(n&&!y.useXhr)n(t,{method:N,body:JSON.stringify(e),mode:"cors"});else if(XMLHttpRequest){var a=new XMLHttpRequest;a.open(N,t),a.setRequestHeader("Content-type","application/json"),a.send(JSON.stringify(e))}}}(l,p))}function i(e,t){f||setTimeout(function(){!t&&m.core||a()},500)}var e=function(){var n=l.createElement(k);n.src=h;var e=y[w];return!e&&""!==e||"undefined"==n[w]||(n[w]=e),n.onload=i,n.onerror=a,n.onread
Open service 40.112.243.2:80 · dev-join.ldcampfireclub.com
2026-01-12 15:35
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 15:36:34 GMT Location: https://dev-join.ldcampfireclub.com/
Open service 40.112.243.2:443 · orella-34838-staging.botics.co
2026-01-12 15:35
HTTP/1.1 200 OK Content-Length: 591 Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 15:36:19 GMT Server: waitress X-Frame-Options: SAMEORIGIN Page title: Orella <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="manifest" href="/manifest.json"/><title>Orella</title><script defer="defer" src="/static/js/main.78f5d31d.js"></script><link href="/static/css/main.ad6499d2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 40.112.243.2:80 · orella-34838-staging.botics.co
2026-01-12 15:35
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 15:36:19 GMT Location: https://orella-34838-staging.botics.co/
Open service 40.112.243.2:80 · dev-join.ldbeerclub.com
2026-01-12 15:10
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 15:11:14 GMT Location: https://dev-join.ldbeerclub.com/
Open service 40.112.243.2:443 · dev-join.ldbeerclub.com
2026-01-12 15:10
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 15:11:16 GMT
Server: Kestrel
Cache-Control: no-cache, no-store
Pragma: no-cache
Set-Cookie: .AspNetCore.Antiforgery.RtGCWVXC8-4=CfDJ8E5KqnYUCiFEuO77VivqprYlLIZdzid3RT04f4EJPg6iFOTp0R3JgzVKp8on0PumSyMO-SFXuSrcHhMsx7QODMaTbHfO4XzP31xwoFQ3TuALZLvx7O-sW8vgLuCluL6XkVhwd_CsOQ3x3sWcXh6z92I; path=/; samesite=strict; httponly
Transfer-Encoding: chunked
Strict-Transport-Security: max-age=2592000
Request-Context: appId=cid-v1:e2bd1a50-c5aa-4391-837a-cee8f45cdbfb
X-Frame-Options: SAMEORIGIN
Page title: Beer Club Membership
<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.dataLayer = window.dataLayer || [];
</script>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-TM329ST');
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Beer Club Membership</title>
<!-- Shared CSS included for all tenants -->
<link rel="stylesheet" href="/css/site.css?v=4ZdLfs_5rWJBzp4q6m4iVziQyuJUKuqKQlCrFyRi3rE" />
<link rel='stylesheet' href='/css/uxwing-iconsfont.css?v=lNkTIC4SCrqeqOVFr2Jlv7wncQVuxLh1xH45qr4i8gY' />
<link rel="stylesheet" href="/Lazydog.Checkout.App.styles.css?v=ZASisB4xtpkGwPlQr5H0NnfcBA8USN_nma78a0V3QKs" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<script type="text/javascript">!function(T,l,y){var S=T.location,k="script",D="instrumentationKey",C="ingestionendpoint",I="disableExceptionTracking",E="ai.device.",b="toLowerCase",w="crossOrigin",N="POST",e="appInsightsSDK",t=y.name||"appInsights";(y.name||T[e])&&(T[e]=t);var n=T[t]||function(d){var g=!1,f=!1,m={initialize:!0,queue:[],sv:"5",version:2,config:d};function v(e,t){var n={},a="Browser";return n[E+"id"]=a[b](),n[E+"type"]=a,n["ai.operation.name"]=S&&S.pathname||"_unknown_",n["ai.internal.sdkVersion"]="javascript:snippet_"+(m.sv||m.version),{time:function(){var e=new Date;function t(e){var t=""+e;return 1===t.length&&(t="0"+t),t}return e.getUTCFullYear()+"-"+t(1+e.getUTCMonth())+"-"+t(e.getUTCDate())+"T"+t(e.getUTCHours())+":"+t(e.getUTCMinutes())+":"+t(e.getUTCSeconds())+"."+((e.getUTCMilliseconds()/1e3).toFixed(3)+"").slice(2,5)+"Z"}(),iKey:e,name:"Microsoft.ApplicationInsights."+e.replace(/-/g,"")+"."+t,sampleRate:100,tags:n,data:{baseData:{ver:2}}}}var h=d.url||y.src;if(h){function a(e){var t,n,a,i,r,o,s,c,u,p,l;g=!0,m.queue=[],f||(f=!0,t=h,s=function(){var e={},t=d.connectionString;if(t)for(var n=t.split(";"),a=0;a<n.length;a++){var i=n[a].split("=");2===i.length&&(e[i[0][b]()]=i[1])}if(!e[C]){var r=e.endpointsuffix,o=r?e.location:null;e[C]="https://"+(o?o+".":"")+"dc."+(r||"services.visualstudio.com")}return e}(),c=s[D]||d[D]||"",u=s[C],p=u?u+"/v2/track":d.endpointUrl,(l=[]).push((n="SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details)",a=t,i=p,(o=(r=v(c,"Exception")).data).baseType="ExceptionData",o.baseData.exceptions=[{typeName:"SDKLoadFailed",message:n.replace(/\./g,"-"),hasFullStack:!1,stack:n+"\nSnippet failed to load ["+a+"] -- Telemetry is disabled\nHelp Link: https://go.microsoft.com/fwlink/?linkid=2128109\nHost: "+(S&&S.pathname||"_unknown_")+"\nEndpoint: "+i,parsedStack:[]}],r)),l.push(function(e,t,n,a){var i=v(c,"Message"),r=i.data;r.baseType="MessageData";var o=r.baseData;return o.message='AI (Internal): 99 message:"'+("SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details) ("+n+")").replace(/\"/g,"")+'"',o.properties={endpoint:a},i}(0,0,t,p)),function(e,t){if(JSON){var n=T.fetch;if(n&&!y.useXhr)n(t,{method:N,body:JSON.stringify(e),mode:"cors"});else if(XMLHttpRequest){var a=new XMLHttpRequest;a.open(N,t),a.setRequestHeader("Content-type","application/json"),a.send(JSON.stringify(e))}}}(l,p))}function i(e,t){f||setTimeout(function(){!t&&m.core||a()},500)}var e=function(){var n=l.createElement(k);n.src=h;var e=y[w];return!e&&""!==e||"undefined"==n[w]||(n[w]=e),n.onload=i,n.onerror=a,n.onreadystatechange
Open service 40.112.243.2:80 · demo.thirdopinion.io
2026-01-12 15:01
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 15:02:58 GMT
Server: Kestrel
Cache-Control: no-cache, no-store, max-age=0
Pragma: no-cache
Set-Cookie: .AspNetCore.Antiforgery.VyLW6ORzMgk=CfDJ8FcbwYbbspFKiPjyUnl5yAyRcV5eOLAN8xjK7s_hIWwuw5TwsMt29rivPBmizQGEQJq4ix8hJYsjTSlyjwG3SDt0sfIvEVUFB0AHeoewfdV6Z0LCz2gyAEYDPom36UDfr1PhTlIdOFBokBWMxAWJZWc; path=/; samesite=strict; httponly
Transfer-Encoding: chunked
blazor-enhanced-nav: allow
X-Frame-Options: SAMEORIGIN
<!DOCTYPE html>
<html lang="en"><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="/">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="app.css">
<link rel="stylesheet" href="TrialMatch.styles.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body><!--Blazor:{"type":"server","prerenderId":"7cd6577224ee4352ac394f148af7250f","key":{"locationHash":"76A35CF6B1730E69B60F66A3F9BE6FF6EF58CCA71D0F90A1C5BE9CBB3112633B:8","formattedComponentKey":""},"sequence":0,"descriptor":"CfDJ8FcbwYbbspFKiPjyUnl5yAyyCfKBq\u002BmJ2uZQF/6kO7wJUlVhOBUn6BwR3j8fvSxLd6huSp6wXpqWMHV2qVfIRJZp\u002BY6BmpHFG5NKsg05u0J7JO9ZrfTds4CklRk31jv2NxmZW68uV5\u002B38HtrLjnX\u002BQv8E3RVn5Z323yx1w5Jiym/ywoxKzYg6P7i9pwYzsBUqPR/9EGACfMNWIJrgt\u002B7DTcIFPr0FfzvIEP7fjemdfweOv6tTZCd94JUglrTZEUZJyBxi3IeTm\u002BEZ0DYKiiyl/ogbU79rQ6sL32R6xvwbixeHYC0xIhSpfEuAVufb90qKQjbFe9gLMDlrfeYtJS7o/wtkvK3I3m2vQNKDL/B41m8S8Oai2mjkcuj1n2mQq49oxG42KycZqbDajTAoCOpRH12kfR226pPRGnZRb7MRHnt31VXJO3Fh4eHE4U16ddanaF3qcjTY8Rqwl8hELMfLOjR1r5aBREaVMSfnOhkuUZoSW4hnMwvnAZeHO52me/98aNgW3273NP7csnKKC28vFM="}--><div class="container-fluid p-0" b-yot6je2e7b><div class="row vh-100" b-yot6je2e7b><div class="col-4 col-md-3 col-lg-2 sidebar" b-yot6je2e7b><div class="d-flex flex-column text-white top-row px-3 pt-2 align-items-start align-items-middle" b-oggd41d2so><h3 b-oggd41d2so><a class="navbar-brand" style="font-size: 1.0em" href="#" b-oggd41d2so>Trial <strong b-oggd41d2so>Match</strong><span class="fw-light text-uppercase" style="font-size: 0.6em;" b-oggd41d2so> :Beta</span></a></h3></div>
<hr b-oggd41d2so>
<ul class="nav nav-pills flex-column" b-oggd41d2so><li class="nav-item px-3 pt-0" b-oggd41d2so><a href="" class="nav-link text-white active" aria-current="page"><i class="bi bi-journal-text pe-2" style="font-size: 1.75em" b-oggd41d2so></i> Trials
</a></li>
<li class="nav-item px-3" b-oggd41d2so><a href="patients" class="nav-link text-white"><i class="bi bi-person-lines-fill pe-2" style="font-size: 1.75em" b-oggd41d2so></i> Patients
</a></li>
<li class="nav-item px-3" b-oggd41d2so><a href="matches" class="nav-link text-white"><i class="bi bi-funnel pe-2" style="font-size: 1.75em" b-oggd41d2so></i> Matches
</a></li>
<li class="nav-item px-3" b-oggd41d2so><a class="sidebar-link collapsed nav-link text-white" href="#settingsSection" data-bs-toggle="collapse" aria-expanded="false" aria-controls="settingsSection" b-oggd41d2so><i class="bi bi-gear pe-2" style="font-size: 1.75em" b-oggd41d2so></i> Settings </a>
<ul class="collapse" id="settingsSection" b-oggd41d2so><li class="nav-item" b-oggd41d2so><a href="settings/trials" class="nav-link text-white"><i class="bi bi-journal-plus pe-2" style="font-size: 1.75em" b-oggd41d2so></i> Manage Trials
</a></li>
<li class="nav-item" b-oggd41d2so><a href="settings/patients" class="nav-link text-white"><i class="bi bi-person-plus pe-2" style="font-size: 1.75em" b-oggd41d2so></i> Manage Patients
</a></li></ul></li></ul></div>
<div class="col-8 col-md-9 col-lg-10 ps-4 pe-5" b-yot6je2e7b><h3 class="display-6">Trials</h3><div class="mb-3"><label for="trialSelect" class="form-label">Select Trial</label>
<select id="trialSelect" class="form-select" value="NCT04793958"><option value="NCT04793958" selected>Phase 3 Study of MRTX849 With Cetuximab vs Chemotherapy in Patients With Advanced Colorectal Cancer With KRAS G12C Mutation (KRYSTAL-10) (NCT04793958)</option><option value="NCT06267560">Lp(a) Lowering Study of Pelacarsen (TQJ230) in US Black/African American and Hispanic Participants With Elevated Lp(a) and Established ASCVD (NCT06267560)</option><option
Open service 40.112.243.2:443 · demo.thirdopinion.io
2026-01-12 15:01
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 15:02:59 GMT
Server: Kestrel
Cache-Control: no-cache, no-store, max-age=0
Pragma: no-cache
Set-Cookie: .AspNetCore.Antiforgery.VyLW6ORzMgk=CfDJ8FcbwYbbspFKiPjyUnl5yAxDkSzztBg4Ja1Y24er6hpCcf2ebbF8UmYjA5zAn3Ltanf38qQ3XvwMEEYc9eML_5D9q_zVuILdxrAD3rrti8UHkOgGL1XCEkCgkWmrFneqCMJAGR7ODsZPp0j61mbLyXE; path=/; samesite=strict; httponly
Transfer-Encoding: chunked
blazor-enhanced-nav: allow
X-Frame-Options: SAMEORIGIN
<!DOCTYPE html>
<html lang="en"><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="/">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="app.css">
<link rel="stylesheet" href="TrialMatch.styles.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body><!--Blazor:{"type":"server","prerenderId":"92f236b7b6fa48f791f24272cb21a29a","key":{"locationHash":"76A35CF6B1730E69B60F66A3F9BE6FF6EF58CCA71D0F90A1C5BE9CBB3112633B:8","formattedComponentKey":""},"sequence":0,"descriptor":"CfDJ8FcbwYbbspFKiPjyUnl5yAxOWr11NCUZR8giPLrvsjT/GvazfB5mngSwdhgl0QuECvAf8K6fwf2RPXP7CvaOHjXXGT8USwaaGouFGbOvMqp10w1IzbeujpD7It5x8OYZGaY/e/JiKopie84s8I19mEY1e8XNoc57FsEAjuj6qefdkZ3NqI9dmLpeDobkf2Jb9GJt44wh94mch4y3n35qSSbQKSqaP6jdlbf\u002BCbcWEWYZvX\u002BAyevt\u002BvGesb\u002BMyiN6yv32COEM2fX/Unwwk2eqC02MiFsZ7RsM8TzTlXKfw9IyIykFwJwirqJAO8U1L19AvB5ZALtIHU0dsGooms5lpa1A5cuORMrMIMoruK2yqdJs0vVumwcAMD22nkHrT8zx4W90Vnv6FGQQnG5ucyL5bTa3H0mz/L9eoDMc\u002BYOBxTDdXg9sAugaKVHS3QRyIb0JbL9c/XMJdkQPTDux7BgeQ7AYwDR2FttMFLda\u002BFCLihXvLHl\u002BmXi4RNj9Z79OncBgsp28q\u002BX82/6DhqiIeqfQoN4="}--><div class="container-fluid p-0" b-yot6je2e7b><div class="row vh-100" b-yot6je2e7b><div class="col-4 col-md-3 col-lg-2 sidebar" b-yot6je2e7b><div class="d-flex flex-column text-white top-row px-3 pt-2 align-items-start align-items-middle" b-oggd41d2so><h3 b-oggd41d2so><a class="navbar-brand" style="font-size: 1.0em" href="#" b-oggd41d2so>Trial <strong b-oggd41d2so>Match</strong><span class="fw-light text-uppercase" style="font-size: 0.6em;" b-oggd41d2so> :Beta</span></a></h3></div>
<hr b-oggd41d2so>
<ul class="nav nav-pills flex-column" b-oggd41d2so><li class="nav-item px-3 pt-0" b-oggd41d2so><a href="" class="nav-link text-white active" aria-current="page"><i class="bi bi-journal-text pe-2" style="font-size: 1.75em" b-oggd41d2so></i> Trials
</a></li>
<li class="nav-item px-3" b-oggd41d2so><a href="patients" class="nav-link text-white"><i class="bi bi-person-lines-fill pe-2" style="font-size: 1.75em" b-oggd41d2so></i> Patients
</a></li>
<li class="nav-item px-3" b-oggd41d2so><a href="matches" class="nav-link text-white"><i class="bi bi-funnel pe-2" style="font-size: 1.75em" b-oggd41d2so></i> Matches
</a></li>
<li class="nav-item px-3" b-oggd41d2so><a class="sidebar-link collapsed nav-link text-white" href="#settingsSection" data-bs-toggle="collapse" aria-expanded="false" aria-controls="settingsSection" b-oggd41d2so><i class="bi bi-gear pe-2" style="font-size: 1.75em" b-oggd41d2so></i> Settings </a>
<ul class="collapse" id="settingsSection" b-oggd41d2so><li class="nav-item" b-oggd41d2so><a href="settings/trials" class="nav-link text-white"><i class="bi bi-journal-plus pe-2" style="font-size: 1.75em" b-oggd41d2so></i> Manage Trials
</a></li>
<li class="nav-item" b-oggd41d2so><a href="settings/patients" class="nav-link text-white"><i class="bi bi-person-plus pe-2" style="font-size: 1.75em" b-oggd41d2so></i> Manage Patients
</a></li></ul></li></ul></div>
<div class="col-8 col-md-9 col-lg-10 ps-4 pe-5" b-yot6je2e7b><h3 class="display-6">Trials</h3><div class="mb-3"><label for="trialSelect" class="form-label">Select Trial</label>
<select id="trialSelect" class="form-select" value="NCT04793958"><option value="NCT04793958" selected>Phase 3 Study of MRTX849 With Cetuximab vs Chemotherapy in Patients With Advanced Colorectal Cancer With KRAS G12C Mutation (KRYSTAL-10) (NCT04793958)</option><option value="NCT06267560">Lp(a) Lowering Study of Pelacarsen (TQJ230) in US Black/African American and Hispanic Participants With Elevated Lp(a) and Established ASCVD (NCT06267560)</opti
Open service 40.112.243.2:443 · coalition.enrollandpay.com
2026-01-12 13:41
HTTP/1.1 200 OK
Content-Length: 1305
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 13:42:19 GMT
Server: nginx/1.29.4
Accept-Ranges: bytes
ETag: "695c39be-519"
Last-Modified: Mon, 05 Jan 2026 22:22:54 GMT
Page title: Enroll And Pay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- needs to be right at the top to prevent Chrome from reloading favicon on every route change -->
<link id="favicon" rel="icon" type="image/x-icon" href="assets/favicons/enrollAndPayFavicon.ico"/>
<title>Enroll And Pay</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4e8ef7"/>
<link rel="manifest" href="manifest.webmanifest"/>
<link rel="stylesheet" href="styles.7d37caadd94b64a8.css"></head>
<body>
<!--[if lte IE 11]>
<p>
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<noscript>
<p>This page requires JavaScript to work properly. Please enable JavaScript in your browser.</p>
</noscript>
<app-root></app-root>
<script src="runtime.b2bf38dbe528ab88.js" type="module"></script><script src="polyfills.8e8d7dcc169a0ebf.js" type="module"></script><script src="scripts.6a0df01e50239563.js" defer></script><script src="vendor.0083c3cfd6d6bc82.js" type="module"></script><script src="main.907fcfc57bf9d305.js" type="module"></script></body>
</html>
Open service 40.112.243.2:80 · coalition.enrollandpay.com
2026-01-12 13:41
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 13:42:19 GMT Location: https://coalition.enrollandpay.com/
Open service 40.112.243.2:443 · preproduction-portal.enrollandpay.com
2026-01-12 13:40
HTTP/1.1 200 OK
Content-Length: 1305
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 13:41:24 GMT
Server: nginx/1.29.4
Accept-Ranges: bytes
ETag: "695fe470-519"
Last-Modified: Thu, 08 Jan 2026 17:08:00 GMT
Page title: Enroll And Pay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- needs to be right at the top to prevent Chrome from reloading favicon on every route change -->
<link id="favicon" rel="icon" type="image/x-icon" href="assets/favicons/enrollAndPayFavicon.ico"/>
<title>Enroll And Pay</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4e8ef7"/>
<link rel="manifest" href="manifest.webmanifest"/>
<link rel="stylesheet" href="styles.9b15c9c546277185.css"></head>
<body>
<!--[if lte IE 11]>
<p>
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<noscript>
<p>This page requires JavaScript to work properly. Please enable JavaScript in your browser.</p>
</noscript>
<app-root></app-root>
<script src="runtime.9c69b33fc212f72a.js" type="module"></script><script src="polyfills.b828666c2dd56818.js" type="module"></script><script src="scripts.6a0df01e50239563.js" defer></script><script src="vendor.eb6f75a12afc7e49.js" type="module"></script><script src="main.9242a80f1be566aa.js" type="module"></script></body>
</html>
Open service 40.112.243.2:80 · preproduction-portal.enrollandpay.com
2026-01-12 13:40
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 13:41:24 GMT Location: https://preproduction-portal.enrollandpay.com/
Open service 40.112.243.2:80 · preproduction-coalition.enrollandpay.com
2026-01-12 13:16
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 13:17:38 GMT Location: https://preproduction-coalition.enrollandpay.com/
Open service 40.112.243.2:443 · preproduction-coalition.enrollandpay.com
2026-01-12 13:16
HTTP/1.1 200 OK
Content-Length: 1305
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 13:17:38 GMT
Server: nginx/1.29.1
Accept-Ranges: bytes
ETag: "68dbeb13-519"
Last-Modified: Tue, 30 Sep 2025 14:37:07 GMT
Page title: Enroll And Pay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- needs to be right at the top to prevent Chrome from reloading favicon on every route change -->
<link id="favicon" rel="icon" type="image/x-icon" href="assets/favicons/enrollAndPayFavicon.ico"/>
<title>Enroll And Pay</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4e8ef7"/>
<link rel="manifest" href="manifest.webmanifest"/>
<link rel="stylesheet" href="styles.7d37caadd94b64a8.css"></head>
<body>
<!--[if lte IE 11]>
<p>
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<noscript>
<p>This page requires JavaScript to work properly. Please enable JavaScript in your browser.</p>
</noscript>
<app-root></app-root>
<script src="runtime.b2bf38dbe528ab88.js" type="module"></script><script src="polyfills.8e8d7dcc169a0ebf.js" type="module"></script><script src="scripts.6a0df01e50239563.js" defer></script><script src="vendor.0083c3cfd6d6bc82.js" type="module"></script><script src="main.4a163df9c2cbe50c.js" type="module"></script></body>
</html>
Open service 40.112.243.2:80 · gspdashboard.enrollandpay.com
2026-01-12 13:16
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 13:17:11 GMT Location: https://gspdashboard.enrollandpay.com/
Open service 40.112.243.2:443 · gspdashboard.enrollandpay.com
2026-01-12 13:16
HTTP/1.1 200 OK
Content-Length: 1305
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 13:17:12 GMT
Server: nginx/1.29.4
Accept-Ranges: bytes
ETag: "694478de-519"
Last-Modified: Thu, 18 Dec 2025 21:57:50 GMT
Page title: Enroll And Pay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- needs to be right at the top to prevent Chrome from reloading favicon on every route change -->
<link id="favicon" rel="icon" type="image/x-icon" href="assets/favicons/enrollAndPayFavicon.ico"/>
<title>Enroll And Pay</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4e8ef7"/>
<link rel="manifest" href="manifest.webmanifest"/>
<link rel="stylesheet" href="styles.9b15c9c546277185.css"></head>
<body>
<!--[if lte IE 11]>
<p>
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<noscript>
<p>This page requires JavaScript to work properly. Please enable JavaScript in your browser.</p>
</noscript>
<app-root></app-root>
<script src="runtime.ae5f5642cb9529fe.js" type="module"></script><script src="polyfills.b828666c2dd56818.js" type="module"></script><script src="scripts.6a0df01e50239563.js" defer></script><script src="vendor.eb6f75a12afc7e49.js" type="module"></script><script src="main.9242a80f1be566aa.js" type="module"></script></body>
</html>
Open service 40.112.243.2:443 · staging-coalition.enrollandpay.com
2026-01-12 12:56
HTTP/1.1 200 OK
Content-Length: 1305
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 12:57:35 GMT
Server: nginx/1.29.4
Accept-Ranges: bytes
ETag: "695c39be-519"
Last-Modified: Mon, 05 Jan 2026 22:22:54 GMT
Page title: Enroll And Pay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- needs to be right at the top to prevent Chrome from reloading favicon on every route change -->
<link id="favicon" rel="icon" type="image/x-icon" href="assets/favicons/enrollAndPayFavicon.ico"/>
<title>Enroll And Pay</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4e8ef7"/>
<link rel="manifest" href="manifest.webmanifest"/>
<link rel="stylesheet" href="styles.7d37caadd94b64a8.css"></head>
<body>
<!--[if lte IE 11]>
<p>
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<noscript>
<p>This page requires JavaScript to work properly. Please enable JavaScript in your browser.</p>
</noscript>
<app-root></app-root>
<script src="runtime.b2bf38dbe528ab88.js" type="module"></script><script src="polyfills.8e8d7dcc169a0ebf.js" type="module"></script><script src="scripts.6a0df01e50239563.js" defer></script><script src="vendor.0083c3cfd6d6bc82.js" type="module"></script><script src="main.907fcfc57bf9d305.js" type="module"></script></body>
</html>
Open service 40.112.243.2:80 · staging-coalition.enrollandpay.com
2026-01-12 12:56
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 12:57:35 GMT Location: https://staging-coalition.enrollandpay.com/
Open service 40.112.243.2:443 · nabdashboard.enrollandpay.com
2026-01-12 12:53
HTTP/1.1 200 OK
Content-Length: 1305
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 12:54:17 GMT
Server: nginx/1.29.4
Accept-Ranges: bytes
ETag: "694478de-519"
Last-Modified: Thu, 18 Dec 2025 21:57:50 GMT
Page title: Enroll And Pay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- needs to be right at the top to prevent Chrome from reloading favicon on every route change -->
<link id="favicon" rel="icon" type="image/x-icon" href="assets/favicons/enrollAndPayFavicon.ico"/>
<title>Enroll And Pay</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4e8ef7"/>
<link rel="manifest" href="manifest.webmanifest"/>
<link rel="stylesheet" href="styles.9b15c9c546277185.css"></head>
<body>
<!--[if lte IE 11]>
<p>
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<noscript>
<p>This page requires JavaScript to work properly. Please enable JavaScript in your browser.</p>
</noscript>
<app-root></app-root>
<script src="runtime.ae5f5642cb9529fe.js" type="module"></script><script src="polyfills.b828666c2dd56818.js" type="module"></script><script src="scripts.6a0df01e50239563.js" defer></script><script src="vendor.eb6f75a12afc7e49.js" type="module"></script><script src="main.9242a80f1be566aa.js" type="module"></script></body>
</html>
Open service 40.112.243.2:80 · nabdashboard.enrollandpay.com
2026-01-12 12:53
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 12:54:17 GMT Location: https://nabdashboard.enrollandpay.com/
Open service 40.112.243.2:80 · nabagent.enrollandpay.com
2026-01-12 12:29
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 12:30:24 GMT Location: https://nabagent.enrollandpay.com/
Open service 40.112.243.2:443 · nabagent.enrollandpay.com
2026-01-12 12:29
HTTP/1.1 200 OK
Content-Length: 1305
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 12:30:25 GMT
Server: nginx/1.29.4
Accept-Ranges: bytes
ETag: "695c39be-519"
Last-Modified: Mon, 05 Jan 2026 22:22:54 GMT
Page title: Enroll And Pay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- needs to be right at the top to prevent Chrome from reloading favicon on every route change -->
<link id="favicon" rel="icon" type="image/x-icon" href="assets/favicons/enrollAndPayFavicon.ico"/>
<title>Enroll And Pay</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4e8ef7"/>
<link rel="manifest" href="manifest.webmanifest"/>
<link rel="stylesheet" href="styles.7d37caadd94b64a8.css"></head>
<body>
<!--[if lte IE 11]>
<p>
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<noscript>
<p>This page requires JavaScript to work properly. Please enable JavaScript in your browser.</p>
</noscript>
<app-root></app-root>
<script src="runtime.b2bf38dbe528ab88.js" type="module"></script><script src="polyfills.8e8d7dcc169a0ebf.js" type="module"></script><script src="scripts.6a0df01e50239563.js" defer></script><script src="vendor.0083c3cfd6d6bc82.js" type="module"></script><script src="main.907fcfc57bf9d305.js" type="module"></script></body>
</html>
Open service 40.112.243.2:443 · portal.enrollandpay.com
2026-01-12 12:28
HTTP/1.1 200 OK
Content-Length: 1305
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 12:29:53 GMT
Server: nginx/1.29.4
Accept-Ranges: bytes
ETag: "694478de-519"
Last-Modified: Thu, 18 Dec 2025 21:57:50 GMT
Page title: Enroll And Pay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- needs to be right at the top to prevent Chrome from reloading favicon on every route change -->
<link id="favicon" rel="icon" type="image/x-icon" href="assets/favicons/enrollAndPayFavicon.ico"/>
<title>Enroll And Pay</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4e8ef7"/>
<link rel="manifest" href="manifest.webmanifest"/>
<link rel="stylesheet" href="styles.9b15c9c546277185.css"></head>
<body>
<!--[if lte IE 11]>
<p>
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<noscript>
<p>This page requires JavaScript to work properly. Please enable JavaScript in your browser.</p>
</noscript>
<app-root></app-root>
<script src="runtime.ae5f5642cb9529fe.js" type="module"></script><script src="polyfills.b828666c2dd56818.js" type="module"></script><script src="scripts.6a0df01e50239563.js" defer></script><script src="vendor.eb6f75a12afc7e49.js" type="module"></script><script src="main.9242a80f1be566aa.js" type="module"></script></body>
</html>
Open service 40.112.243.2:80 · portal.enrollandpay.com
2026-01-12 12:28
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 12:29:52 GMT Location: https://portal.enrollandpay.com/
Open service 40.112.243.2:80 · netelement-portal.enrollandpay.com
2026-01-12 12:28
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 12:29:38 GMT Location: https://netelement-portal.enrollandpay.com/
Open service 40.112.243.2:443 · netelement-portal.enrollandpay.com
2026-01-12 12:28
HTTP/1.1 200 OK
Content-Length: 1305
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 12:29:39 GMT
Server: nginx/1.29.4
Accept-Ranges: bytes
ETag: "694478de-519"
Last-Modified: Thu, 18 Dec 2025 21:57:50 GMT
Page title: Enroll And Pay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- needs to be right at the top to prevent Chrome from reloading favicon on every route change -->
<link id="favicon" rel="icon" type="image/x-icon" href="assets/favicons/enrollAndPayFavicon.ico"/>
<title>Enroll And Pay</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4e8ef7"/>
<link rel="manifest" href="manifest.webmanifest"/>
<link rel="stylesheet" href="styles.9b15c9c546277185.css"></head>
<body>
<!--[if lte IE 11]>
<p>
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<noscript>
<p>This page requires JavaScript to work properly. Please enable JavaScript in your browser.</p>
</noscript>
<app-root></app-root>
<script src="runtime.ae5f5642cb9529fe.js" type="module"></script><script src="polyfills.b828666c2dd56818.js" type="module"></script><script src="scripts.6a0df01e50239563.js" defer></script><script src="vendor.eb6f75a12afc7e49.js" type="module"></script><script src="main.9242a80f1be566aa.js" type="module"></script></body>
</html>
Open service 40.112.243.2:80 · staging-portal.enrollandpay.com
2026-01-12 12:28
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 12:29:23 GMT Location: https://staging-portal.enrollandpay.com/
Open service 40.112.243.2:443 · staging-portal.enrollandpay.com
2026-01-12 12:28
HTTP/1.1 200 OK
Content-Length: 1305
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 12:29:25 GMT
Server: nginx/1.29.4
Accept-Ranges: bytes
ETag: "695fcd5c-519"
Last-Modified: Thu, 08 Jan 2026 15:29:32 GMT
Page title: Enroll And Pay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- needs to be right at the top to prevent Chrome from reloading favicon on every route change -->
<link id="favicon" rel="icon" type="image/x-icon" href="assets/favicons/enrollAndPayFavicon.ico"/>
<title>Enroll And Pay</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4e8ef7"/>
<link rel="manifest" href="manifest.webmanifest"/>
<link rel="stylesheet" href="styles.9b15c9c546277185.css"></head>
<body>
<!--[if lte IE 11]>
<p>
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<noscript>
<p>This page requires JavaScript to work properly. Please enable JavaScript in your browser.</p>
</noscript>
<app-root></app-root>
<script src="runtime.dc6ae28a7026f52d.js" type="module"></script><script src="polyfills.b828666c2dd56818.js" type="module"></script><script src="scripts.6a0df01e50239563.js" defer></script><script src="vendor.eb6f75a12afc7e49.js" type="module"></script><script src="main.5c56cab8d110694e.js" type="module"></script></body>
</html>
Open service 40.112.243.2:443 · gspagent.enrollandpay.com
2026-01-12 12:28
HTTP/1.1 200 OK
Content-Length: 1305
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 12:29:09 GMT
Server: nginx/1.29.4
Accept-Ranges: bytes
ETag: "695c39be-519"
Last-Modified: Mon, 05 Jan 2026 22:22:54 GMT
Page title: Enroll And Pay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- needs to be right at the top to prevent Chrome from reloading favicon on every route change -->
<link id="favicon" rel="icon" type="image/x-icon" href="assets/favicons/enrollAndPayFavicon.ico"/>
<title>Enroll And Pay</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4e8ef7"/>
<link rel="manifest" href="manifest.webmanifest"/>
<link rel="stylesheet" href="styles.7d37caadd94b64a8.css"></head>
<body>
<!--[if lte IE 11]>
<p>
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<noscript>
<p>This page requires JavaScript to work properly. Please enable JavaScript in your browser.</p>
</noscript>
<app-root></app-root>
<script src="runtime.b2bf38dbe528ab88.js" type="module"></script><script src="polyfills.8e8d7dcc169a0ebf.js" type="module"></script><script src="scripts.6a0df01e50239563.js" defer></script><script src="vendor.0083c3cfd6d6bc82.js" type="module"></script><script src="main.907fcfc57bf9d305.js" type="module"></script></body>
</html>
Open service 40.112.243.2:80 · gspagent.enrollandpay.com
2026-01-12 12:28
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 12:29:08 GMT Location: https://gspagent.enrollandpay.com/
Open service 40.112.243.2:443 · cocardagent.enrollandpay.com
2026-01-12 12:27
HTTP/1.1 200 OK
Content-Length: 1305
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 12:29:01 GMT
Server: nginx/1.29.4
Accept-Ranges: bytes
ETag: "695c39be-519"
Last-Modified: Mon, 05 Jan 2026 22:22:54 GMT
Page title: Enroll And Pay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- needs to be right at the top to prevent Chrome from reloading favicon on every route change -->
<link id="favicon" rel="icon" type="image/x-icon" href="assets/favicons/enrollAndPayFavicon.ico"/>
<title>Enroll And Pay</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4e8ef7"/>
<link rel="manifest" href="manifest.webmanifest"/>
<link rel="stylesheet" href="styles.7d37caadd94b64a8.css"></head>
<body>
<!--[if lte IE 11]>
<p>
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<noscript>
<p>This page requires JavaScript to work properly. Please enable JavaScript in your browser.</p>
</noscript>
<app-root></app-root>
<script src="runtime.b2bf38dbe528ab88.js" type="module"></script><script src="polyfills.8e8d7dcc169a0ebf.js" type="module"></script><script src="scripts.6a0df01e50239563.js" defer></script><script src="vendor.0083c3cfd6d6bc82.js" type="module"></script><script src="main.907fcfc57bf9d305.js" type="module"></script></body>
</html>
Open service 40.112.243.2:80 · cocardagent.enrollandpay.com
2026-01-12 12:27
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 12:28:59 GMT Location: https://cocardagent.enrollandpay.com/
Open service 40.112.243.2:80 · nabdashboard-staging.enrollandpay.com
2026-01-12 11:27
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 11:28:01 GMT Location: https://nabdashboard-staging.enrollandpay.com/
Open service 40.112.243.2:443 · nabdashboard-staging.enrollandpay.com
2026-01-12 11:27
HTTP/1.1 200 OK
Content-Length: 1305
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 11:28:03 GMT
Server: nginx/1.29.4
Accept-Ranges: bytes
ETag: "695fcd5c-519"
Last-Modified: Thu, 08 Jan 2026 15:29:32 GMT
Page title: Enroll And Pay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- needs to be right at the top to prevent Chrome from reloading favicon on every route change -->
<link id="favicon" rel="icon" type="image/x-icon" href="assets/favicons/enrollAndPayFavicon.ico"/>
<title>Enroll And Pay</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4e8ef7"/>
<link rel="manifest" href="manifest.webmanifest"/>
<link rel="stylesheet" href="styles.9b15c9c546277185.css"></head>
<body>
<!--[if lte IE 11]>
<p>
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<noscript>
<p>This page requires JavaScript to work properly. Please enable JavaScript in your browser.</p>
</noscript>
<app-root></app-root>
<script src="runtime.dc6ae28a7026f52d.js" type="module"></script><script src="polyfills.b828666c2dd56818.js" type="module"></script><script src="scripts.6a0df01e50239563.js" defer></script><script src="vendor.eb6f75a12afc7e49.js" type="module"></script><script src="main.5c56cab8d110694e.js" type="module"></script></body>
</html>
Open service 40.112.243.2:80 · nabagent-staging.enrollandpay.com
2026-01-12 11:26
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 11:27:21 GMT Location: https://nabagent-staging.enrollandpay.com/
Open service 40.112.243.2:443 · nabagent-staging.enrollandpay.com
2026-01-12 11:26
HTTP/1.1 200 OK
Content-Length: 1305
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 11:27:22 GMT
Server: nginx/1.29.4
Accept-Ranges: bytes
ETag: "695c39be-519"
Last-Modified: Mon, 05 Jan 2026 22:22:54 GMT
Page title: Enroll And Pay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- needs to be right at the top to prevent Chrome from reloading favicon on every route change -->
<link id="favicon" rel="icon" type="image/x-icon" href="assets/favicons/enrollAndPayFavicon.ico"/>
<title>Enroll And Pay</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4e8ef7"/>
<link rel="manifest" href="manifest.webmanifest"/>
<link rel="stylesheet" href="styles.7d37caadd94b64a8.css"></head>
<body>
<!--[if lte IE 11]>
<p>
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<noscript>
<p>This page requires JavaScript to work properly. Please enable JavaScript in your browser.</p>
</noscript>
<app-root></app-root>
<script src="runtime.b2bf38dbe528ab88.js" type="module"></script><script src="polyfills.8e8d7dcc169a0ebf.js" type="module"></script><script src="scripts.6a0df01e50239563.js" defer></script><script src="vendor.0083c3cfd6d6bc82.js" type="module"></script><script src="main.907fcfc57bf9d305.js" type="module"></script></body>
</html>
Open service 40.112.243.2:80 · merchant.eagleprocessingrewards.com
2026-01-12 11:12
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 11:13:41 GMT Location: https://merchant.eagleprocessingrewards.com/
Open service 40.112.243.2:443 · merchant.eagleprocessingrewards.com
2026-01-12 11:12
HTTP/1.1 200 OK
Content-Length: 1305
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 11:13:42 GMT
Server: nginx/1.29.4
Accept-Ranges: bytes
ETag: "694478de-519"
Last-Modified: Thu, 18 Dec 2025 21:57:50 GMT
Page title: Enroll And Pay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- needs to be right at the top to prevent Chrome from reloading favicon on every route change -->
<link id="favicon" rel="icon" type="image/x-icon" href="assets/favicons/enrollAndPayFavicon.ico"/>
<title>Enroll And Pay</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4e8ef7"/>
<link rel="manifest" href="manifest.webmanifest"/>
<link rel="stylesheet" href="styles.9b15c9c546277185.css"></head>
<body>
<!--[if lte IE 11]>
<p>
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<noscript>
<p>This page requires JavaScript to work properly. Please enable JavaScript in your browser.</p>
</noscript>
<app-root></app-root>
<script src="runtime.ae5f5642cb9529fe.js" type="module"></script><script src="polyfills.b828666c2dd56818.js" type="module"></script><script src="scripts.6a0df01e50239563.js" defer></script><script src="vendor.eb6f75a12afc7e49.js" type="module"></script><script src="main.9242a80f1be566aa.js" type="module"></script></body>
</html>
Open service 40.112.243.2:443 · newheights-iul.myannexus.com
2026-01-12 10:33
HTTP/1.1 200 OK
Content-Length: 2063
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 10:34:28 GMT
Server: Kestrel
Accept-Ranges: bytes
ETag: "1dc161baf955e0f"
Last-Modified: Mon, 25 Aug 2025 23:55:08 GMT
Strict-Transport-Security: max-age=2592000
Page title: Nationwide New Heights IUL
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge;" />
<meta charset="utf-8" />
<link rel="shortcut icon" href="/assets/favicon-B51kZl28.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/assets/manifest-DCAnsnI6.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!-- Polyfills for IE 11 -->
<title>Nationwide New Heights IUL</title>
<base href="/" />
<script type="module" crossorigin src="/assets/index-BRIro5x0.js"></script>
<link rel="modulepreload" crossorigin href="/assets/vendor-7fvQ7RTH.js">
<link rel="stylesheet" crossorigin href="/assets/vendor-Pv03HsGj.css">
<link rel="stylesheet" crossorigin href="/assets/index-D8s2xl6R.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
Open service 40.112.243.2:80 · newheights-iul.myannexus.com
2026-01-12 10:33
HTTP/1.1 200 OK
Content-Length: 2063
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 10:34:28 GMT
Server: Kestrel
Accept-Ranges: bytes
ETag: "1dc161baf955e0f"
Last-Modified: Mon, 25 Aug 2025 23:55:08 GMT
Page title: Nationwide New Heights IUL
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge;" />
<meta charset="utf-8" />
<link rel="shortcut icon" href="/assets/favicon-B51kZl28.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/assets/manifest-DCAnsnI6.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!-- Polyfills for IE 11 -->
<title>Nationwide New Heights IUL</title>
<base href="/" />
<script type="module" crossorigin src="/assets/index-BRIro5x0.js"></script>
<link rel="modulepreload" crossorigin href="/assets/vendor-7fvQ7RTH.js">
<link rel="stylesheet" crossorigin href="/assets/vendor-Pv03HsGj.css">
<link rel="stylesheet" crossorigin href="/assets/index-D8s2xl6R.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
Open service 40.112.243.2:443 · newheights-iul-api.myannexus.com
2026-01-12 10:17
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 10:19:00 GMT Server: Kestrel Strict-Transport-Security: max-age=2592000 x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000
Open service 40.112.243.2:80 · newheights-iul-api.myannexus.com
2026-01-12 10:17
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 10:18:59 GMT Server: Kestrel x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000
Open service 40.112.243.2:80 · nhs-comparison-api.myannexus.com
2026-01-12 09:39
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 09:40:39 GMT Location: https://nhs-comparison-api.myannexus.com/
Open service 40.112.243.2:443 · nhs-comparison-api.myannexus.com
2026-01-12 09:39
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 09:40:38 GMT Server: Kestrel Strict-Transport-Security: max-age=2592000
Open service 40.112.243.2:80 · nhs-comparison.myannexus.com
2026-01-12 09:38
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 09:39:31 GMT Location: https://nhs-comparison.myannexus.com/
Open service 40.112.243.2:443 · nhs-comparison.myannexus.com
2026-01-12 09:38
HTTP/1.1 200 OK
Content-Length: 5043
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 09:39:31 GMT
Server: Kestrel
Accept-Ranges: bytes
ETag: "1dbba3060a223b3"
Last-Modified: Thu, 01 May 2025 00:31:28 GMT
Strict-Transport-Security: max-age=2592000
Page title: New Heights Select Guaranteed Income Comparison Tool
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=0, maximum-scale=1, minimum-scale=1"/>
<meta name="theme-color" content="#000000">
<!-- <base href="%PUBLIC_URL%/" /> TODO: this may or may not cause problems, so feel free to uncomment this -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Lato' type='text/css'>
<style>
@font-face {
font-family: 'Gotham-Book';
font-display: swap;
src: url('https://nationwide1.blob.core.windows.net/fonts/Gotham-Book.woff')
format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gotham-Bold';
font-display: swap;
src: url('https://nationwide1.blob.core.windows.net/fonts/Gotham-Bold.woff')
format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gotham-Medium';
font-display: swap;
src: url('https://nationwide1.blob.core.windows.net/fonts/Gotham-Medium.woff')
format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gotham-Light';
font-display: swap;
src: url('https://nationwide1.blob.core.windows.net/fonts/Gotham-Light.woff')
format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Chronicle Text G1 Italic';
font-display: swap;
src: url('https://nationwide1.blob.core.windows.net/fonts/Chronicle-Text-G1-Italic.otf')
format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ProximaNova-Regular';
font-display: swap;
src: url('https://nationwide1.blob.core.windows.net/fonts/ProximaNova-Regular.otf')
format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'TiemposHeadlineSemibold';
src:
url('./fonts/Tiempos/tiempos-headline-web-semibold.eot')
format('eot');
src:
url('./fonts/Tiempos/tiempos-headline-web-semibold.eot')
format('eot'),
url('./fonts/Tiempos/tiempos-headline-web-semibold.woff')
format('woff'),
url('./fonts/Tiempos/tiempos-headline-web-semibold.woff2')
format('woff2');
font-style: normal;
}
@font-face {
font-family: 'TiemposFineSemibold';
src:
url('./fonts/Tiempos/tiempos-fine-web-semibold.eot')
format('eot');
src:
url('./fonts/Tiempos/tiempos-fine-web-semibold.eot')
format('eot'),
url('./fonts/Tiempos/tiempos-fine-web-semibold.woff')
format('woff'),
url('./fonts/Tiempos/tiempos-fine-web-semibold.woff2')
format('woff2');
font-style: normal;
}
</style>
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="/assets/manifest-gsMR7NVg.json">
<link rel="shortcut icon" href="/assets/favicon-B51kZl28.ico">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run b
Open service 40.112.243.2:80 · chip.crozer.org
2026-01-12 09:16
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 09:17:16 GMT Location: https://chip.crozer.org/
Open service 40.112.243.2:443 · chip.crozer.org
2026-01-12 09:16
HTTP/1.1 301 Moved Permanently Content-Length: 252 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Mon, 12 Jan 2026 09:17:16 GMT Server: Apache Location: https://pmhcorp.sharepoint.com/sites/crozer/ Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://pmhcorp.sharepoint.com/sites/crozer/">here</a>.</p> </body></html>
Open service 40.112.243.2:443 · ras.wtbyhosp.org
2026-01-12 09:00
HTTP/1.1 301 Moved Permanently Content-Length: 284 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Mon, 12 Jan 2026 09:01:38 GMT Server: Apache Location: https://waterburyrdsprod-pmhcorp.msappproxy.net/RDWeb/Pages/en-US/login.aspx Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://waterburyrdsprod-pmhcorp.msappproxy.net/RDWeb/Pages/en-US/login.aspx">here</a>.</p> </body></html>
Open service 40.112.243.2:80 · ras.wtbyhosp.org
2026-01-12 09:00
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 09:01:38 GMT Location: https://ras.wtbyhosp.org/
Open service 40.112.243.2:443 · app.qaqcapp.com
2026-01-12 08:53
HTTP/1.1 302 Found Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 08:54:34 GMT Server: Kestrel Location: https://app.qaqcapp.com/Auth/Login?ReturnUrl=%2F Strict-Transport-Security: max-age=2592000
Open service 40.112.243.2:80 · app.qaqcapp.com
2026-01-12 08:53
HTTP/1.1 302 Found Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 08:54:33 GMT Server: Kestrel Location: http://app.qaqcapp.com/Auth/Login?ReturnUrl=%2F
Open service 40.112.243.2:80 · ras.prospectmedical.com
2026-01-12 08:45
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 08:46:25 GMT Location: https://ras.prospectmedical.com/
Open service 40.112.243.2:443 · ras.prospectmedical.com
2026-01-12 08:45
HTTP/1.1 301 Moved Permanently Content-Length: 283 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Mon, 12 Jan 2026 08:46:26 GMT Server: Apache Location: https://prospectrasprod-pmhcorp.msappproxy.net/RDWeb/Pages/en-US/login.aspx Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://prospectrasprod-pmhcorp.msappproxy.net/RDWeb/Pages/en-US/login.aspx">here</a>.</p> </body></html>
Open service 40.112.243.2:80 · www.rwmc.org
2026-01-12 08:12
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 08:13:06 GMT Location: https://www.rwmc.org/
Open service 40.112.243.2:443 · www.rwmc.org
2026-01-12 08:12
HTTP/1.1 301 Moved Permanently Content-Length: 251 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Mon, 12 Jan 2026 08:13:08 GMT Server: Apache Location: https://www.chartercare.org/locations/RWMC/ Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://www.chartercare.org/locations/RWMC/">here</a>.</p> </body></html>
Open service 40.112.243.2:443 · www.fatimahospital.com
2026-01-12 08:09
HTTP/1.1 301 Moved Permanently Content-Length: 253 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Mon, 12 Jan 2026 08:10:16 GMT Server: Apache Location: https://www.chartercare.org/locations/fatima/ Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://www.chartercare.org/locations/fatima/">here</a>.</p> </body></html>
Open service 40.112.243.2:80 · www.fatimahospital.com
2026-01-12 08:09
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 08:10:16 GMT Location: https://www.fatimahospital.com/
Open service 40.112.243.2:443 · www.crozerkeystone.org
2026-01-12 08:09
HTTP/1.1 301 Moved Permanently Content-Length: 237 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Mon, 12 Jan 2026 08:10:07 GMT Server: Apache Location: https://www.crozerhealth.org/ Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://www.crozerhealth.org/">here</a>.</p> </body></html>
Open service 40.112.243.2:80 · www.crozerkeystone.org
2026-01-12 08:09
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 08:10:07 GMT Location: https://www.crozerkeystone.org/
Open service 40.112.243.2:80 · www.weknowcancer.org
2026-01-12 08:08
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 08:09:53 GMT Location: https://www.weknowcancer.org/
Open service 40.112.243.2:443 · www.weknowcancer.org
2026-01-12 08:08
HTTP/1.1 301 Moved Permanently Content-Length: 259 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Mon, 12 Jan 2026 08:09:53 GMT Server: Apache Location: https://www.chartercare.org/services/cancer-center/ Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://www.chartercare.org/services/cancer-center/">here</a>.</p> </body></html>
Open service 40.112.243.2:443 · ras.chartercare.org
2026-01-12 08:08
HTTP/1.1 301 Moved Permanently Content-Length: 286 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Mon, 12 Jan 2026 08:09:40 GMT Server: Apache Location: https://chartercarerdsprod-pmhcorp.msappproxy.net/RDWeb/Pages/en-US/login.aspx Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://chartercarerdsprod-pmhcorp.msappproxy.net/RDWeb/Pages/en-US/login.aspx">here</a>.</p> </body></html>
Open service 40.112.243.2:80 · ras.chartercare.org
2026-01-12 08:08
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 08:09:39 GMT Location: https://ras.chartercare.org/
Open service 40.112.243.2:443 · mycareinfo.chartercare.org
2026-01-12 08:08
HTTP/1.1 301 Moved Permanently Content-Length: 240 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Mon, 12 Jan 2026 08:09:40 GMT Server: Apache Location: https://patient.chartercare.org/ Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://patient.chartercare.org/">here</a>.</p> </body></html>
Open service 40.112.243.2:80 · mycareinfo.chartercare.org
2026-01-12 08:08
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 08:09:39 GMT Location: https://mycareinfo.chartercare.org/
Open service 40.112.243.2:443 · together.pmh.com
2026-01-12 08:08
HTTP/1.1 301 Moved Permanently Content-Length: 268 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Mon, 12 Jan 2026 08:09:10 GMT Server: Apache Location: https://eipp.fa.us6.oraclecloud.com/fscmUI/faces/FuseWelcome Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://eipp.fa.us6.oraclecloud.com/fscmUI/faces/FuseWelcome">here</a>.</p> </body></html>
Open service 40.112.243.2:80 · together.pmh.com
2026-01-12 08:08
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 08:09:10 GMT Location: https://together.pmh.com/
Open service 40.112.243.2:80 · internaljobs.pmh.com
2026-01-12 08:07
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 08:08:42 GMT Location: https://internaljobs.pmh.com/
Open service 40.112.243.2:443 · internaljobs.pmh.com
2026-01-12 08:07
HTTP/1.1 200 OK
Content-Length: 3164
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 08:08:44 GMT
Server: Apache
Accept-Ranges: bytes
ETag: "c5c-5905fe65974f8"
Last-Modified: Sun, 18 Aug 2019 08:20:44 GMT
Vary: Accept-Encoding
Page title: Microsoft Azure App Service - Welcome
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv=X-UA-Compatible content="IE=edge"><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v3/favicon.ico" type="image/x-icon" /><link rel="stylesheet" href="https://ajax.aspnetcdn.com/ajax/bootstrap/4.1.1/css/bootstrap.min.css" crossorigin="anonymous"><link rel="stylesheet" type="text/css" href="https://appservice.azureedge.net/css/app-service/v3/main.css"><script type="text/javascript"> window.onload = function () {try {var a = window.location.hostname;if (a.includes(".azurewebsites.net")) {a = a.replace(".azurewebsites.net", "")}var b = document.getElementById("depCenterLink1");b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a);} catch (d) {}}</script></head><body><nav class="navbar navbar-light bg-light"><div class="navbar-brand "><div class="container pl-4 ml-5"> <img src="https://appservice.azureedge.net/images/app-service/v3/microsoft_azure_logo.svg" width="270" height="108" alt=""> </div></div></nav><div class="container-fluid container-height mr-2"><div class="pt-10 pb-10 mt-10 mb-10 d-xxs-none d-xs-none d-sm-none d-md-none d-lg-block d-xl-block" style="height:20px; width:100%; clear:both;"></div><div class="row"><div class="row col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"> <img src="https://appservice.azureedge.net/images/app-service/v3/generic.svg"></div></div><div class=" extra-pl-small-scr offset-xl-1 offset-lg-1 offset-md-2 offset-sm-2 offset-xs-4 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11 div-vertical-center"><div class="container-fluid"><div class="row"><h2>Hey, App Service developers!</h2></div><br><div class="row"><h4>Your app service is up and running.</h4></div><div class="row"><h4>Time to take the next step and deploy your code.</h4></div><div class="row info-mg-top"><p class=" pl-0 col-md-6 col-sm-12 info-mg-top"> Have your code ready?<br>Use deployment center to get code published from your client or setup continuous deployment.<br><a id="depCenterLink1" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary btn-mg-top" type="submit">Deployment Center</button></a></p><p class="pl-0 offset-md-1 col-md-5 col-sm-12 info-mg-top">Don't have your code yet?<br>Follow our quickstart guide and you'll have a full app ready in 5 minutes or less.<br><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary btn-mg-top" type="submit">Quickstart</button></a></p></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v3/generic.svg"></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div></div><script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.2.1.min.js" crossorigin="anonymous"></script><script src="https://ajax.aspnetcdn.com/ajax/bootstrap/4.1.1/bootstrap.min.js" crossorigin="anonymous"></script></body></html>
Open service 40.112.243.2:443 · rds.echn.org
2026-01-12 08:07
HTTP/1.1 301 Moved Permanently Content-Length: 279 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Mon, 12 Jan 2026 08:08:41 GMT Server: Apache Location: https://echnrdsprod-pmhcorp.msappproxy.net/RDWeb/Pages/en-US/login.aspx Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://echnrdsprod-pmhcorp.msappproxy.net/RDWeb/Pages/en-US/login.aspx">here</a>.</p> </body></html>
Open service 40.112.243.2:80 · rds.echn.org
2026-01-12 08:07
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 08:08:41 GMT Location: https://rds.echn.org/
Open service 40.112.243.2:80 · oracle.pmh.com
2026-01-12 08:07
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 08:08:29 GMT Location: https://oracle.pmh.com/
Open service 40.112.243.2:443 · oracle.pmh.com
2026-01-12 08:07
HTTP/1.1 301 Moved Permanently Content-Length: 268 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Mon, 12 Jan 2026 08:08:29 GMT Server: Apache Location: https://eipp.fa.us6.oraclecloud.com/fscmUI/faces/FuseWelcome Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://eipp.fa.us6.oraclecloud.com/fscmUI/faces/FuseWelcome">here</a>.</p> </body></html>
Open service 40.112.243.2:443 · www.altahospitals.com
2026-01-12 08:07
HTTP/1.1 301 Moved Permanently Content-Length: 228 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Mon, 12 Jan 2026 08:08:00 GMT Server: Apache Location: https://www.pmh.com/ Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://www.pmh.com/">here</a>.</p> </body></html>
Open service 40.112.243.2:80 · www.altahospitals.com
2026-01-12 08:07
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 08:08:00 GMT Location: https://www.altahospitals.com/
Open service 40.112.243.2:80 · www.altacorp.com
2026-01-12 08:06
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 08:07:44 GMT Location: https://www.altacorp.com/
Open service 40.112.243.2:443 · www.altacorp.com
2026-01-12 08:06
HTTP/1.1 301 Moved Permanently Content-Length: 228 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Mon, 12 Jan 2026 08:07:45 GMT Server: Apache Location: https://www.pmh.com/ Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://www.pmh.com/">here</a>.</p> </body></html>
Open service 40.112.243.2:443 · accountapi.byte.com
2026-01-12 07:49
HTTP/1.1 200 OK Content-Length: 0 Connection: close Content-Type: text/plain; charset=utf-8 Date: Mon, 12 Jan 2026 07:50:20 GMT Cache-Control: no-store, must-revalidate, proxy-revalidate, no-cache ETag: W/"0-2jmj7l5rSw0yVb/vlWAYkK/YBwk" Expires: 0 Strict-Transport-Security: max-age=15552000; includeSubDomains x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000 X-DNS-Prefetch-Control: off X-Frame-Options: SAMEORIGIN X-Download-Options: noopen X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Surrogate-Control: no-store
Open service 40.112.243.2:80 · accountapi.byte.com
2026-01-12 07:49
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 07:50:19 GMT Location: https://accountapi.byte.com/
Open service 40.112.243.2:443 · accountapi.byteme.com
2026-01-12 07:45
HTTP/1.1 200 OK Content-Length: 0 Connection: close Content-Type: text/plain; charset=utf-8 Date: Mon, 12 Jan 2026 07:46:04 GMT Cache-Control: no-store, must-revalidate, proxy-revalidate, no-cache ETag: W/"0-2jmj7l5rSw0yVb/vlWAYkK/YBwk" Expires: 0 Strict-Transport-Security: max-age=15552000; includeSubDomains x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000 X-DNS-Prefetch-Control: off X-Frame-Options: SAMEORIGIN X-Download-Options: noopen X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Surrogate-Control: no-store
Open service 40.112.243.2:80 · accountapi.byteme.com
2026-01-12 07:45
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 07:46:03 GMT Location: https://accountapi.byteme.com/
Open service 40.112.243.2:80 · chc.tjc.org.nz
2026-01-12 07:32
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 07:33:30 GMT Location: https://chc.tjc.org.nz/
Open service 40.112.243.2:443 · chc.tjc.org.nz
2026-01-12 07:32
HTTP/1.1 403 Forbidden Content-Length: 153 Connection: close Content-Type: text/html Date: Mon, 12 Jan 2026 07:33:31 GMT Server: nginx/1.29.4 Set-Cookie: ARRAffinity=59ed24a751a8dba3cf959441dad07d639780fe42583f0d1502d1e74f4e3dca08;Path=/;HttpOnly;Secure;Domain=chc.tjc.org.nz Set-Cookie: ARRAffinitySameSite=59ed24a751a8dba3cf959441dad07d639780fe42583f0d1502d1e74f4e3dca08;Path=/;HttpOnly;SameSite=None;Secure;Domain=chc.tjc.org.nz Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>nginx/1.29.4</center> </body> </html>
Open service 40.112.243.2:80 · dpatool-output.definedprotection.com
2026-01-12 07:23
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 07:24:27 GMT Location: https://dpatool-output.definedprotection.com/
Open service 40.112.243.2:443 · dpatool-output.definedprotection.com
2026-01-12 07:23
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 07:24:28 GMT Server: Kestrel Transfer-Encoding: chunked
Open service 40.112.243.2:443 · app-dev.mgiverified.com
2026-01-12 06:23
HTTP/1.1 200 OK
Content-Length: 1069
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Mon, 12 Jan 2026 06:24:52 GMT
Accept-Ranges: bytes
Cache-Control: public, max-age=0
ETag: W/"42d-18e14efd654"
Last-Modified: Wed, 06 Mar 2024 18:04:06 GMT
X-Powered-By: Express
Page title: Verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Verified</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1,
maximum-scale=1 minimum-scale=1, user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-touch-fullscreen" content="yes"/>
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap" rel="stylesheet"/>
<script type="text/javascript" src="https://c.sproutvideo.com/player_api.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="styles.css"></head>
<body>
<mgi-root></mgi-root>
<script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="scripts.js" defer></script><script src="main.js" type="module"></script></body>
</html>
Open service 40.112.243.2:80 · app-dev.mgiverified.com
2026-01-12 06:23
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 06:24:51 GMT Location: https://app-dev.mgiverified.com/
Open service 40.112.243.2:80 · social-stage.playstudios.tech
2026-01-12 06:17
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 06:18:15 GMT Location: https://social-stage.playstudios.tech/
Open service 40.112.243.2:443 · social-stage.playstudios.tech
2026-01-12 06:17
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 06:18:15 GMT Server: Kestrel Set-Cookie: ARRAffinity=1f6ba37f26efd3b119c4976df7504173beba2258a44a47d3ea25d6ec1a4b41ad;Path=/;HttpOnly;Secure;Domain=social-stage.playstudios.tech Set-Cookie: ARRAffinitySameSite=1f6ba37f26efd3b119c4976df7504173beba2258a44a47d3ea25d6ec1a4b41ad;Path=/;HttpOnly;SameSite=None;Secure;Domain=social-stage.playstudios.tech x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000 Request-Context: appId=cid-v1:579d08f3-31ed-40f9-930a-f0ee6c83f390
Open service 40.112.243.2:80 · w-test.leftbankart.com
2026-01-12 06:01
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 06:02:21 GMT Location: https://w-test.leftbankart.com/
Open service 40.112.243.2:443 · w-test.leftbankart.com
2026-01-12 06:01
HTTP/1.1 200 OK
Content-Length: 108878
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 06:02:21 GMT
Server: Kestrel
Set-Cookie: .Nop.WebUser=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/
Set-Cookie: .Nop.WebUser=00000000-0000-0000-0000-000000000000; expires=Fri, 12 Dec 2025 06:02:21 GMT; path=/; secure; httponly
Strict-Transport-Security: max-age=2592000
Request-Context: appId=cid-v1:798c8e8e-df72-4a10-8498-fc57b5631549
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Frame-Options: SameOrigin
Referrer-Policy: strict-origin-when-cross-origin
Page title: Leftbank Art
<!DOCTYPE html><html lang=en><head><title>Leftbank Art</title><link rel=preconnect href=https://fonts.googleapis.com crossorigin><link rel=preconnect href=https://fonts.gstatic.com crossorigin><meta charset=UTF-8><meta name=description content=""><meta name=keywords content=""><meta name=generator content=nopCommerce><meta name=viewport content="width=device-width, initial-scale=1"><script>localStorage.setItem("canCallApi",!1)</script><script>(function(n,t,i,r,u){n[r]=n[r]||[];n[r].push({"gtm.start":(new Date).getTime(),event:"gtm.js"});var e=t.getElementsByTagName(i)[0],f=t.createElement(i),o=r!="dataLayer"?"&l="+r:"";f.async=!0;f.src="https://www.googletagmanager.com/gtm.js?id="+u+o+">m_auth=GTfFeaAyjOpjRn19g-XYVw>m_preview=env-15>m_cookies_win=x";e.parentNode.insertBefore(f,e)})(window,document,"script","dataLayer","GTM-N375HPGC")</script><link href="/lib/toastr/toastr.min.css?v=677246017" rel=stylesheet><link href="/lib/fontawesomePro/css/sharp-regular.min.css?v=677246017" rel=stylesheet><link href="/lib/fontawesomePro/css/solid.min.css?v=677246017" rel=stylesheet><link href="/lib/fontawesomePro/css/light.min.css?v=677246017" rel=stylesheet><link href="/lib/fontawesomePro/css/brands.min.css?v=677246017" rel=stylesheet><link href="/lib/fontawesomePro/css/fontawesome.min.css?v=677246017" rel=stylesheet><link href="/_content/Radzen.Blazor/css/material-base.css?v=564695760" rel=stylesheet><link href="/css/tailwindoutput.css?v=694855489" rel=stylesheet><link href="LBA.Client.Blazor.Client.styles.css?v=2001424192" rel=stylesheet><script src="/lib/@vimeo/player/player.min.js?v=677246017"></script><script src="/lib_npm/lodash-core/distrib/lodash-core.min.js?v=677246017"></script><script src="/lib/jquery/jquery-3.7.1.min.js?v=677246017"></script><link rel=apple-touch-icon sizes=180x180 href=/icons/icons_0/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=/icons/icons_0/favicon-32x32.png><link rel=icon type=image/png sizes=192x192 href=/icons/icons_0/android-chrome-192x192.png><link rel=icon type=image/png sizes=16x16 href=/icons/icons_0/favicon-16x16.png><link rel=manifest href=/icons/icons_0/site.webmanifest><link rel=mask-icon href=/icons/icons_0/safari-pinned-tab.svg color=#5bbad5><link rel="shortcut icon" href=/icons/icons_0/favicon.ico><meta name=msapplication-TileColor content=#2d89ef><meta name=msapplication-TileImage content=/icons/icons_0/mstile-144x144.png><meta name=msapplication-config content=/icons/icons_0/browserconfig.xml><meta name=theme-color content=#ffffff><body><div id=environmentTab class=environmentTab style=background-color:#049dd9>Test - Version Unknown</div><div class=js-ajax-loading-block-window style=display:none><div class="w-full h-full fixed backdrop-blur-[1px] bg-shady_lady/40 z-50"><!--Blazor:{"type":"webassembly","prerenderId":"beefc403a7ab471bb19257b3cd57b589","key":{"locationHash":"1267EA27E2E178F0A1C448191D408CC2A836E5F88C65D4A2562FB483A7779EFA:0","formattedComponentKey":""},"assembly":"LBA.Client.Blazor.Components","typeName":"UISharedComponents.UILoadingSpinner","parameterDefinitions":"W10=","parameterValues":"W10="}--><div class="flex h-full w-full items-center justify-center"><i class="fa-light fa-spinner-third fa-spin fa-2xl"></i></div><!--Blazor:{"prerenderId":"beefc403a7ab471bb19257b3cd57b589"}--></div></div><div id=dialog-notifications-success title=Notification></div><div id=dialog-notifications-error title=Error></div><div id=dialog-notifications-warning title=Warning></div><div id=bar-notification class=bar-notification-container data-close=Close></div><!--[if lte IE 8]><div style=clear:both;height:59px;text-align:center;position:relative><a href=http://www.microsoft.com/windows/internet-explorer/default.aspx target=_blank> <img src=/Themes/DefaultClean/Content/images/ie_warning.jpg height=42 width=820 alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today."> </a></div><![endif]--><div class="master-wrapper-page h-full flex flex-col min-h-screen"><div class="header top-[-32px] navbar-desktop:!top-[-36px] st
Open service 40.112.243.2:80 · s.bwnc.org
2026-01-12 05:52
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 05:53:53 GMT Location: https://s.bwnc.org/
Open service 40.112.243.2:443 · s.bwnc.org
2026-01-12 05:52
HTTP/1.1 200 OK
Content-Length: 4568
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 05:53:56 GMT
Content-Language: en
ETag: W/"11d8-IB8C2VPiH1pq1MoMAtOX3fAOIjE"
Vary: Accept-Encoding
X-Frame-Options: deny
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-UA-Compatible: IE=edge
Page title: Home | BWNC - Study. Share. Succeed.
<!DOCTYPE html><html lang="en"><head><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta charset="UTF-8"><meta name="viewport" content="user-scalable=yes, width=device-width, initial-scale=1, maximum-scale=5"><meta name="theme-color" content="#1976d2"><meta name="msapplication-TileColor" content="#1976d2"><meta name="msapplication-TileImage" content="/_assets/favicons/mstile-150x150.png"><title>Home | BWNC - Study. Share. Succeed.</title><meta name="description" content=""><meta property="og:title" content="Home"><meta property="og:type" content="website"><meta property="og:description" content=""><meta property="og:image"><meta property="og:url" content="https://s.bwnc.org/"><meta property="og:site_name" content="BWNC - Study. Share. Succeed."><link rel="apple-touch-icon" sizes="180x180" href="/_assets/favicons/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="192x192" href="/_assets/favicons/android-chrome-192x192.png"><link rel="icon" type="image/png" sizes="32x32" href="/_assets/favicons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/_assets/favicons/favicon-16x16.png"><link rel="mask-icon" href="/_assets/favicons/safari-pinned-tab.svg" color="#1976d2"><link rel="manifest" href="/_assets/manifest.json"><script>var siteConfig = {"title":"BWNC - Study. Share. Succeed.","theme":"default","darkMode":false,"tocPosition":"left","lang":"en","rtl":false,"company":"Bliss Wisdom Northern California (BWNC)","contentLicense":"alr","footerOverride":"","logoUrl":"/public/logo_2018-img_1169_round_(1).png"}
var siteLangs = []
</script><link type="text/css" rel="stylesheet" href="/_assets/css/app.2451cc0fe7c68eb5ca67.css"><script type="text/javascript" src="/_assets/js/runtime.js?1767679072"></script><script type="text/javascript" src="/_assets/js/app.js?1767679072"></script></head><body><div id="root"><page locale="en" path="home" title="Home" description="" :tags="[{"tag":"homepage","title":"homepage"}]" created-at="2020-09-22T04:07:34.847Z" updated-at="2022-03-28T23:51:18.259Z" author-name="Administrator" :author-id="1" editor="ckeditor" :is-published="true" toc="W3sidGl0bGUiOiJTdHVkeS4gU2hhcmUuIFN1Y2NlZWQuIiwiYW5jaG9yIjoiI3N0dWR5LXNoYXJlLXN1Y2NlZWQiLCJjaGlsZHJlbiI6W119XQ==" :page-id="1" sidebar="W3siaSI6InNkaS0xIiwiayI6ImxpbmsiLCJsIjoiSG9tZSIsImMiOiJtZGktaG9tZSIsInkiOiJob21lIiwidCI6Ii8ifV0=" nav-mode="MIXED" comments-enabled effective-permissions="eyJjb21tZW50cyI6eyJyZWFkIjpmYWxzZSwid3JpdGUiOmZhbHNlLCJtYW5hZ2UiOmZhbHNlfSwiaGlzdG9yeSI6eyJyZWFkIjpmYWxzZX0sInNvdXJjZSI6eyJyZWFkIjpmYWxzZX0sInBhZ2VzIjp7InJlYWQiOnRydWUsIndyaXRlIjpmYWxzZSwibWFuYWdlIjpmYWxzZSwiZGVsZXRlIjpmYWxzZSwic2NyaXB0IjpmYWxzZSwic3R5bGUiOmZhbHNlfSwic3lzdGVtIjp7Im1hbmFnZSI6ZmFsc2V9fQ==" edit-shortcuts="eyJlZGl0RmFiIjp0cnVlLCJlZGl0TWVudUJhciI6ZmFsc2UsImVkaXRNZW51QnRuIjp0cnVlLCJlZGl0TWVudUV4dGVybmFsQnRuIjp0cnVlLCJlZGl0TWVudUV4dGVybmFsTmFtZSI6IkdpdEh1YiIsImVkaXRNZW51RXh0ZXJuYWxJY29uIjoibWRpLWdpdGh1YiIsImVkaXRNZW51RXh0ZXJuYWxVcmwiOiJodHRwczovL2dpdGh1Yi5jb20vb3JnL3JlcG8vYmxvYi9tYWluL3tmaWxlbmFtZX0ifQ==" filename="home.html"><template slot="contents"><div><h2 class="toc-header" id="study-share-succeed"><a href="#study-share-succeed" class="toc-anchor">¶</a> <span style="font-family:Georgia, serif;" class="text-huge"><mark class="pen-green">Study. Share. Succeed.</mark></span></h2>
<p><span class="text-big"><mark class="marker-blue"><strong>一輪</strong></mark><strong>=開放給一輪班(包含)以上所有同學</strong></span></p>
<p><span class="text-big"><mark class="marker-blue"><strong>增上</strong></mark><strong>=開放給增上班(包含)以上所有同學</strong></span></p>
<p><span class="text-big"><mark class="marker-blue"><strong>善行</strong></mark><strong>=開放給善行班(包含)以上所有同學</strong></span></p>
<p><span class="text-big"><mark class="marker-blue"><strong>備覽</strong></mark><strong>=開放給備覽班(包含)以上所有同學</strong></span></p>
<p><span class="text-big"><mark class="pen-green"><strong>法師提升課(班培班) - 每週陸�
Open service 40.112.243.2:443 · booking.globalfirsttravel.com
2026-01-12 05:06
HTTP/1.1 200 OK
Content-Length: 1931
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 05:07:16 GMT
Accept-Ranges: bytes
Access-Control-Allow-Headers: *
Access-Control-Allow-Methods: *
Access-Control-Allow-Origin: *
ETag: W/"78b-gJepG9BkikVzVKH/cZC9Sl9ZGns"
Vary: Accept-Encoding
request-context: appId=cid-v1:
X-Powered-By: Express
Page title: Global First Travel Client Portal
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<link
rel="stylesheet"
href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-core/11.0.0/css/fabric.min.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />
<!--
Notice the use of in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Global First Travel Client Portal</title>
<script defer src="/static/js/bundle.js"></script></head>
<body style="background-color: #282828;">
<body oncontextmenu="return false">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" style="height: inherit; background-color: #282828; padding-right: 5px;"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
Open service 40.112.243.2:80 · booking.globalfirsttravel.com
2026-01-12 05:06
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 05:07:15 GMT Location: https://booking.globalfirsttravel.com/
Open service 40.112.243.2:443 · www.scougalrubber.com
2026-01-11 21:04
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Sun, 11 Jan 2026 21:05:47 GMT Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate Transfer-Encoding: chunked Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding request-context: appId=cid-v1: Link: </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" X-Powered-By: Next.js
Open service 40.112.243.2:443 · venueviewer.namethemachine.net
2026-01-11 02:15
HTTP/1.1 302 Found Content-Length: 28 Connection: close Content-Type: text/plain; charset=utf-8 Date: Sun, 11 Jan 2026 02:16:59 GMT Access-Control-Allow-Origin: * Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate Expires: 0 Location: /login Vary: Accept X-Powered-By: Express Surrogate-Control: no-store Found. Redirecting to /login
Open service 40.112.243.2:80 · venueviewer.namethemachine.net
2026-01-11 02:15
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sun, 11 Jan 2026 02:16:58 GMT Location: https://venueviewer.namethemachine.net/
Open service 40.112.243.2:443 · tlc.gslc.utah.edu
2026-01-11 01:42
HTTP/1.1 200 OK
Content-Length: 87147
Connection: close
Content-Type: text/html; charset=utf-8
Date: Sun, 11 Jan 2026 01:43:17 GMT
ETag: W/"1546b-AvQlAA6YooPxIz9NiTHAjIdzCro"
Set-Cookie: tlc_project_site.csrf=cmk92l48e1lb401mjzpq3tdqe; Path=/
Set-Cookie: tlc_project_site.sid=s%3AGzmlPT18H1RSQJQ0fethSnYeSzqdsnFU.36BZna0FJZ4D47XrxJ6Y9vquq6mlthlHPmcTFqnnBIM; Path=/; Expires=Mon, 12 Jan 2026 01:43:17 GMT; HttpOnly
X-Powered-By: Express
Page title:
Home
Time for Living anf caring
<!DOCTYPE html>
<html lang="en" >
<head>
<title>
Home
</title>
<link href="/css/master-anon-cmjb09lyy000001mjrzmp6a25.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="../images/logo/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="../images/logo/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../images/logo/favicon/favicon-16x16.png">
<link rel="manifest" href="../images/logo/favicon/site.webmanifest">
<link rel="mask-icon" href="../images/logo/favicon/safari-pinned-tab.svg" color="#004b79">
<link rel="shortcut icon" href="../images/logo/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../images/logo/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body class=" " data-apos-level="0">
<div class="apos-refreshable" data-apos-refreshable>
<div class='main-container'>
<header>
<div class= "row">
<div class="container">
<nav id="navigation">
<a href="/">
<?xml version="1.0" encoding="UTF-8"?>
<svg class="logo" href="/" width="100px" height="39.5px" viewBox="0 0 319 126" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 64 (93537) - https://sketch.com -->
<title>Time for Living anf caring</title>
<desc>Created with Sketch.</desc>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="full_color_Logo" fill-rule="nonzero">
<g id="TLC" transform="translate(104.000000, 13.281000)" fill="#004B79">
<path d="M179.915,4.979 C176.009,3.287 172.05,2.034 168.037,1.22 C164.021,0.407 159.863,0 155.56,0 C142.721,0 132.233,3.532 124.097,10.593 C115.959,17.657 111.891,26.624 111.891,37.494 C111.891,48.398 115.95,57.39 124.07,64.468 C132.188,71.548 142.576,75.087 155.233,75.087 C159.608,75.087 163.778,74.615 167.737,73.671 C171.698,72.728 175.486,71.296 179.101,69.374 L179.21,53.703 C175.847,56.47 172.194,58.545 168.252,59.927 C164.31,61.312 160.042,62.002 155.451,62.002 C147.385,62.002 141.022,59.798 136.356,55.387 C131.691,50.977 129.358,45.012 129.358,37.494 C129.358,29.813 131.872,23.695 136.899,19.137 C141.925,14.581 148.67,12.302 157.132,12.302 C161.255,12.302 165.124,12.946 168.741,14.232 C172.357,15.518 175.883,17.543 179.319,20.309 L179.915,4.979" id="Fill-3"></path>
<polyline id="Fill-2" points="111 72.719 111 59.8183075 83.9397306 59.8183075 83.9397306 1.719 67 1.719 67 72.719 111 72.719"></polyline>
<path d="M60,14.6239371 L60,1.72396649 L0,1.719 C0,1.719 2.07160363,4.39196689 3.80837252,7.79004184 C6.27839968,12.6254201 6.89540968,14.5812253 6.89540968,14.5812253 L23.7802212,14.6239371 L23.7802212,72.719 L40.7047758,72.719 L40.7047758,14.6239371 L60,14.6239371" id="Fill-1"></path>
</g>
<path d="M11.81,114.179 L0.172,114.179 L-0.001,116.879 L0.573,116.879 L0.668,116.495 C0.917,115.479 1.127,115.039 2.868,115.039 L4.782,115.039 L4.782,122.879 C4.782,124.795 4.551,125.122 2.964,125.122 L2.964,125.674 L9.011,125.674 L9.011,125.122 C7.423,125.122 7.174,124.795 7.174,122.879 L7.174,115.039 L9.087,115.039 C10.849,115.039 11.06,115.479 11.309,116.495 L11.404,116.879 L11.963,116.879 L11.81,114.179 Z M21.806,125.674 L21.806,125.122 C20.214,125.122 19.965,124.795 19.965,122.879 L19.965,116.975 C19.965,115.058 20.214,114.732 21.806,114.732 L21.806,114.179 L15.753,114.179 L15.753,114.732 C17.343,114.732 17.573,115.058 17.573,116.975 L17.573,122.879 C17.573,124.795 17.343,125.122 15.753,125.122 L15.753,125.6
Open service 40.112.243.2:80 · tlc.gslc.utah.edu
2026-01-11 01:42
HTTP/1.1 200 OK
Content-Length: 87147
Connection: close
Content-Type: text/html; charset=utf-8
Date: Sun, 11 Jan 2026 01:43:16 GMT
ETag: W/"1546b-AvQlAA6YooPxIz9NiTHAjIdzCro"
Set-Cookie: tlc_project_site.csrf=cmk92l3u71lb301mj1x8wji1a; Path=/
Set-Cookie: tlc_project_site.sid=s%3AC3l47Q27lufFioKL0t3G6Ru8wGyg9c7x.p0oQySURvc0Ho%2FNmLJ%2FssnBbs0fiJt%2BtlDsPGeNE5kg; Path=/; Expires=Mon, 12 Jan 2026 01:43:16 GMT; HttpOnly
X-Powered-By: Express
Page title:
Home
Time for Living anf caring
<!DOCTYPE html>
<html lang="en" >
<head>
<title>
Home
</title>
<link href="/css/master-anon-cmjb09lyy000001mjrzmp6a25.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="../images/logo/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="../images/logo/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../images/logo/favicon/favicon-16x16.png">
<link rel="manifest" href="../images/logo/favicon/site.webmanifest">
<link rel="mask-icon" href="../images/logo/favicon/safari-pinned-tab.svg" color="#004b79">
<link rel="shortcut icon" href="../images/logo/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../images/logo/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body class=" " data-apos-level="0">
<div class="apos-refreshable" data-apos-refreshable>
<div class='main-container'>
<header>
<div class= "row">
<div class="container">
<nav id="navigation">
<a href="/">
<?xml version="1.0" encoding="UTF-8"?>
<svg class="logo" href="/" width="100px" height="39.5px" viewBox="0 0 319 126" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 64 (93537) - https://sketch.com -->
<title>Time for Living anf caring</title>
<desc>Created with Sketch.</desc>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="full_color_Logo" fill-rule="nonzero">
<g id="TLC" transform="translate(104.000000, 13.281000)" fill="#004B79">
<path d="M179.915,4.979 C176.009,3.287 172.05,2.034 168.037,1.22 C164.021,0.407 159.863,0 155.56,0 C142.721,0 132.233,3.532 124.097,10.593 C115.959,17.657 111.891,26.624 111.891,37.494 C111.891,48.398 115.95,57.39 124.07,64.468 C132.188,71.548 142.576,75.087 155.233,75.087 C159.608,75.087 163.778,74.615 167.737,73.671 C171.698,72.728 175.486,71.296 179.101,69.374 L179.21,53.703 C175.847,56.47 172.194,58.545 168.252,59.927 C164.31,61.312 160.042,62.002 155.451,62.002 C147.385,62.002 141.022,59.798 136.356,55.387 C131.691,50.977 129.358,45.012 129.358,37.494 C129.358,29.813 131.872,23.695 136.899,19.137 C141.925,14.581 148.67,12.302 157.132,12.302 C161.255,12.302 165.124,12.946 168.741,14.232 C172.357,15.518 175.883,17.543 179.319,20.309 L179.915,4.979" id="Fill-3"></path>
<polyline id="Fill-2" points="111 72.719 111 59.8183075 83.9397306 59.8183075 83.9397306 1.719 67 1.719 67 72.719 111 72.719"></polyline>
<path d="M60,14.6239371 L60,1.72396649 L0,1.719 C0,1.719 2.07160363,4.39196689 3.80837252,7.79004184 C6.27839968,12.6254201 6.89540968,14.5812253 6.89540968,14.5812253 L23.7802212,14.6239371 L23.7802212,72.719 L40.7047758,72.719 L40.7047758,14.6239371 L60,14.6239371" id="Fill-1"></path>
</g>
<path d="M11.81,114.179 L0.172,114.179 L-0.001,116.879 L0.573,116.879 L0.668,116.495 C0.917,115.479 1.127,115.039 2.868,115.039 L4.782,115.039 L4.782,122.879 C4.782,124.795 4.551,125.122 2.964,125.122 L2.964,125.674 L9.011,125.674 L9.011,125.122 C7.423,125.122 7.174,124.795 7.174,122.879 L7.174,115.039 L9.087,115.039 C10.849,115.039 11.06,115.479 11.309,116.495 L11.404,116.879 L11.963,116.879 L11.81,114.179 Z M21.806,125.674 L21.806,125.122 C20.214,125.122 19.965,124.795 19.965,122.879 L19.965,116.975 C19.965,115.058 20.214,114.732 21.806,114.732 L21.806,114.179 L15.753,114.179 L15.753,114.732 C17.343,114.732 17.573,115.058 17.573,116.975 L17.573,122.879 C17.573,124.795 17.343,125.122 15.753,125.122 L15.753,125.6
Open service 40.112.243.2:443 · www.scougalrubber.com
2026-01-10 21:04
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Sat, 10 Jan 2026 21:05:27 GMT Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate Transfer-Encoding: chunked Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding request-context: appId=cid-v1: Link: </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" X-Powered-By: Next.js
Open service 40.112.243.2:80 · www.tracksapp.com
2026-01-10 02:01
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sat, 10 Jan 2026 02:03:00 GMT Location: https://www.tracksapp.com/
Open service 40.112.243.2:443 · www.tracksapp.com
2026-01-10 02:01
HTTP/1.1 200 OK Content-Length: 784 Connection: close Content-Type: text/html; charset=utf-8 Date: Sat, 10 Jan 2026 02:03:00 GMT Server: waitress Vary: Origin X-Frame-Options: SAMEORIGIN Page title: Track App <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link href="https://fonts.cdnfonts.com/css/inter" rel="stylesheet"><link href="https://fonts.cdnfonts.com/css/major-snafu" rel="stylesheet"><title>Track App</title><script defer="defer" src="/static/js/main.8f877cf5.js"></script><link href="/static/css/main.13dc6dd3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 40.112.243.2:443 · absolutestudios.in
2026-01-10 00:18
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 10 Jan 2026 00:19:33 GMT Server: nginx Cache-Control: max-age=3540, public ETag: "a59f09c8c45d2a7ee1e51fcc883e1801" Expires: Sat, 10 Jan 2026 01:18:33 GMT Last-Modified: Sat, 10 Jan 2026 00:18:33 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://absolutestudios.in/wp-json/>; rel="https://api.w.org/" Link: <https://absolutestudios.in/wp-json/wp/v2/pages/337>; rel="alternate"; title="JSON"; type="application/json" Link: <https://absolutestudios.in/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · beta.tjc.org.nz
2026-01-09 23:00
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 09 Jan 2026 23:01:37 GMT Server: Apache/2.4.38 (Debian) Location: https://www.tjc.org.nz/ Set-Cookie: ARRAffinity=58d21287121977b9efad101d0cae1d4b4d6f26dd2594f75210c542bcff612e85;Path=/;HttpOnly;Secure;Domain=beta.tjc.org.nz Set-Cookie: ARRAffinitySameSite=58d21287121977b9efad101d0cae1d4b4d6f26dd2594f75210c542bcff612e85;Path=/;HttpOnly;SameSite=None;Secure;Domain=beta.tjc.org.nz X-Powered-By: PHP/7.3.17 X-Redirect-By: WordPress
Open service 40.112.243.2:443 · www.scougalrubber.com
2026-01-09 21:14
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Fri, 09 Jan 2026 21:15:03 GMT Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate Transfer-Encoding: chunked Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding request-context: appId=cid-v1: Link: </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" X-Powered-By: Next.js
Open service 40.112.243.2:443 · www.circulollantero.com
2026-01-09 17:34
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 09 Jan 2026 17:35:44 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.circulollantero.com/wp-json/>; rel="https://api.w.org/" Link: <https://www.circulollantero.com/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://www.circulollantero.com/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · www.circulollantero.com.mx
2026-01-09 15:42
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 09 Jan 2026 15:43:20 GMT Server: nginx Location: https://www.circulollantero.com.mx/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.circulollantero.com.mx
2026-01-09 15:40
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 09 Jan 2026 15:41:20 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.circulollantero.com.mx/wp-json/>; rel="https://api.w.org/" Link: <https://www.circulollantero.com.mx/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://www.circulollantero.com.mx/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · circulollantero.com
2026-01-09 15:25
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 09 Jan 2026 15:26:36 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://circulollantero.com/wp-json/>; rel="https://api.w.org/" Link: <https://circulollantero.com/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://circulollantero.com/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.absolutestudios.in
2026-01-09 14:15
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 09 Jan 2026 14:16:39 GMT Server: nginx Cache-Control: max-age=365, public ETag: "e058741fa12a54109b2c7d0cb5c4a004" Expires: Fri, 09 Jan 2026 14:22:44 GMT Last-Modified: Fri, 09 Jan 2026 13:22:44 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.absolutestudios.in/wp-json/>; rel="https://api.w.org/" Link: <https://www.absolutestudios.in/wp-json/wp/v2/pages/337>; rel="alternate"; title="JSON"; type="application/json" Link: <https://www.absolutestudios.in/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · api.winitall.com
2026-01-09 12:27
HTTP/1.1 401 Unauthorized Content-Length: 69 Connection: close Date: Fri, 09 Jan 2026 12:28:44 GMT Cache-Control: no-store, must-revalidate, no-cache, max-age=0 Expires: 0 Pragma: no-cache Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers Strict-Transport-Security: max-age=31536000 ; includeSubDomains x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000 X-Content-Type-Options: nosniff X-XSS-Protection: 0 X-Frame-Options: DENY Unauthorized: Full authentication is required to access this resource
Open service 40.112.243.2:80 · absolutestudios.in
2026-01-09 12:23
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 09 Jan 2026 12:24:20 GMT Server: nginx Location: https://absolutestudios.in/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · anemone.center
2026-01-09 12:16
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 09 Jan 2026 12:17:58 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://anemone.center/wp-json/>; rel="https://api.w.org/" Link: <https://anemone.center/wp-json/wp/v2/pages/850>; rel="alternate"; title="JSON"; type="application/json" Link: <https://anemone.center/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.storymagician.ai
2026-01-09 10:34
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 09 Jan 2026 10:35:48 GMT Server: nginx Cache-Control: max-age=3332, public ETag: "fc1302fa95207fe047a3c4c74786edb5" Expires: Fri, 09 Jan 2026 11:31:20 GMT Last-Modified: Fri, 09 Jan 2026 10:31:20 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.storymagician.ai/wp-json/>; rel="https://api.w.org/" Link: <https://www.storymagician.ai/wp-json/wp/v2/pages/8>; rel="alternate"; type="application/json" Link: <https://www.storymagician.ai/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · www.absolutestudios.in
2026-01-09 10:25
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 09 Jan 2026 10:26:02 GMT Server: nginx Location: https://www.absolutestudios.in/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · circulollantero.com.mx
2026-01-09 07:55
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 09 Jan 2026 07:56:06 GMT Server: nginx Location: https://circulollantero.com.mx/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · staging.tjc.org.nz
2026-01-09 05:45
HTTP/1.1 200 OK
Content-Length: 68014
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Fri, 09 Jan 2026 05:46:55 GMT
Server: nginx
Cache-Control: max-age=3, must-revalidate
Set-Cookie: ARRAffinity=58d21287121977b9efad101d0cae1d4b4d6f26dd2594f75210c542bcff612e85;Path=/;HttpOnly;Secure;Domain=staging.tjc.org.nz
Set-Cookie: ARRAffinitySameSite=58d21287121977b9efad101d0cae1d4b4d6f26dd2594f75210c542bcff612e85;Path=/;HttpOnly;SameSite=None;Secure;Domain=staging.tjc.org.nz
Vary: Accept-Encoding, Cookie
X-Powered-By: PHP/8.1.34
Page title: True Jesus Church – Auckland
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=10.0, user-scalable=yes">
<link rel="profile" href="http://gmpg.org/xfn/11">
<title>True Jesus Church – Auckland</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//staging.tjc.org.nz' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="True Jesus Church » Feed" href="https://staging.tjc.org.nz/feed/" />
<link rel="alternate" type="application/rss+xml" title="True Jesus Church » Comments Feed" href="https://staging.tjc.org.nz/comments/feed/" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/staging.tjc.org.nz\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.9.12"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://staging.tjc.org.nz/wp-includes/css/dist/block-library/style.min.css?ver=5.9.12' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vi
Open service 40.112.243.2:443 · afterhours-adventures.com
2026-01-09 05:39
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 09 Jan 2026 05:40:47 GMT Server: nginx Cache-Control: max-age=3540, public ETag: "131326d6f673b7c7696b2bced4e11495" Expires: Fri, 09 Jan 2026 06:39:47 GMT Last-Modified: Fri, 09 Jan 2026 05:39:47 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://afterhours-adventures.com/wp-json/>; rel="https://api.w.org/" X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · circulollantero.com.mx
2026-01-09 05:16
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 09 Jan 2026 05:17:15 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://circulollantero.com.mx/wp-json/>; rel="https://api.w.org/" Link: <https://circulollantero.com.mx/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://circulollantero.com.mx/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · ohcc.xyz
2026-01-09 04:52
HTTP/1.1 308 Permanent Redirect Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 04:53:27 GMT Server: Kestrel Location: https://www.ohcc.xyz/ Strict-Transport-Security: max-age=2592000
Open service 40.112.243.2:80 · ohcc.xyz
2026-01-09 04:52
HTTP/1.1 308 Permanent Redirect Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 04:53:27 GMT Server: Kestrel Location: http://www.ohcc.xyz/
Open service 40.112.243.2:443 · askkumuyi.ai
2026-01-09 04:47
HTTP/1.1 200 OK
Content-Length: 50572
Connection: close
Content-Type: text/html; charset=utf-8
Date: Fri, 09 Jan 2026 04:48:20 GMT
Server: gunicorn
Vary: Cookie
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/static/chatbot/css/styles.css">
<script src="https://code.jquery.com/jquery-3.7.1.min.js" crossorigin="anonymous"></script>
<script src="/static/chatbot/js/chat.js"></script>
<script src="/static/chatbot/js/scripts.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title></title>
<link rel="icon" type="image/png" href="/static/chatbot/images/favicon.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<style type="text/css">
/* base.html css starts */
/* Sidebar styling */
.sidebar {
width: 250px;
background-color: #f8f9fa;
padding: 20px;
font-family: Arial, sans-serif;
border-right: 1px solid #e0e0e0;
height: 100vh; /* Full viewport height */
overflow-y: auto;
}
.sidebar-section {
margin-bottom: 20px;
}
.sidebar-section h4 {
font-size: 14px;
color: #888;
margin-bottom: 10px;
text-transform: uppercase;
}
.sidebar-list {
list-style-type: none;
padding-left: 0;
margin: 0;
}
.sidebar-item {
font-size: 16px;
padding: 8px 0;
}
/* Styling for links inside sidebar items */
.sidebar-item a {
color: #333;
text-decoration: none;
display: block;
transition: color 0.3s;
}
.sidebar-item a:hover {
color: #007bff; /* Change color on hover */
}
/* Active link styling */
.sidebar-item a.active {
color: #007bff;
font-weight: bold;
}
/* Optional scrollbar styling for a nicer look */
.sidebar::-webkit-scrollbar {
width: 6px;
}
.sidebar::-webkit-scrollbar-track {
background: #f1f1f1;
}
.sidebar::-webkit-scrollbar-thumb {
background: #888;
border-radius: 10px;
}
.sidebar::-webkit-scrollbar-thumb:hover {
background: #555;
}
.navbar-expand-lg .navbar-collapse {
justify-content: flex-end;
}
.login-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.logo {
margin-bottom: 20px;
}
.logo img {
max-width: 80px;
}
/* General layout settings */
body, html {
height: 100%;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
.bg-primary{
background-color: #2b313f !important;
}
.container {
display: flex;
/*height: 100vh;*/
/* max-width: 100%; */
}
/* Main chat area */
.main-chat {
flex-grow: 1;
display: flex;
flex-direction: column;
padding: 20px 20px 10px;
/* background-color: #f8f9fa; */
background-color: transparent;
}
.main-chat .chat-container {
display: none;
}
.active-chatbox .main-chat .chat-container {
background: none;
display: block;
}
.chat-header {
font-size: 20px;
font-weight: bold;
color: #fff;
background-color: #2b313f;
padding: 15px;
text-align: center;
border-radius: 5px;
}
/* Messages box */
.messages-box {
flex-grow: 1;
overflow-y: auto;
padding: 20px;
background-color: #ffffff;
border-radius: 8px;
margin-bottom: 15px;
}
.messages-list {
padding-left: 0;
margin: 0;
}
.message {
margin-bottom: 15px;
align-items: flex-start;
}
/* Message bubble styling */
.message-text {
padding: 10px 15px;
border-radius: 15px;
font-size: 16px;
}
.sent {
margin-left: auto;
align-self: flex-end;
text-align: right;
}
.received {
align-self: flex-start;
}
/* Chat input box */
.active-chatbox .messages-box li.message.sent {
background: none;
display: inline-block;
width: 100%;
margin-bottom: 20px;
}
.active-chatbox .messages-box li.message.sent .message-text {
display: inline;
float: ri
Open service 40.112.243.2:80 · askkumuyi.ai
2026-01-09 04:47
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 04:48:19 GMT Location: https://askkumuyi.ai/
Open service 40.112.243.2:80 · komchallenges.com
2026-01-09 04:30
HTTP/1.1 308 Permanent Redirect Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 04:31:15 GMT Server: Kestrel Location: http://www.komchallenges.com/
Open service 40.112.243.2:443 · komchallenges.com
2026-01-09 04:30
HTTP/1.1 308 Permanent Redirect Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 04:31:16 GMT Server: Kestrel Location: https://www.komchallenges.com/ Strict-Transport-Security: max-age=2592000
Open service 40.112.243.2:443 · smmt.ch
2026-01-09 04:30
HTTP/1.1 308 Permanent Redirect Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 04:31:04 GMT Server: Kestrel Location: https://www.smmt.ch/ Strict-Transport-Security: max-age=2592000
Open service 40.112.243.2:80 · smmt.ch
2026-01-09 04:30
HTTP/1.1 308 Permanent Redirect Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 04:31:02 GMT Server: Kestrel Location: http://www.smmt.ch/
Open service 40.112.243.2:443 · noscohammer.com
2026-01-09 04:29
HTTP/1.1 308 Permanent Redirect Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 04:30:47 GMT Server: Kestrel Location: https://www.noscohammer.com/ Strict-Transport-Security: max-age=2592000
Open service 40.112.243.2:80 · noscohammer.com
2026-01-09 04:29
HTTP/1.1 308 Permanent Redirect Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 04:30:47 GMT Server: Kestrel Location: http://www.noscohammer.com/
Open service 40.112.243.2:443 · backbone.bike
2026-01-09 04:29
HTTP/1.1 308 Permanent Redirect Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 04:30:35 GMT Server: Kestrel Location: https://www.backbone.bike/ Strict-Transport-Security: max-age=2592000
Open service 40.112.243.2:80 · backbone.bike
2026-01-09 04:29
HTTP/1.1 308 Permanent Redirect Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 04:30:35 GMT Server: Kestrel Location: http://www.backbone.bike/
Open service 40.112.243.2:443 · smmtchallenge.com
2026-01-09 04:29
HTTP/1.1 308 Permanent Redirect Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 04:30:19 GMT Server: Kestrel Location: https://www.smmtchallenge.com/ Strict-Transport-Security: max-age=2592000
Open service 40.112.243.2:80 · smmtchallenge.com
2026-01-09 04:29
HTTP/1.1 308 Permanent Redirect Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 04:30:19 GMT Server: Kestrel Location: http://www.smmtchallenge.com/
Open service 40.112.243.2:443 · www.scougalrubber.com
2026-01-08 21:16
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Thu, 08 Jan 2026 21:17:08 GMT Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate Transfer-Encoding: chunked Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding request-context: appId=cid-v1: Link: </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" X-Powered-By: Next.js
Open service 40.112.243.2:80 · analytics.zeroemissiongrid.com
2026-01-08 14:43
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Thu, 08 Jan 2026 14:44:37 GMT Location: https://analytics.zeroemissiongrid.com/
Open service 40.112.243.2:443 · analytics.zeroemissiongrid.com
2026-01-08 14:43
HTTP/1.1 200 OK
Content-Length: 1322
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Thu, 08 Jan 2026 14:44:38 GMT
Accept-Ranges: bytes
Cache-Control: public, max-age=0
ETag: W/"52a-19b8eb48cba"
Last-Modified: Mon, 05 Jan 2026 15:09:15 GMT
request-context: appId=cid-v1:
X-Powered-By: Express
Page title: ZEG Easy Analytics
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ZEG Easy Analytics</title>
<meta name="description" content="ZEG Easy Analytics" />
<meta name="author" content="ZEG" />
<meta property="og:title" content="ZEG Easy Analytics" />
<!-- Microsoft Clarity -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "u8z7bqvol1");
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PRN8WD32DF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PRN8WD32DF');
</script>
<script type="module" crossorigin src="/assets/index-BxcKdI3b.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Bh04EkA7.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Open service 40.112.243.2:443 · www.scougalrubber.com
2026-01-07 21:09
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Wed, 07 Jan 2026 21:10:00 GMT Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate Transfer-Encoding: chunked Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding request-context: appId=cid-v1: Link: </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" X-Powered-By: Next.js
Open service 40.112.243.2:443 · identity.climateimpact.com
2026-01-07 08:22
HTTP/1.1 302 Found Content-Length: 0 Connection: close Date: Wed, 07 Jan 2026 08:23:27 GMT Location: https://identity.climateimpact.com/admin/ Strict-Transport-Security: max-age=31536000; includeSubDomains Referrer-Policy: no-referrer X-Content-Type-Options: nosniff
Open service 40.112.243.2:80 · identity.climateimpact.com
2026-01-07 08:22
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Wed, 07 Jan 2026 08:23:28 GMT Location: https://identity.climateimpact.com/
Open service 40.112.243.2:443 · www.scougalrubber.com
2026-01-06 21:04
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Tue, 06 Jan 2026 21:05:30 GMT Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate Transfer-Encoding: chunked Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding request-context: appId=cid-v1: Link: </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" X-Powered-By: Next.js
Open service 40.112.243.2:80 · staging.tjc.org.nz
2026-01-05 13:11
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 05 Jan 2026 13:11:06 GMT Location: https://staging.tjc.org.nz/
Open service 40.112.243.2:443 · staging.tjc.org.nz
2026-01-05 13:11
HTTP/1.1 200 OK
Content-Length: 68014
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Mon, 05 Jan 2026 13:11:07 GMT
Server: nginx
Cache-Control: max-age=3, must-revalidate
Set-Cookie: ARRAffinity=79e6295ff3f71118dc97060d99c036018659242936164e9dcf4909e5989cefee;Path=/;HttpOnly;Secure;Domain=staging.tjc.org.nz
Set-Cookie: ARRAffinitySameSite=79e6295ff3f71118dc97060d99c036018659242936164e9dcf4909e5989cefee;Path=/;HttpOnly;SameSite=None;Secure;Domain=staging.tjc.org.nz
Vary: Accept-Encoding, Cookie
X-Powered-By: PHP/8.1.34
Page title: True Jesus Church – Auckland
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=10.0, user-scalable=yes">
<link rel="profile" href="http://gmpg.org/xfn/11">
<title>True Jesus Church – Auckland</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//staging.tjc.org.nz' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="True Jesus Church » Feed" href="https://staging.tjc.org.nz/feed/" />
<link rel="alternate" type="application/rss+xml" title="True Jesus Church » Comments Feed" href="https://staging.tjc.org.nz/comments/feed/" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/staging.tjc.org.nz\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.9.12"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://staging.tjc.org.nz/wp-includes/css/dist/block-library/style.min.css?ver=5.9.12' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vi
Open service 40.112.243.2:80 · beta.tjc.org.nz
2026-01-04 19:27
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sun, 04 Jan 2026 19:27:35 GMT Location: https://beta.tjc.org.nz/
Open service 40.112.243.2:443 · beta.tjc.org.nz
2026-01-04 19:27
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Sun, 04 Jan 2026 19:27:37 GMT Server: Apache/2.4.38 (Debian) Location: https://www.tjc.org.nz/ Set-Cookie: ARRAffinity=79e6295ff3f71118dc97060d99c036018659242936164e9dcf4909e5989cefee;Path=/;HttpOnly;Secure;Domain=beta.tjc.org.nz Set-Cookie: ARRAffinitySameSite=79e6295ff3f71118dc97060d99c036018659242936164e9dcf4909e5989cefee;Path=/;HttpOnly;SameSite=None;Secure;Domain=beta.tjc.org.nz X-Powered-By: PHP/7.3.17 X-Redirect-By: WordPress
Open service 40.112.243.2:80 · calendar.xcrew.us
2026-01-04 07:32
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sun, 04 Jan 2026 07:32:39 GMT Location: https://calendar.xcrew.us/
Open service 40.112.243.2:443 · calendar.xcrew.us
2026-01-04 07:32
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Sun, 04 Jan 2026 07:32:38 GMT Server: Kestrel Set-Cookie: ARRAffinity=ebc21dc3cf1bb718ed806f140e1147d405a92227736ffcd0c2c35e5d76b84dc6;Path=/;HttpOnly;Secure;Domain=calendar.xcrew.us Set-Cookie: ARRAffinitySameSite=ebc21dc3cf1bb718ed806f140e1147d405a92227736ffcd0c2c35e5d76b84dc6;Path=/;HttpOnly;SameSite=None;Secure;Domain=calendar.xcrew.us
Open service 40.112.243.2:443 · social-stage.playstudios.tech
2026-01-04 06:52
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Sun, 04 Jan 2026 06:52:09 GMT Server: Kestrel Set-Cookie: ARRAffinity=c255c3ea26d3150db49b7a7ac6e829adde8d51979f185f1b97cd2c0eb551c7b8;Path=/;HttpOnly;Secure;Domain=social-stage.playstudios.tech Set-Cookie: ARRAffinitySameSite=c255c3ea26d3150db49b7a7ac6e829adde8d51979f185f1b97cd2c0eb551c7b8;Path=/;HttpOnly;SameSite=None;Secure;Domain=social-stage.playstudios.tech x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000 Request-Context: appId=cid-v1:579d08f3-31ed-40f9-930a-f0ee6c83f390
Open service 40.112.243.2:80 · social-stage.playstudios.tech
2026-01-04 06:52
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sun, 04 Jan 2026 06:52:09 GMT Location: https://social-stage.playstudios.tech/
Open service 40.112.243.2:80 · w-test.leftbankart.com
2026-01-04 06:40
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sun, 04 Jan 2026 06:40:18 GMT Location: https://w-test.leftbankart.com/
Open service 40.112.243.2:443 · w-test.leftbankart.com
2026-01-04 06:40
HTTP/1.1 200 OK
Content-Length: 108901
Connection: close
Content-Type: text/html; charset=utf-8
Date: Sun, 04 Jan 2026 06:40:18 GMT
Server: Kestrel
Set-Cookie: .Nop.WebUser=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/
Set-Cookie: .Nop.WebUser=00000000-0000-0000-0000-000000000000; expires=Thu, 04 Dec 2025 06:40:18 GMT; path=/; secure; httponly
Strict-Transport-Security: max-age=2592000
Request-Context: appId=cid-v1:798c8e8e-df72-4a10-8498-fc57b5631549
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Frame-Options: SameOrigin
Referrer-Policy: strict-origin-when-cross-origin
Page title: Leftbank Art
<!DOCTYPE html><html lang=en><head><title>Leftbank Art</title><link rel=preconnect href=https://fonts.googleapis.com crossorigin><link rel=preconnect href=https://fonts.gstatic.com crossorigin><meta charset=UTF-8><meta name=description content=""><meta name=keywords content=""><meta name=generator content=nopCommerce><meta name=viewport content="width=device-width, initial-scale=1"><script>localStorage.setItem("canCallApi",!1)</script><script>(function(n,t,i,r,u){n[r]=n[r]||[];n[r].push({"gtm.start":(new Date).getTime(),event:"gtm.js"});var e=t.getElementsByTagName(i)[0],f=t.createElement(i),o=r!="dataLayer"?"&l="+r:"";f.async=!0;f.src="https://www.googletagmanager.com/gtm.js?id="+u+o+">m_auth=GTfFeaAyjOpjRn19g-XYVw>m_preview=env-15>m_cookies_win=x";e.parentNode.insertBefore(f,e)})(window,document,"script","dataLayer","GTM-N375HPGC")</script><link href="/lib/toastr/toastr.min.css?v=1040611753" rel=stylesheet><link href="/lib/fontawesomePro/css/sharp-regular.min.css?v=1031359657" rel=stylesheet><link href="/lib/fontawesomePro/css/solid.min.css?v=1031359657" rel=stylesheet><link href="/lib/fontawesomePro/css/light.min.css?v=1031359657" rel=stylesheet><link href="/lib/fontawesomePro/css/brands.min.css?v=1031359657" rel=stylesheet><link href="/lib/fontawesomePro/css/fontawesome.min.css?v=1031359657" rel=stylesheet><link href="/_content/Radzen.Blazor/css/material-base.css?v=564695760" rel=stylesheet><link href="/css/tailwindoutput.css?v=1031359657" rel=stylesheet><link href="LBA.Client.Blazor.Client.styles.css?v=666790231" rel=stylesheet><script src="/lib/@vimeo/player/player.min.js?v=1031359657"></script><script src="/lib_npm/lodash-core/distrib/lodash-core.min.js?v=1040611753"></script><script src="/lib/jquery/jquery-3.7.1.min.js?v=1031359657"></script><link rel=apple-touch-icon sizes=180x180 href=/icons/icons_0/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=/icons/icons_0/favicon-32x32.png><link rel=icon type=image/png sizes=192x192 href=/icons/icons_0/android-chrome-192x192.png><link rel=icon type=image/png sizes=16x16 href=/icons/icons_0/favicon-16x16.png><link rel=manifest href=/icons/icons_0/site.webmanifest><link rel=mask-icon href=/icons/icons_0/safari-pinned-tab.svg color=#5bbad5><link rel="shortcut icon" href=/icons/icons_0/favicon.ico><meta name=msapplication-TileColor content=#2d89ef><meta name=msapplication-TileImage content=/icons/icons_0/mstile-144x144.png><meta name=msapplication-config content=/icons/icons_0/browserconfig.xml><meta name=theme-color content=#ffffff><body><div id=environmentTab class=environmentTab style=background-color:#049dd9>Test - Version Unknown</div><div class=js-ajax-loading-block-window style=display:none><div class="w-full h-full fixed backdrop-blur-[1px] bg-shady_lady/40 z-50"><!--Blazor:{"type":"webassembly","prerenderId":"00ea28d01feb41c49023904f7be80f12","key":{"locationHash":"1267EA27E2E178F0A1C448191D408CC2A836E5F88C65D4A2562FB483A7779EFA:0","formattedComponentKey":""},"assembly":"LBA.Client.Blazor.Components","typeName":"UISharedComponents.UILoadingSpinner","parameterDefinitions":"W10=","parameterValues":"W10="}--><div class="flex h-full w-full items-center justify-center"><i class="fa-light fa-spinner-third fa-spin fa-2xl"></i></div><!--Blazor:{"prerenderId":"00ea28d01feb41c49023904f7be80f12"}--></div></div><div id=dialog-notifications-success title=Notification></div><div id=dialog-notifications-error title=Error></div><div id=dialog-notifications-warning title=Warning></div><div id=bar-notification class=bar-notification-container data-close=Close></div><!--[if lte IE 8]><div style=clear:both;height:59px;text-align:center;position:relative><a href=http://www.microsoft.com/windows/internet-explorer/default.aspx target=_blank> <img src=/Themes/DefaultClean/Content/images/ie_warning.jpg height=42 width=820 alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today."> </a></div><![endif]--><div class="master-wrapper-page h-full flex flex-col min-h-screen"><div class="header top-[-32px] navbar-desktop:!top-[
Open service 40.112.243.2:443 · www.scougalrubber.com
2026-01-03 21:03
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Sat, 03 Jan 2026 21:03:57 GMT Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate Transfer-Encoding: chunked Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding request-context: appId=cid-v1: Link: </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" X-Powered-By: Next.js
Open service 40.112.243.2:80 · pr1518.lmrv-technology.com
2026-01-03 10:20
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sat, 03 Jan 2026 10:20:58 GMT Location: https://pr1518.lmrv-technology.com/
Open service 40.112.243.2:443 · pr1518.lmrv-technology.com
2026-01-03 10:20
HTTP/1.1 503 Service Unavailable Connection: close Date: Sat, 03 Jan 2026 10:20:59 GMT Transfer-Encoding: chunked <div style="display: block; margin: auto; width: 600px; height: 500px; text-align: center; font-family: 'Courier', cursive, sans-serif;"><h1 style="color: 747474">:( Application Error</h1><p style="color:#666">If you are the application administrator, you can access the <a style="color: grey"href="https://wapp-creditapp-frontend-pr1518.scm.azurewebsites.net/detectors">diagnostic resources</a>.</div>
Open service 40.112.243.2:80 · pr1520.lmrv-technology.com
2026-01-03 09:36
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sat, 03 Jan 2026 09:36:26 GMT Location: https://pr1520.lmrv-technology.com/
Open service 40.112.243.2:443 · pr1520.lmrv-technology.com
2026-01-03 09:36
HTTP/1.1 302 Found Content-Length: 0 Connection: close Date: Sat, 03 Jan 2026 09:36:26 GMT Location: https://login.windows.net/common/oauth2/authorize?response_type=code+id_token&redirect_uri=https%3A%2F%2Fpr1520.lmrv-technology.com%2F.auth%2Flogin%2Faad%2Fcallback&client_id=daf56b96-6d55-4b69-91fc-ef07851fadda&scope=openid+profile+email&response_mode=form_post&nonce=22872f842bce43879a0126f6cee2afb8_20260103094127&state=redir%3D%252F Set-Cookie: Nonce=WMJR9RRNW5FAt+l8rkXOE3Gh8MDQ/1g/AQSM3PHEgnaAiGmEc3yh47qeNh5H4D90RgeBkYrjxvPONmTihb2avWbA443HTWrEjHyIl7W8cYe0eEH3/7bXkD4clvxtuF/X; path=/; secure; HttpOnly; SameSite=None Strict-Transport-Security: max-age=31536000; includeSubDomains x-ms-middleware-request-id: 5364ba34-7552-4731-b437-933dcf64403e
Open service 40.112.243.2:443 · pr1506.lmrv-technology.com
2026-01-03 09:14
HTTP/1.1 302 Found Content-Length: 0 Connection: close Date: Sat, 03 Jan 2026 09:14:23 GMT Location: https://login.windows.net/common/oauth2/authorize?response_type=code+id_token&redirect_uri=https%3A%2F%2Fpr1506.lmrv-technology.com%2F.auth%2Flogin%2Faad%2Fcallback&client_id=252cad88-e68f-4fc0-addd-0187514fe851&scope=openid+profile+email&response_mode=form_post&nonce=a9de024880a64411bad5b938a407f7cd_20260103091923&state=redir%3D%252F Set-Cookie: Nonce=gwPICNLJygikdyYmF/FdPcaJu7bmvDqNVG4J34Ae4e0hLXtkEssdRsw/a9uELK+RpSOFu/JpnFWjwrpb4WMeITGje5D2gZvfwUnyd1Le4D1yhtvyC+KLycPQzpZ14pUK; path=/; secure; HttpOnly; SameSite=None Strict-Transport-Security: max-age=31536000; includeSubDomains x-ms-middleware-request-id: 7dc2e742-7cde-4ea5-8e75-17a6c1ed14ef
Open service 40.112.243.2:80 · pr1506.lmrv-technology.com
2026-01-03 09:14
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sat, 03 Jan 2026 09:14:22 GMT Location: https://pr1506.lmrv-technology.com/
Open service 40.112.243.2:443 · pcts2.insidela.org
2026-01-03 04:33
HTTP/1.1 302 Found Content-Length: 0 Connection: close Date: Sat, 03 Jan 2026 04:33:20 GMT Server: Kestrel Location: https://login.microsoftonline.com/0ba77318-b692-40fc-9d25-d4c8de90731e/oauth2/v2.0/authorize?client_id=c4f82c1b-b8a7-4bc4-a5d6-2f6212f39cb2&redirect_uri=https%3A%2F%2Fpcts2.insidela.org%2Fsignin-oidc&response_type=code&scope=openid%20profile%20offline_access%20User.Read%20GroupMember.Read.All&code_challenge=3JjAh3a-aZ8vgqG-6m3TWxp9OYwJ7CXpFYJSX1bx4aY&code_challenge_method=S256&response_mode=form_post&nonce=639030116003744285.YzVhMTkyYTUtOTYyZi00Y2Q1LThhMWItMjVlNjE5YmQ0MDFiNWE4YzkyNmYtMTI3NS00N2Y5LWIwZGMtZjg4NGY1YWFkMDM4&client_info=1&x-client-brkrver=IDWeb.1.23.0.0&state=CfDJ8GT1aibo2uNLvLmy5fKgt7zf7S-ssi5-nJjZQj3xgfrf_V7aHrrd7xKgBr2g6bfSqvTdshAiPXGGnq5aa1fjplw7nnB2p9s6bl-a8HqMdoRRsT6rHr4dTnrndcUTBOzg__bAyO7h4gHS2HO6rEAqtnxOjRb7_9IOx63UY8wzkgUulsV5uYqRj9WkLuRfj-1atwgI00hJRkJtd241Nj6R-Kfwnho6saNb_SZx5saRenCfawHI8rRJj7HxhtD888akqMwR1nBMT_DAHir2v5To1w0nqVZhzsLbEaZbOEeWjzqBo3DeNH7O3PS6TRcheBNsb9F6tdvvkh5GTgK-w153Yb3XuquTuu4KNTioiCABdrZemy963XO4hMu1fpX8d9j3FQ&x-client-SKU=ID_NETSTANDARD2_0&x-client-ver=6.15.1.0 Set-Cookie: .AspNetCore.OpenIdConnect.Nonce.CfDJ8GT1aibo2uNLvLmy5fKgt7yLddoffrpf7s-H5fSFAiiS0Dbj5_UKSjRJjuSJU1tzblNFiBV9cjAcKc-FS-aF4Pfj_wiJdGeuSvszlgd-8_4yumv_OsoiqCLbJdfg0e6cuDYaTo0U78QZjo5yOktv2WM24j2ZzZxJC1oUrvA06HV6Ap7tWQhxFUSuHK71mdp3-xaJ9jtCMBryU1jejsRPnXxx0RsalAIOeJfU3bd-prrAR1yjVss9RZdd-1u2aLqmtZowje6TigQDa1nuTw5b17E=N; expires=Sat, 03 Jan 2026 04:48:20 GMT; path=/signin-oidc; secure; samesite=none; httponly Set-Cookie: .AspNetCore.Correlation.NgQrQDxMNrIxbQvLcFE9WmrdiGpfg1sQ6uukQ6sGFW8=N; expires=Sat, 03 Jan 2026 04:48:20 GMT; path=/signin-oidc; secure; samesite=none; httponly Set-Cookie: ARRAffinity=9b393eaab67d130e9be466812ec37fe027ce44a996ed3af862f67fa2c3258cb5;Path=/;HttpOnly;Secure;Domain=pcts2.insidela.org Set-Cookie: ARRAffinitySameSite=9b393eaab67d130e9be466812ec37fe027ce44a996ed3af862f67fa2c3258cb5;Path=/;HttpOnly;SameSite=None;Secure;Domain=pcts2.insidela.org Request-Context: appId=cid-v1:326f7559-cb51-4be7-821e-96ef6c007321
Open service 40.112.243.2:80 · pcts2.insidela.org
2026-01-03 04:33
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sat, 03 Jan 2026 04:33:19 GMT Location: https://pcts2.insidela.org/
Open service 40.112.243.2:80 · procurelogin-prd1.raiven.com
2026-01-03 02:53
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sat, 03 Jan 2026 02:53:50 GMT Location: https://procurelogin-prd1.raiven.com/
Open service 40.112.243.2:443 · procurelogin-prd1.raiven.com
2026-01-03 02:53
HTTP/1.1 404 Not Found
Content-Length: 3571
Connection: close
Content-Type: text/html; charset=utf-8
Date: Sat, 03 Jan 2026 02:53:51 GMT
ETag: "df3-+YQg64HjjNqvYRg+yb3pYH7lxAg"
Set-Cookie: ARRAffinity=d0479c132f3a2e0dcd143ec70f59b3856a45fe0f96fa5f79102de6c6c655b99b;Path=/;HttpOnly;Secure;Domain=procurelogin-prd1.raiven.com
Set-Cookie: ARRAffinitySameSite=d0479c132f3a2e0dcd143ec70f59b3856a45fe0f96fa5f79102de6c6c655b99b;Path=/;HttpOnly;SameSite=None;Secure;Domain=procurelogin-prd1.raiven.com
Vary: Accept-Encoding
X-Powered-By: Next.js
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"/><meta charSet="utf-8"/><script src="https://cdn.auth0.com/js/auth0/9.11.2/auth0.min.js"></script><meta name="next-head-count" content="3"/><link rel="preload" href="/_next/static/YJn5BlNlbmclqJmcPKA2D/pages/_app.js" as="script"/><link rel="preload" href="/_next/static/runtime/webpack-9369c5c69dbf6d4912cb.js" as="script"/><link rel="preload" href="/_next/static/chunks/commons.f5a311ee7866cce9c347.js" as="script"/><link rel="preload" href="/_next/static/runtime/main-2077922e8d76c5d61e19.js" as="script"/></head><body><div id="__next"><div style="color:#000;background:#fff;font-family:-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Fira Sans", Avenir, "Helvetica Neue", "Lucida Grande", sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body { margin: 0 }</style><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">An unexpected error has occurred<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"dataManager":"[]","props":{"serverRuntimeConfig":{"auth0":{"domain":"procure-prod.raiven.com","clientID":"Ikn7CPzFsZas5cuWEp7F5pbl7EHcEr7p","audience":"https://procure-prod.com","redirectUri":"session","responseType":"token id_token","scope":"openid profile email","state":"BaFTkb43fAXKCmhAvSMCTIXJ-a7H3N0I","nonce":"NONC"},"qmt_url":"https://platformprod1.qmerit.com:7540","environment":"production","blobstorage":{"name":"logqmtprd","key":"QWY51U84wKMo7pMHovQ4U2nYiyrbEAoH0nT7vCc94WB+p+QyNbWynRdfj38Rph1W311MtqwfM1FJJ1B3gkteSA=="},"brand":{"primary":"#00bcd4","secondary":null,"logo":"images/Qmerit-Light.svg","style":null,"logoStyle":null},"testLogging":"false"},"publicRuntimeConfig":{"auth0":{"domain":"procure-prod.raiven.com","clientID":"Ikn7CPzFsZas5cuWEp7F5pbl7EHcEr7p","audience":"https://procure-prod.com","redirectUri":"session","responseType":"token id_token","scope":"openid profile email","state":"CT-NwXw27XwN7tVwYB9g6HMSKB4tacya","nonce":"NONC"},"qmt_url":"https://platformprod1.qmerit.com:7540","environment":"production","blobstorage":{"name":"logqmtprd","key":"QWY51U84wKMo7pMHovQ4U2nYiyrbEAoH0nT7vCc94WB+p+QyNbWynRdfj38Rph1W311MtqwfM1FJJ1B3gkteSA=="},"testLogging":"false"}},"page":"/_error","query":{},"buildId":"YJn5BlNlbmclqJmcPKA2D","runtimeConfig":{"auth0":{"domain":"procure-prod.raiven.com","clientID":"Ikn7CPzFsZas5cuWEp7F5pbl7EHcEr7p","audience":"https://procure-prod.com","redirectUri":"session","responseType":"token id_token","scope":"openid profile email","state":"CT-NwXw27XwN7tVwYB9g6HMSKB4tacya","nonce":"NONC"},"qmt_url":"https://platformprod1.qmerit.com:7540","environment":"production","blobstorage":{"name":"logqmtprd","key":"QWY51U84wKMo7pMHovQ4U2nYiyrbEAoH0nT7vCc94WB+p+QyNbWynRdfj38Rph1W311MtqwfM1FJJ1B3gkteSA=="},"testLogging":"false"}}</script><script nomodule="" src="/_next/static/runtime/polyfills-c8c07ae07fda4710f264.js"></script><script async="" data-next-page="/_app" src="/_next/static/YJn5BlNlbmclqJmcPKA2D/pages/_app.js"></script><script src="/_next/static/runtime/webpack-9369c5c69dbf6d4912cb.js" async=""></script><script src="/_next/static/chunks/commons.f5a311ee7866cce9c347.js" async=""></script><script src="/_next/static/runtime/main-2077922e8d76c5d61e19.js" async=""></script></body></html>
Open service 40.112.243.2:443 · anemone.center
2026-01-03 00:56
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 03 Jan 2026 00:56:32 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://anemone.center/wp-json/>; rel="https://api.w.org/" Link: <https://anemone.center/wp-json/wp/v2/pages/850>; rel="alternate"; title="JSON"; type="application/json" Link: <https://anemone.center/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.circulollantero.com
2026-01-02 23:07
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 23:07:56 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.circulollantero.com/wp-json/>; rel="https://api.w.org/" Link: <https://www.circulollantero.com/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://www.circulollantero.com/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.circulollantero.com.mx
2026-01-02 22:51
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 22:52:00 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.circulollantero.com.mx/wp-json/>; rel="https://api.w.org/" Link: <https://www.circulollantero.com.mx/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://www.circulollantero.com.mx/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.scougalrubber.com
2026-01-02 21:15
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Fri, 02 Jan 2026 21:15:18 GMT Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate Transfer-Encoding: chunked Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding request-context: appId=cid-v1: Link: </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" X-Powered-By: Next.js
Open service 40.112.243.2:443 · absolutestudios.in
2026-01-02 20:00
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 20:00:18 GMT Server: nginx Cache-Control: max-age=3391, public ETag: "e7336895bc25b4bfa1a20b0e49497589" Expires: Fri, 02 Jan 2026 20:56:49 GMT Last-Modified: Fri, 02 Jan 2026 19:56:49 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://absolutestudios.in/wp-json/>; rel="https://api.w.org/" Link: <https://absolutestudios.in/wp-json/wp/v2/pages/337>; rel="alternate"; title="JSON"; type="application/json" Link: <https://absolutestudios.in/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.absolutestudios.in
2026-01-02 18:56
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 18:56:16 GMT Server: nginx Cache-Control: max-age=3600, public ETag: "40bca8f293fd6b50576fc611eb4aeaf7" Expires: Fri, 02 Jan 2026 19:56:16 GMT Last-Modified: Fri, 02 Jan 2026 18:56:16 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.absolutestudios.in/wp-json/>; rel="https://api.w.org/" Link: <https://www.absolutestudios.in/wp-json/wp/v2/pages/337>; rel="alternate"; title="JSON"; type="application/json" Link: <https://www.absolutestudios.in/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · circulollantero.com
2026-01-02 17:23
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 17:23:07 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://circulollantero.com/wp-json/>; rel="https://api.w.org/" Link: <https://circulollantero.com/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://circulollantero.com/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · api.winitall.com
2026-01-02 15:30
HTTP/1.1 401 Unauthorized Content-Length: 69 Connection: close Date: Fri, 02 Jan 2026 15:30:54 GMT Cache-Control: no-store, must-revalidate, no-cache, max-age=0 Expires: 0 Pragma: no-cache Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers Strict-Transport-Security: max-age=31536000 ; includeSubDomains x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000 X-Content-Type-Options: nosniff X-XSS-Protection: 0 X-Frame-Options: DENY Unauthorized: Full authentication is required to access this resource
Open service 40.112.243.2:80 · circulollantero.com.mx
2026-01-02 13:20
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 13:20:41 GMT Server: nginx Location: https://circulollantero.com.mx/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.storymagician.ai
2026-01-02 12:50
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 12:50:18 GMT Server: nginx Cache-Control: max-age=1802, public ETag: "8140a41e116dfca0af0e855cdaadc4f9" Expires: Fri, 02 Jan 2026 13:20:20 GMT Last-Modified: Fri, 02 Jan 2026 12:20:20 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.storymagician.ai/wp-json/>; rel="https://api.w.org/" Link: <https://www.storymagician.ai/wp-json/wp/v2/pages/8>; rel="alternate"; type="application/json" Link: <https://www.storymagician.ai/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · afterhours-adventures.com
2026-01-02 11:09
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 11:09:11 GMT Server: nginx Cache-Control: max-age=2035, public ETag: "4ac51c39c5890c8e031b7ec86b0fe179" Expires: Fri, 02 Jan 2026 11:43:06 GMT Last-Modified: Fri, 02 Jan 2026 10:43:06 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://afterhours-adventures.com/wp-json/>; rel="https://api.w.org/" X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · www.circulollantero.com.mx
2026-01-02 10:29
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 10:29:35 GMT Server: nginx Location: https://www.circulollantero.com.mx/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · www.absolutestudios.in
2026-01-02 09:54
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 09:54:14 GMT Server: nginx Location: https://www.absolutestudios.in/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · www.circulollantero.com
2026-01-02 05:48
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 05:48:19 GMT Server: nginx Location: https://www.circulollantero.com/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · circulollantero.com.mx
2026-01-02 05:21
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 05:22:03 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://circulollantero.com.mx/wp-json/>; rel="https://api.w.org/" Link: <https://circulollantero.com.mx/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://circulollantero.com.mx/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · afterhours-adventures.com
2026-01-02 04:56
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 04:56:44 GMT Server: nginx Cache-Control: max-age=1324, public ETag: "bcf700b8452056b376be74a2e3dcdf89" Expires: Fri, 02 Jan 2026 05:18:48 GMT Last-Modified: Fri, 02 Jan 2026 04:18:48 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://afterhours-adventures.com/wp-json/>; rel="https://api.w.org/" X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · staging.tjc.org.nz
2026-01-02 04:51
HTTP/1.1 200 OK
Content-Length: 68014
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Fri, 02 Jan 2026 04:51:53 GMT
Server: nginx
Cache-Control: max-age=3, must-revalidate
Set-Cookie: ARRAffinity=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;Secure;Domain=staging.tjc.org.nz
Set-Cookie: ARRAffinitySameSite=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;SameSite=None;Secure;Domain=staging.tjc.org.nz
Vary: Accept-Encoding, Cookie
X-Powered-By: PHP/8.1.33
Page title: True Jesus Church – Auckland
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=10.0, user-scalable=yes">
<link rel="profile" href="http://gmpg.org/xfn/11">
<title>True Jesus Church – Auckland</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//staging.tjc.org.nz' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="True Jesus Church » Feed" href="https://staging.tjc.org.nz/feed/" />
<link rel="alternate" type="application/rss+xml" title="True Jesus Church » Comments Feed" href="https://staging.tjc.org.nz/comments/feed/" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/staging.tjc.org.nz\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.9.12"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://staging.tjc.org.nz/wp-includes/css/dist/block-library/style.min.css?ver=5.9.12' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vi
Open service 40.112.243.2:443 · beta.tjc.org.nz
2026-01-02 04:13
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 04:13:22 GMT Server: Apache/2.4.38 (Debian) Location: https://www.tjc.org.nz/ Set-Cookie: ARRAffinity=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;Secure;Domain=beta.tjc.org.nz Set-Cookie: ARRAffinitySameSite=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;SameSite=None;Secure;Domain=beta.tjc.org.nz X-Powered-By: PHP/7.3.17 X-Redirect-By: WordPress
Open service 40.112.243.2:80 · absolutestudios.in
2026-01-02 02:29
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 02:29:40 GMT Server: nginx Location: https://absolutestudios.in/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.tracksapp.com
2026-01-02 00:51
HTTP/1.1 200 OK Content-Length: 784 Connection: close Content-Type: text/html; charset=utf-8 Date: Fri, 02 Jan 2026 00:51:54 GMT Server: waitress Vary: Origin X-Frame-Options: SAMEORIGIN Page title: Track App <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link href="https://fonts.cdnfonts.com/css/inter" rel="stylesheet"><link href="https://fonts.cdnfonts.com/css/major-snafu" rel="stylesheet"><title>Track App</title><script defer="defer" src="/static/js/main.8f877cf5.js"></script><link href="/static/css/main.13dc6dd3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 40.112.243.2:80 · www.tracksapp.com
2026-01-02 00:51
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 02 Jan 2026 00:51:54 GMT Location: https://www.tracksapp.com/
Open service 40.112.243.2:443 · www.scougalrubber.com
2026-01-01 21:08
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Thu, 01 Jan 2026 21:08:09 GMT Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate Transfer-Encoding: chunked Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding request-context: appId=cid-v1: Link: </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" X-Powered-By: Next.js
Open service 40.112.243.2:443 · www.scougalrubber.com
2025-12-31 21:09
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Wed, 31 Dec 2025 21:09:48 GMT Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate Transfer-Encoding: chunked Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding request-context: appId=cid-v1: Link: </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" X-Powered-By: Next.js
Open service 40.112.243.2:443 · coalition.eagleprocessingrewards.com
2025-12-31 04:33
HTTP/1.1 200 OK
Content-Length: 1305
Connection: close
Content-Type: text/html
Date: Wed, 31 Dec 2025 04:33:05 GMT
Server: nginx/1.29.4
Accept-Ranges: bytes
ETag: "69443ee4-519"
Last-Modified: Thu, 18 Dec 2025 17:50:28 GMT
Page title: Enroll And Pay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- needs to be right at the top to prevent Chrome from reloading favicon on every route change -->
<link id="favicon" rel="icon" type="image/x-icon" href="assets/favicons/enrollAndPayFavicon.ico"/>
<title>Enroll And Pay</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4e8ef7"/>
<link rel="manifest" href="manifest.webmanifest"/>
<link rel="stylesheet" href="styles.7d37caadd94b64a8.css"></head>
<body>
<!--[if lte IE 11]>
<p>
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<noscript>
<p>This page requires JavaScript to work properly. Please enable JavaScript in your browser.</p>
</noscript>
<app-root></app-root>
<script src="runtime.b2bf38dbe528ab88.js" type="module"></script><script src="polyfills.8e8d7dcc169a0ebf.js" type="module"></script><script src="scripts.6a0df01e50239563.js" defer></script><script src="vendor.0083c3cfd6d6bc82.js" type="module"></script><script src="main.622e98fa2f1679c7.js" type="module"></script></body>
</html>
Open service 40.112.243.2:80 · coalition.eagleprocessingrewards.com
2025-12-31 04:33
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Wed, 31 Dec 2025 04:33:03 GMT Location: https://coalition.eagleprocessingrewards.com/
Open service 40.112.243.2:443 · www.scougalrubber.com
2025-12-30 21:08
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Tue, 30 Dec 2025 21:08:06 GMT Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate Transfer-Encoding: chunked Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding request-context: appId=cid-v1: Link: </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" X-Powered-By: Next.js
Open service 40.112.243.2:443 · www.circulollantero.com.mx
2025-12-30 13:22
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Tue, 30 Dec 2025 13:22:43 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.circulollantero.com.mx/wp-json/>; rel="https://api.w.org/" Link: <https://www.circulollantero.com.mx/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://www.circulollantero.com.mx/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · absolutestudios.in
2025-12-30 11:00
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Tue, 30 Dec 2025 11:00:09 GMT Server: nginx Location: https://absolutestudios.in/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.circulollantero.com
2025-12-30 10:13
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Tue, 30 Dec 2025 10:13:11 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.circulollantero.com/wp-json/>; rel="https://api.w.org/" Link: <https://www.circulollantero.com/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://www.circulollantero.com/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · beta.tjc.org.nz
2025-12-30 09:00
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Tue, 30 Dec 2025 09:00:14 GMT Server: Apache/2.4.38 (Debian) Location: https://www.tjc.org.nz/ Set-Cookie: ARRAffinity=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;Secure;Domain=beta.tjc.org.nz Set-Cookie: ARRAffinitySameSite=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;SameSite=None;Secure;Domain=beta.tjc.org.nz X-Powered-By: PHP/7.3.17 X-Redirect-By: WordPress
Open service 40.112.243.2:80 · beta.tjc.org.nz
2025-12-30 08:54
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Tue, 30 Dec 2025 08:54:08 GMT Location: https://beta.tjc.org.nz/
Open service 40.112.243.2:443 · beta.tjc.org.nz
2025-12-30 08:54
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Tue, 30 Dec 2025 08:54:10 GMT Server: Apache/2.4.38 (Debian) Location: https://www.tjc.org.nz/ Set-Cookie: ARRAffinity=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;Secure;Domain=beta.tjc.org.nz Set-Cookie: ARRAffinitySameSite=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;SameSite=None;Secure;Domain=beta.tjc.org.nz X-Powered-By: PHP/7.3.17 X-Redirect-By: WordPress
Open service 40.112.243.2:443 · www.scougalrubber.com
2025-12-30 05:12
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Tue, 30 Dec 2025 05:12:18 GMT Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate Transfer-Encoding: chunked Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding request-context: appId=cid-v1: Link: </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" X-Powered-By: Next.js
Open service 40.112.243.2:80 · calcoach.app
2025-12-29 22:30
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 29 Dec 2025 22:30:32 GMT Location: https://calcoach.app/
Open service 40.112.243.2:443 · calcoach.app
2025-12-29 22:30
HTTP/1.1 307 Temporary Redirect Connection: close Date: Mon, 29 Dec 2025 22:30:33 GMT Location: /en Set-Cookie: NEXT_LOCALE=en; Path=/; SameSite=lax Set-Cookie: ARRAffinity=98ea9d139f5cefda9d4ef0f103df0191217dcbfdd7d53c5fcd4680205ded93bc;Path=/;HttpOnly;Secure;Domain=calcoach.app Set-Cookie: ARRAffinitySameSite=98ea9d139f5cefda9d4ef0f103df0191217dcbfdd7d53c5fcd4680205ded93bc;Path=/;HttpOnly;SameSite=None;Secure;Domain=calcoach.app Transfer-Encoding: chunked /en
Open service 40.112.243.2:443 · pcts2.insidela.org
2025-12-29 07:31
HTTP/1.1 302 Found Content-Length: 0 Connection: close Date: Mon, 29 Dec 2025 07:31:40 GMT Server: Kestrel Location: https://login.microsoftonline.com/0ba77318-b692-40fc-9d25-d4c8de90731e/oauth2/v2.0/authorize?client_id=c4f82c1b-b8a7-4bc4-a5d6-2f6212f39cb2&redirect_uri=https%3A%2F%2Fpcts2.insidela.org%2Fsignin-oidc&response_type=code&scope=openid%20profile%20offline_access%20User.Read%20GroupMember.Read.All&code_challenge=s_CDBLCntvwipkBgNGbKFXnrqQSdzDI4aZ943Avsv0g&code_challenge_method=S256&response_mode=form_post&nonce=639025903004914385.NmI3MTgzZWEtYTc1Yi00ZTYyLThiNWUtYjZjZTc4MWE4MDhiZTYzNjU2OTgtZWY4ZC00ZmZiLWE2NjgtMmYwOWQ4ZDQ2ZmVj&client_info=1&x-client-brkrver=IDWeb.1.23.0.0&state=CfDJ8GT1aibo2uNLvLmy5fKgt7xH0sOSrK87Q00czk__BNLacn8h8q-kjGcbp2HKOlRnrVUGKtmGrTXoQmPqPTqc-ELzIuciWZ1auyP4iAWV-FCl5Vv3NpsaJgLZArhwQ9mTjid-Sw09V6LT9_jIzD9PrT6S9gYMde4rv1HjLwFZAhlNCiKbusaFX-pjbyjHqh5HaqzHWH3gIT17HNbmHYjL4FrVRiL3hWRXj0v_BukOIqQjEw_zSZGfgnA5gZp97-CwUpGFNdDI8fSwPG20GvpdyX2fOQ3_LsEmm8ch6XsAKkeffdznDKnYBo0s0fC8Eg2GhB5HNBSr69EZXEmdgmSIztK7mucRup9CAs16btytYRmwvliimasXKS8v9LIiUut_Rw&x-client-SKU=ID_NETSTANDARD2_0&x-client-ver=6.15.1.0 Set-Cookie: .AspNetCore.OpenIdConnect.Nonce.CfDJ8GT1aibo2uNLvLmy5fKgt7xakblOP0rf97pzW-z1OIuZmg-wEX4HDFZr3OD9MdEJj39z_4jd4HcKcKbk8rDzxe-AGasH_IuiL3QfrkhC_RWs_DnRF7HzNBZ2Bw9hQqoPwUCk8Jk3p_ri0PoT_it_Wk19X3rC-rLy5DWneWNK4pCuZTnNsE5-wo4VBA5eJFNusc19fJw5gbmxUpitah1WzWlV6qNOdFepTDQJ6BnfRGnPvfnSVMhUmSK1e0sJVxYP8LqmWmnY5M8g_9A2ZzFD1HY=N; expires=Mon, 29 Dec 2025 07:46:40 GMT; path=/signin-oidc; secure; samesite=none; httponly Set-Cookie: .AspNetCore.Correlation.S7JVCvP291IiRhta4wBq6v8HT5U0I3ENW_ZzgRDtmus=N; expires=Mon, 29 Dec 2025 07:46:40 GMT; path=/signin-oidc; secure; samesite=none; httponly Set-Cookie: ARRAffinity=9b393eaab67d130e9be466812ec37fe027ce44a996ed3af862f67fa2c3258cb5;Path=/;HttpOnly;Secure;Domain=pcts2.insidela.org Set-Cookie: ARRAffinitySameSite=9b393eaab67d130e9be466812ec37fe027ce44a996ed3af862f67fa2c3258cb5;Path=/;HttpOnly;SameSite=None;Secure;Domain=pcts2.insidela.org Request-Context: appId=cid-v1:326f7559-cb51-4be7-821e-96ef6c007321
Open service 40.112.243.2:80 · pcts2.insidela.org
2025-12-29 07:31
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 29 Dec 2025 07:31:39 GMT Location: https://pcts2.insidela.org/
Open service 40.112.243.2:443 · circulollantero.com
2025-12-23 09:15
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Tue, 23 Dec 2025 09:15:41 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://circulollantero.com/wp-json/>; rel="https://api.w.org/" Link: <https://circulollantero.com/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://circulollantero.com/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · absolutestudios.in
2025-12-23 08:50
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Tue, 23 Dec 2025 08:50:09 GMT Server: nginx Cache-Control: max-age=2525, public ETag: "7127596d10b937a387f46a4fe77c562a" Expires: Tue, 23 Dec 2025 09:32:14 GMT Last-Modified: Tue, 23 Dec 2025 08:32:14 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://absolutestudios.in/wp-json/>; rel="https://api.w.org/" Link: <https://absolutestudios.in/wp-json/wp/v2/pages/337>; rel="alternate"; title="JSON"; type="application/json" Link: <https://absolutestudios.in/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.absolutestudios.in
2025-12-23 05:32
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Tue, 23 Dec 2025 05:32:18 GMT Server: nginx Cache-Control: max-age=3599, public ETag: "8d17a9a65a7b1554a47d21aaeaecfb1a" Expires: Tue, 23 Dec 2025 06:32:17 GMT Last-Modified: Tue, 23 Dec 2025 05:32:17 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.absolutestudios.in/wp-json/>; rel="https://api.w.org/" Link: <https://www.absolutestudios.in/wp-json/wp/v2/pages/337>; rel="alternate"; title="JSON"; type="application/json" Link: <https://www.absolutestudios.in/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · dev.theellners.com
2025-12-23 05:22
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Tue, 23 Dec 2025 05:22:39 GMT Location: https://dev.theellners.com/
Open service 40.112.243.2:443 · dev.theellners.com
2025-12-23 05:22
HTTP/1.1 200 OK
Content-Length: 1167
Connection: close
Content-Type: text/html
Date: Tue, 23 Dec 2025 05:22:41 GMT
Server: Kestrel
Accept-Ranges: bytes
ETag: "1d81eb1e952e88f"
Last-Modified: Thu, 10 Feb 2022 19:10:48 GMT
Strict-Transport-Security: max-age=2592000
Request-Context: appId=cid-v1:198b60c4-91a1-4c44-a903-7edba7daceb7
Page title: TheEllners
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>TheEllners</title>
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link href="https://cdn.syncfusion.com/blazor/18.3.47/styles/bootstrap4.css" rel="stylesheet" />
<link href="TheEllners.Web.Client.styles.css" rel="stylesheet" />
<link href="//amp.azure.net/libs/amp/latest/skins/amp-default/azuremediaplayer.min.css" rel="stylesheet">
</head>
<body>
<div id="app">Loading...</div>
<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script src="_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js"></script>
<script src="_framework/blazor.webassembly.js"></script>
<script src="//amp.azure.net/libs/amp/latest/azuremediaplayer.min.js"></script>
</body>
</html >
Open service 40.112.243.2:80 · idsadmin.theellners.com
2025-12-23 05:22
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Tue, 23 Dec 2025 05:22:39 GMT Location: https://idsadmin.theellners.com/
Open service 40.112.243.2:443 · idsadmin.theellners.com
2025-12-23 05:22
HTTP/1.1 302 Found Content-Length: 0 Connection: close Date: Tue, 23 Dec 2025 05:22:41 GMT Location: https://ids.theellners.com/connect/authorize?client_id=IdentityAdmin&redirect_uri=https%3A%2F%2Fidsadmin.theellners.com%2Fsignin-oidc&response_type=code%20id_token&scope=openid%20profile%20email%20roles&response_mode=form_post&nonce=639020641616800323.N2Y5NGJlYzMtM2FjNy00Yzk4LWJlOGYtMjk4YzE1MmNiNzc0MzBiM2RmMDYtODM2MC00YmRmLThhYzUtOWFiMzljNDg0NmI3&state=CfDJ8GrzdSKf7u1IrU3X5Yp6CGGFr5XFBV6hARKUmaJssSjyKZ1_yPMV7-wRrox4R_aSNzBAAKV_kgXfrXRQZIgUzP6ZWaa-3pNm3tkjpeykr0_uEIlVqy_4olf6FGSpb8DJ4ChpgeOa2-GCLLltDojl4upGWkjj2Pmfdnq81J_89E6JVhpbbzvITsmFFLZz2cfc6Z8cggCu9AFY6e2-50RsJkDqmluyYzf_STVqd-mHLE7PoJym9DL-Wm7vj3PSPeiHk4cQ1kGqHFBlAjrBMF_8Z_GnXEnxovPWtEMrS0a_QFc-3s1uG1lJalcvbXcXt_bdbA&x-client-SKU=ID_NETSTANDARD2_0&x-client-ver=5.5.0.0 Set-Cookie: .AspNetCore.OpenIdConnect.Nonce.CfDJ8GrzdSKf7u1IrU3X5Yp6CGGJBccNeXRoq10dWCqNuIxMgJNrQgdRt1faNYHmp6nQfMB5v8lL_s3zdOpRXS3GMSjCZVUBaT8Vlv7DC-DAGdVQSpLdkMTyLx2dWXHqPi3PSLwBHzxOKXRxnI0Snd7I6Bbhm0PFTEZevoduM-Ai9Ih2GGk0oQbxi07E9T-HauLwx1zqw5klurG4dtU5d7julXxlknxgYhskshvwVAnkw_UbpKHU-NldfoS0Ucsd2ar_HorLYK7JjpgzhaPyImUgJSo=N; expires=Tue, 23 Dec 2025 05:37:41 GMT; path=/signin-oidc; secure; samesite=none; httponly Set-Cookie: .AspNetCore.Correlation.oidc.8W5iyuUqGAKqAuKmTUWpuFlBu8e96Y6hbYolPdyEzWc=N; expires=Tue, 23 Dec 2025 05:37:41 GMT; path=/signin-oidc; secure; samesite=none; httponly Strict-Transport-Security: max-age=31536000 Request-Context: appId=cid-v1:85367692-6af3-4f63-88d1-d75157372251 X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Frame-Options: SameOrigin Referrer-Policy: no-referrer Content-Security-Policy: script-src 'self' 'unsafe-inline' 'unsafe-eval';style-src 'self' 'unsafe-inline' https://fonts.googleapis.com/ https://fonts.gstatic.com/;font-src 'self' https://fonts.googleapis.com/ https://fonts.gstatic.com/
Open service 40.112.243.2:443 · ids.theellners.com
2025-12-23 05:01
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Tue, 23 Dec 2025 05:01:55 GMT
Cache-Control: no-store, no-cache
Pragma: no-cache
Set-Cookie: .AspNetCore.Antiforgery.nixphHDAMN4=CfDJ8LWbVZYt54RHgry8Xf5puvA6g-T4Q7Ex_HI9gQomAnzNgZ3d0fl92m-q8hUxFVwzL_xImZ4NtaIBC0H-U5PW3RtD_nk9VDvGPqbcxwvRQhnvHJKNVeu7li_X1jkMPbD3tMJW4tETuwk_Hz9lBPTbIDo; path=/; samesite=strict; httponly
Transfer-Encoding: chunked
Strict-Transport-Security: max-age=31536000
x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000
Request-Context: appId=cid-v1:b6177f19-464c-4f2c-a7c5-2168c5bccb22
Referrer-Policy: no-referrer
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: default-src 'self'; object-src 'none'; frame-ancestors 'none'; sandbox allow-forms allow-same-origin allow-scripts; base-uri 'self';
X-Content-Security-Policy: default-src 'self'; object-src 'none'; frame-ancestors 'none'; sandbox allow-forms allow-same-origin allow-scripts; base-uri 'self';
Page title: DBA Doug Identity Server
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DBA Doug Identity Server</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link href="/dist/css/bundle.min.css?v=oT_78HNbw1icHDGc5AceMykUYmOGOJKGRMVmkJ7XyTk" rel="stylesheet" />
<link href="/dist/css/web.min.css?v=f9moLJsCSCEeV6piPZqDPX1Zw-IC7-lD0Vkcs59tWcs" rel="stylesheet" />
<script type="text/javascript">
var sdkInstance = "appInsightsSDK"; window[sdkInstance] = "appInsights"; var aiName = window[sdkInstance], aisdk = window[aiName] || function (e) { function n(e) { t[e] = function () { var n = arguments; t.queue.push(function () { t[e].apply(t, n) }) } } var t = { config: e }; t.initialize = !0; var i = document, a = window; setTimeout(function () { var n = i.createElement("script"); n.src = e.url || "https://az416426.vo.msecnd.net/scripts/b/ai.2.min.js", i.getElementsByTagName("script")[0].parentNode.appendChild(n) }); try { t.cookie = i.cookie } catch (e) { } t.queue = [], t.version = 2; for (var r = ["Event", "PageView", "Exception", "Trace", "DependencyData", "Metric", "PageViewPerformance"]; r.length;)n("track" + r.pop()); n("startTrackPage"), n("stopTrackPage"); var s = "Track" + r[0]; if (n("start" + s), n("stop" + s), n("setAuthenticatedUserContext"), n("clearAuthenticatedUserContext"), n("flush"), !(!0 === e.disableExceptionTracking || e.extensionConfig && e.extensionConfig.ApplicationInsightsAnalytics && !0 === e.extensionConfig.ApplicationInsightsAnalytics.disableExceptionTracking)) { n("_" + (r = "onerror")); var o = a[r]; a[r] = function (e, n, i, a, s) { var c = o && o(e, n, i, a, s); return !0 !== c && t["_" + r]({ message: e, url: n, lineNumber: i, columnNumber: a, error: s }), c }, e.autoExceptionInstrumented = !0 } return t }(
{
instrumentationKey: "a1386aaa-c5ec-4a5b-a709-1da363016e2b"
}
); window[aiName] = aisdk, aisdk.queue && 0 === aisdk.queue.length && aisdk.trackPageView({});
</script>
</head>
<body>
<div class="menu d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom box-shadow">
<!--Site name -->
<h3 class="menu-logo my-0 mr-md-auto font-weight-normal"><a class="logo" href="/">DBA Doug Identity Server</a></h3>
<!--Menu item -->
<!--Menu button - show in < MD -->
<a class="my-2 btn btn-outline-primary menu-button" href="#">
<span class="oi oi-menu" title="menu" aria-hidden="true"></span> Menu
</a>
</div>
<div class="container">
<div class="welcome-block px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
<h1 class="display-4"><img class="icon" alt="Logo" src="/images/skoruba-icon.png"><br />DBA Doug Identity Server</h1>
<p class="lead">Welcome to DBA Doug Identity Server</p>
</div>
<div class="card-deck mb-3 text-center">
<div class="card mb-4 box-shadow">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Login</h4>
</div>
<div class="card-body">
<h1 class="card-title">
<span class="oi oi-lock-locked" title="Login" aria-hidden="true"></span>
</h1>
<a class="btn btn-lg btn-block btn-primary" href="/Account/Login">Login</a>
</div>
</div>
<div class="card mb-4 box-shadow">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Discovery Document</h4>
</div>
<div class="card-body">
<h1 class="card-title">
<span class="oi oi-monitor" title="Discovery Document" aria-hidden="true"></span>
</h1>
<a href="/.well-known/openid-configuration" class="
Open service 40.112.243.2:80 · ids.theellners.com
2025-12-23 05:01
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Tue, 23 Dec 2025 05:01:53 GMT Location: https://ids.theellners.com/
Open service 40.112.243.2:443 · www.circulollantero.com
2025-12-23 03:48
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Tue, 23 Dec 2025 03:48:06 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.circulollantero.com/wp-json/>; rel="https://api.w.org/" Link: <https://www.circulollantero.com/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://www.circulollantero.com/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · circulollantero.com
2025-12-23 02:12
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Tue, 23 Dec 2025 02:12:46 GMT Server: nginx Location: https://circulollantero.com/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · mercatalyst.com
2025-12-22 23:47
HTTP/1.1 200 OK
Content-Length: 79824
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 22 Dec 2025 23:47:42 GMT
ETag: W/"137d0-7zal1CUjMP0VPg9evfSdjUTpHgI"
Set-Cookie: session.mercatalyst.com=s%3AN-AjzClt2LchbXwI8FmDY3xlOXboVuyM.yUWL9k0QAkXARFTh0%2BambxNUM2NX6aetv19KZ8Gbo4c; Path=/; Expires=Wed, 21 Jan 2026 23:47:42 GMT; HttpOnly; Secure
Vary: Accept-Encoding
Strict-Transport-Security: max-age=15552000; includeSubDomains
X-DNS-Prefetch-Control: off
Expect-CT: max-age=0
X-Frame-Options: SAMEORIGIN
X-Download-Options: noopen
X-Content-Type-Options: nosniff
X-Permitted-Cross-Domain-Policies: none
X-XSS-Protection: 0
X-CSRF-Token: kUw0D0Ba-dr2yo1YjZOD4EGeiKUr2-rb0EIY
Page title: Mercatalyst: We Are Event-Driven Retail
<!doctype html>
<html lang="en">
<head>
<script async src="https://tagmanager.mercatalyst.com/gtag/js?id=G-G97SWKHFG7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-G97SWKHFG7', {"transport_url":"https://tagmanager.mercatalyst.com"});
</script>
<title>Mercatalyst: We Are Event-Driven Retail</title>
<meta content="initial-scale=1.0,width=device-width" name="viewport" />
<link href="https://d2150y42rcries.cloudfront.net/home/index-84ee70f974b72f4a4bbf36d62e9d26af4944e0da.css" rel="stylesheet" />
</head>
<body class="dark">
<nav class="navbar">
<button aria-label="Open menu" class="menu-button" id="menuButton">
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path d="M4 6h16M4 12h16M4 18h16" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
</svg>
</button>
<img alt="Mercatalyst logo" class="navbar-logo" src="https://d2b8wt72ktn9a2.cloudfront.net/mediocre/image/upload/v1600295257/bf1bofqz7as7ia1jje1i.png" />
</nav>
<div class="hamburger-menu" id="hamburger-menu">
<div class="overlay" id="hamburger-overlay"></div>
<nav style="display: none;">
<h1>Account</h1>
<ul>
<li><a class="button reverse email" href="/account/signin?returnurl=https%3A%2F%2Fmercatalyst.com%2F#email"><i class="fa fa-envelope"></i><span class="subtext">Sign in with Email</span></a></li>
<li><a class="button apple" href="/account/signin/apple?returnurl=https%3A%2F%2Fmercatalyst.com%2F"><i class="fa fa-apple"></i><span class="subtext">Sign in with Apple</span></a></li>
<li><a class="button facebook" href="/account/signin/facebook?returnurl=https%3A%2F%2Fmercatalyst.com%2F"><i class="fa fa-facebook-f"></i><span class="subtext">Sign in with Facebook</span></a></li>
</ul>
<h1>Membership</h1>
<p><span class="price formatted"><span class="amount"><span class="symbol">$</span><span class="whole">5<span class="separator">.</span></span><span class="fraction">99</span></span></span>/month gets you free shipping and more.</p>
<ul class="membership">
<li><a href="/membership"><i class="fa fa-fw fa-question-circle"></i> What Is Membership?</a></li>
<li><a href="/membership/signup"><i class="fa fa-fw icon-membership"></i> Become a Member</a></li>
</ul>
<h1>Partners</h1>
<ul>
<li><a href="/partners"><i class="fa fa-fw fa-handshake-o"></i> Dashboard</a></li>
</ul>
<h1>Sites</h1>
<ul class="links">
<li class="link">
<a href="https://meh.com" target="_blank">
<span class="icon"><img class="apple-touch-icon" src="https://meh.com/apple-touch-icon.png" /></span>
<span class="name">meh.com</span>
</a>
</li>
<li class="link">
<a href="https://morningsave.com" target="_blank">
<span class="icon"><img class="apple-touch-icon" src="https://morningsave.com/apple-touch-icon.png" /></span>
<span class="name">morningsave.com</span>
</a>
</li>
<li class="link">
<a href="https://shop.univision.com" target="_blank">
<span class="icon"><img class="apple-touch-icon" src="https://shop.univision.com/apple-touch-icon.png" /></span>
<span class="name">shop.univision.com</span>
</a>
</li>
<li class="link">
Open service 40.112.243.2:80 · mercatalyst.com
2025-12-22 23:47
HTTP/1.1 301 Moved Permanently Content-Length: 58 Connection: close Content-Type: text/plain; charset=utf-8 Date: Mon, 22 Dec 2025 23:47:42 GMT Location: https://mercatalyst.com/ Vary: Accept Strict-Transport-Security: max-age=15552000; includeSubDomains X-DNS-Prefetch-Control: off Expect-CT: max-age=0 X-Frame-Options: SAMEORIGIN X-Download-Options: noopen X-Content-Type-Options: nosniff X-Permitted-Cross-Domain-Policies: none X-XSS-Protection: 0 Moved Permanently. Redirecting to https://mercatalyst.com/
Open service 40.112.243.2:443 · anemone.center
2025-12-22 23:10
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Mon, 22 Dec 2025 23:10:52 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://anemone.center/wp-json/>; rel="https://api.w.org/" Link: <https://anemone.center/wp-json/wp/v2/pages/850>; rel="alternate"; title="JSON"; type="application/json" Link: <https://anemone.center/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.storymagician.ai
2025-12-22 19:33
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Mon, 22 Dec 2025 19:33:29 GMT Server: nginx Cache-Control: max-age=238, public ETag: "af5f9fe6f31703878f5adc41818c190c" Expires: Mon, 22 Dec 2025 19:37:27 GMT Last-Modified: Mon, 22 Dec 2025 18:37:27 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.storymagician.ai/wp-json/>; rel="https://api.w.org/" Link: <https://www.storymagician.ai/wp-json/wp/v2/pages/8>; rel="alternate"; type="application/json" Link: <https://www.storymagician.ai/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · dev-shop.medzah.com
2025-12-22 18:29
HTTP/1.1 200 OK
Content-Length: 7129
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 22 Dec 2025 18:29:02 GMT
Cache-Control: s-maxage=31536000, stale-while-revalidate
ETag: "12kdp8g1tlt5i1"
Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Url, Accept-Encoding
x-nextjs-cache: HIT
X-Powered-By: Next.js
Page title: Nexkara Shop Pro
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/5f10cbdcba949271.css" crossorigin="" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-eebf7a7c42716d36.js" crossorigin=""/><script src="/_next/static/chunks/fd9d1056-12d356f6c8d17896.js" async="" crossorigin=""></script><script src="/_next/static/chunks/2472-eafa44e1906474ff.js" async="" crossorigin=""></script><script src="/_next/static/chunks/main-app-fe8494148f0fcf10.js" async="" crossorigin=""></script><script src="/_next/static/chunks/3803-cfb2ae8deb0cc4ee.js" async=""></script><script src="/_next/static/chunks/2701-d3cfe3d3d25096b2.js" async=""></script><script src="/_next/static/chunks/6003-b23900cc9334350b.js" async=""></script><script src="/_next/static/chunks/9517-ba7564693675eadc.js" async=""></script><script src="/_next/static/chunks/7676-e1cd462cd3987d96.js" async=""></script><script src="/_next/static/chunks/3324-c557842c10d65741.js" async=""></script><script src="/_next/static/chunks/6470-039bc377b93ec669.js" async=""></script><script src="/_next/static/chunks/7035-85cef20cb15c9895.js" async=""></script><script src="/_next/static/chunks/9843-3496f555211153bc.js" async=""></script><script src="/_next/static/chunks/app/layout-5b1b0248f7598b03.js" async=""></script><script src="/_next/static/chunks/app/page-ef68051270ec81e0.js" async=""></script><title>Nexkara Shop Pro</title><meta name="description" content="Multi-vendor e-commerce platform with rentals"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js" crossorigin="" noModule=""></script></head><body class="__className_f367f3"><script>((e,t,n,a,r,i,o,s)=>{let c=document.documentElement,l=["light","dark"];function u(t){(Array.isArray(e)?e:[e]).forEach(e=>{let n="class"===e,a=n&&i?r.map(e=>i[e]||e):r;n?(c.classList.remove(...a),c.classList.add(i&&i[t]?i[t]:t)):c.setAttribute(e,t)}),s&&l.includes(t)&&(c.style.colorScheme=t)}if(a)u(a);else try{let e=localStorage.getItem(t)||n,a=o&&"system"===e?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":e;u(a)}catch(e){}})("class","admin-theme","system",null,["light","dark"],null,true,true)</script><div class="h-screen flex items-center justify-center bg-gray-50"><div class="text-center"><div class="animate-spin rounded-full h-8 w-8 border-b-2 border-blue-600 mx-auto mb-2"></div><p class="text-gray-600 text-sm">Loading...</p></div></div><script src="/_next/static/chunks/webpack-eebf7a7c42716d36.js" crossorigin="" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/5f10cbdcba949271.css\",\"style\",{\"crossOrigin\":\"\"}]\n0:\"$L3\"\n"])</script><script>self.__next_f.push([1,"4:I[33728,[],\"\"]\n6:I[29928,[],\"\"]\n7:I[76631,[\"3803\",\"static/chunks/3803-cfb2ae8deb0cc4ee.js\",\"2701\",\"static/chunks/2701-d3cfe3d3d25096b2.js\",\"6003\",\"static/chunks/6003-b23900cc9334350b.js\",\"9517\",\"static/chunks/9517-ba7564693675eadc.js\",\"7676\",\"static/chunks/7676-e1cd462cd3987d96.js\",\"3324\",\"static/chunks/3324-c557842c10d65741.js\",\"6470\",\"static/chunks/6470-039bc377b93ec669.js\",\"7035\",\"static/chunks/7035-85cef20cb15c9895.js\",\"9843\",\"static/chunks/9843-3496f555211153bc.js\",\"3185\",\"static/chunks/app/layout-5b"])</script><script>self.__next_f.push([1,"1b0248f7598b03.js\"],\"Providers\"]\n8:I[56954,[],\"\"]\n9:I[7264,[],\"\"]\nb:I[48297,[],\"\"]\nc:I[63356,[\"3803\",\"static/chunks/3803-cfb2ae8deb0cc4ee.js\",\"6003\",\"static/chunks/6003-b23900cc9334350b.js\",\"9843\",\"static/chunks/9843-3496f555211153bc.js\",\"1931\",\"static/chunks/app/page-ef68051270ec81e0.js\"],\"\"]\n
Open service 40.112.243.2:80 · dev-shop.medzah.com
2025-12-22 18:29
HTTP/1.1 200 OK
Content-Length: 7129
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 22 Dec 2025 18:29:01 GMT
Cache-Control: s-maxage=31536000, stale-while-revalidate
ETag: "12kdp8g1tlt5i1"
Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Url, Accept-Encoding
x-nextjs-cache: HIT
X-Powered-By: Next.js
Page title: Nexkara Shop Pro
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/5f10cbdcba949271.css" crossorigin="" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-eebf7a7c42716d36.js" crossorigin=""/><script src="/_next/static/chunks/fd9d1056-12d356f6c8d17896.js" async="" crossorigin=""></script><script src="/_next/static/chunks/2472-eafa44e1906474ff.js" async="" crossorigin=""></script><script src="/_next/static/chunks/main-app-fe8494148f0fcf10.js" async="" crossorigin=""></script><script src="/_next/static/chunks/3803-cfb2ae8deb0cc4ee.js" async=""></script><script src="/_next/static/chunks/2701-d3cfe3d3d25096b2.js" async=""></script><script src="/_next/static/chunks/6003-b23900cc9334350b.js" async=""></script><script src="/_next/static/chunks/9517-ba7564693675eadc.js" async=""></script><script src="/_next/static/chunks/7676-e1cd462cd3987d96.js" async=""></script><script src="/_next/static/chunks/3324-c557842c10d65741.js" async=""></script><script src="/_next/static/chunks/6470-039bc377b93ec669.js" async=""></script><script src="/_next/static/chunks/7035-85cef20cb15c9895.js" async=""></script><script src="/_next/static/chunks/9843-3496f555211153bc.js" async=""></script><script src="/_next/static/chunks/app/layout-5b1b0248f7598b03.js" async=""></script><script src="/_next/static/chunks/app/page-ef68051270ec81e0.js" async=""></script><title>Nexkara Shop Pro</title><meta name="description" content="Multi-vendor e-commerce platform with rentals"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js" crossorigin="" noModule=""></script></head><body class="__className_f367f3"><script>((e,t,n,a,r,i,o,s)=>{let c=document.documentElement,l=["light","dark"];function u(t){(Array.isArray(e)?e:[e]).forEach(e=>{let n="class"===e,a=n&&i?r.map(e=>i[e]||e):r;n?(c.classList.remove(...a),c.classList.add(i&&i[t]?i[t]:t)):c.setAttribute(e,t)}),s&&l.includes(t)&&(c.style.colorScheme=t)}if(a)u(a);else try{let e=localStorage.getItem(t)||n,a=o&&"system"===e?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":e;u(a)}catch(e){}})("class","admin-theme","system",null,["light","dark"],null,true,true)</script><div class="h-screen flex items-center justify-center bg-gray-50"><div class="text-center"><div class="animate-spin rounded-full h-8 w-8 border-b-2 border-blue-600 mx-auto mb-2"></div><p class="text-gray-600 text-sm">Loading...</p></div></div><script src="/_next/static/chunks/webpack-eebf7a7c42716d36.js" crossorigin="" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/5f10cbdcba949271.css\",\"style\",{\"crossOrigin\":\"\"}]\n0:\"$L3\"\n"])</script><script>self.__next_f.push([1,"4:I[33728,[],\"\"]\n6:I[29928,[],\"\"]\n7:I[76631,[\"3803\",\"static/chunks/3803-cfb2ae8deb0cc4ee.js\",\"2701\",\"static/chunks/2701-d3cfe3d3d25096b2.js\",\"6003\",\"static/chunks/6003-b23900cc9334350b.js\",\"9517\",\"static/chunks/9517-ba7564693675eadc.js\",\"7676\",\"static/chunks/7676-e1cd462cd3987d96.js\",\"3324\",\"static/chunks/3324-c557842c10d65741.js\",\"6470\",\"static/chunks/6470-039bc377b93ec669.js\",\"7035\",\"static/chunks/7035-85cef20cb15c9895.js\",\"9843\",\"static/chunks/9843-3496f555211153bc.js\",\"3185\",\"static/chunks/app/layout-5b"])</script><script>self.__next_f.push([1,"1b0248f7598b03.js\"],\"Providers\"]\n8:I[56954,[],\"\"]\n9:I[7264,[],\"\"]\nb:I[48297,[],\"\"]\nc:I[63356,[\"3803\",\"static/chunks/3803-cfb2ae8deb0cc4ee.js\",\"6003\",\"static/chunks/6003-b23900cc9334350b.js\",\"9843\",\"static/chunks/9843-3496f555211153bc.js\",\"1931\",\"static/chunks/app/page-ef68051270ec81e0.js\"],\"\"]\n
Open service 40.112.243.2:443 · afterhours-adventures.com
2025-12-22 17:12
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Mon, 22 Dec 2025 17:12:16 GMT Server: nginx Cache-Control: max-age=3597, public ETag: "daf4002cfe30dd6390435fe79cdffb09" Expires: Mon, 22 Dec 2025 18:12:13 GMT Last-Modified: Mon, 22 Dec 2025 17:12:13 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-W3TC-CDN: mirror Link: <https://afterhours-adventures.com/wp-json/>; rel="https://api.w.org/" X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · www.absolutestudios.in
2025-12-22 15:40
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Mon, 22 Dec 2025 15:40:03 GMT Server: nginx Location: https://www.absolutestudios.in/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · api.winitall.com
2025-12-22 15:24
HTTP/1.1 401 Unauthorized Content-Length: 69 Connection: close Date: Mon, 22 Dec 2025 15:25:01 GMT Cache-Control: no-store, must-revalidate, no-cache, max-age=0 Expires: 0 Pragma: no-cache Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers Strict-Transport-Security: max-age=31536000 ; includeSubDomains x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000 X-Content-Type-Options: nosniff X-XSS-Protection: 0 X-Frame-Options: DENY Unauthorized: Full authentication is required to access this resource
Open service 40.112.243.2:443 · www.circulollantero.com.mx
2025-12-22 14:45
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Mon, 22 Dec 2025 14:45:22 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.circulollantero.com.mx/wp-json/>; rel="https://api.w.org/" Link: <https://www.circulollantero.com.mx/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://www.circulollantero.com.mx/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · www.circulollantero.com.mx
2025-12-22 12:58
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Mon, 22 Dec 2025 12:58:17 GMT Server: nginx Location: https://www.circulollantero.com.mx/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · qms.rizepoint.com
2025-12-22 12:49
HTTP/1.1 404 Site Not Found
Content-Length: 2667
Connection: close
Content-Type: text/html
Date: Mon, 22 Dec 2025 12:49:28 GMT
Page title: Microsoft Azure Web App - Error 404
<!DOCTYPE html>
<html>
<head>
<title>Microsoft Azure Web App - Error 404</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 75px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
a, a:visited, a:active, a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
<script type="text/javascript">
function toggle_visibility(id) {
var e = document.getElementById(id);
if (e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
</script>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1>404 Web Site not found.</h1>
<p>You may be seeing this error due to one of the reasons listed below :</p>
<ul>
<li>Custom domain has not been configured inside Azure. See <a href="https://go.microsoft.com/fwlink/?linkid=2194614">how to map an existing domain</a> to resolve this.</li>
<li>Client cache is still pointing the domain to old IP address. Clear the cache by running the command <i>ipconfig/flushdns.</i></li>
</ul>
<p>Checkout <a href="https://go.microsoft.com/fwlink/?linkid=2194451">App Service Domain FAQ</a> for more questions.</p>
</div>
</div>
</body>
</html>
Open service 40.112.243.2:443 · qms.rizepoint.com
2025-12-22 12:49
HTTP/1.1 404 Site Not Found
Content-Length: 2667
Connection: close
Content-Type: text/html
Date: Mon, 22 Dec 2025 12:49:29 GMT
Page title: Microsoft Azure Web App - Error 404
<!DOCTYPE html>
<html>
<head>
<title>Microsoft Azure Web App - Error 404</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 75px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
a, a:visited, a:active, a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
<script type="text/javascript">
function toggle_visibility(id) {
var e = document.getElementById(id);
if (e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
</script>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1>404 Web Site not found.</h1>
<p>You may be seeing this error due to one of the reasons listed below :</p>
<ul>
<li>Custom domain has not been configured inside Azure. See <a href="https://go.microsoft.com/fwlink/?linkid=2194614">how to map an existing domain</a> to resolve this.</li>
<li>Client cache is still pointing the domain to old IP address. Clear the cache by running the command <i>ipconfig/flushdns.</i></li>
</ul>
<p>Checkout <a href="https://go.microsoft.com/fwlink/?linkid=2194451">App Service Domain FAQ</a> for more questions.</p>
</div>
</div>
</body>
</html>
Open service 40.112.243.2:80 · circulollantero.com.mx
2025-12-22 12:03
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Mon, 22 Dec 2025 12:03:19 GMT Server: nginx Location: https://circulollantero.com.mx/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · beta.tjc.org.nz
2025-12-22 11:25
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Mon, 22 Dec 2025 11:25:29 GMT Server: Apache/2.4.38 (Debian) Location: https://www.tjc.org.nz/ Set-Cookie: ARRAffinity=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;Secure;Domain=beta.tjc.org.nz Set-Cookie: ARRAffinitySameSite=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;SameSite=None;Secure;Domain=beta.tjc.org.nz X-Powered-By: PHP/7.3.17 X-Redirect-By: WordPress
Open service 40.112.243.2:443 · circulollantero.com.mx
2025-12-22 06:50
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Mon, 22 Dec 2025 06:51:00 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://circulollantero.com.mx/wp-json/>; rel="https://api.w.org/" Link: <https://circulollantero.com.mx/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://circulollantero.com.mx/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.scougalrubber.com
2025-12-22 06:08
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 22 Dec 2025 06:08:27 GMT Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate Transfer-Encoding: chunked Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding request-context: appId=cid-v1: Link: </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" X-Powered-By: Next.js
Open service 40.112.243.2:80 · api.radiantintel.com
2025-12-22 03:09
HTTP/1.1 204 No Content Connection: close Date: Mon, 22 Dec 2025 03:09:07 GMT Access-Control-Allow-Credentials: true Access-Control-Expose-Headers: X-Request-Id Vary: Origin Strict-Transport-Security: max-age=31536000; includeSubDomains Content-Security-Policy: default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests Cross-Origin-Opener-Policy: same-origin Cross-Origin-Resource-Policy: cross-origin Origin-Agent-Cluster: ?1 Referrer-Policy: no-referrer X-Content-Type-Options: nosniff X-DNS-Prefetch-Control: off X-Download-Options: noopen X-Frame-Options: SAMEORIGIN X-Permitted-Cross-Domain-Policies: none X-XSS-Protection: 0 x-correlation-id: 6cc803b9-dc97-4f6d-9335-945958af6e69
Open service 40.112.243.2:443 · api.radiantintel.com
2025-12-22 03:09
HTTP/1.1 204 No Content Connection: close Date: Mon, 22 Dec 2025 03:09:07 GMT Access-Control-Allow-Credentials: true Access-Control-Expose-Headers: X-Request-Id Vary: Origin Strict-Transport-Security: max-age=31536000; includeSubDomains Content-Security-Policy: default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests Cross-Origin-Opener-Policy: same-origin Cross-Origin-Resource-Policy: cross-origin Origin-Agent-Cluster: ?1 Referrer-Policy: no-referrer X-Content-Type-Options: nosniff X-DNS-Prefetch-Control: off X-Download-Options: noopen X-Frame-Options: SAMEORIGIN X-Permitted-Cross-Domain-Policies: none X-XSS-Protection: 0 x-correlation-id: b98e2ca3-e38e-4fb5-9fe7-1ad8efc9fb31
Open service 40.112.243.2:443 · dev.tanglekite.com
2025-12-22 03:02
HTTP/1.1 200 OK
Content-Length: 4558
Connection: close
Content-Type: text/html
Date: Mon, 22 Dec 2025 03:02:25 GMT
Server: Kestrel
Accept-Ranges: bytes
ETag: "1dc3e88434f1bce"
Last-Modified: Thu, 16 Oct 2025 10:33:08 GMT
Set-Cookie: ARRAffinity=644818c0f7c6fe162cbfe986d6c3c34895ec19cbc74b8c6af9740bc1790bb1fe;Path=/;HttpOnly;Secure;Domain=dev.tanglekite.com
Set-Cookie: ARRAffinitySameSite=644818c0f7c6fe162cbfe986d6c3c34895ec19cbc74b8c6af9740bc1790bb1fe;Path=/;HttpOnly;SameSite=None;Secure;Domain=dev.tanglekite.com
Page title: Microsoft Azure App Service - Welcome
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Microsoft Azure App Service - Welcome</title>
<link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico"
type="image/x-icon" />
<link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet"
crossorigin="anonymous" />
<style>
html,
body {
height: 100%;
background-color: #ffffff;
color: #000000;
font-size: 13px;
}
* {
border-radius: 0 !important;
}
</style>
<script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script>
<script
type="text/javascript">window.onload = function () { try { var a = window.location.hostname; if (a.includes(".azurewebsites.net")) { a = a.replace(".azurewebsites.net", "") }; var b = document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc() } catch (d) { } }</script>
</head>
<body>
<nav class="navbar">
<div class="navbar-brand ">
<div class="container pl-4 ml-5"><img
src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108"
alt="" /></div>
</div>
</nav>
<div class="container-fluid mr-2 mt-5 pt-5">
<div class="row">
<div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block">
<div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg" />
</div>
</div>
<div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11">
<div class="container-fluid">
<div class="row">
<h2 id="upRunning">Your web app is running and waiting for your content</h2>
</div>
<div class="row mt-4 pt-4">
<div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have
your content yet. If you’ve already deployed, it could take up to 5 minutes for your content
to show up, so come back soon.</div>
</div>
<div class="row mt-4">
<h5 id="supporting" class="mt-5"><img height="50" width="50"
src="https://appservice.azureedge.net/images/linux-landing-page/v4/built-dotnet.svg" /> Built with .NET</h5>
</div>
</div>
</div>
<div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block">
<div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg" />
</div>
</div>
<div class="col-xl-1 col-lg-1 col-md-1"></div>
</div>
<div class="row mt-4">
<div class="container-fluid">
<div class="row mt-3">
<div class="pl-5 ml-5 col-md-2 mt-4">
<p><span id="haventDeployed">Haven’t deployed yet?</span><br /><span id="useDCenter">Use the
deployment center to publish code or set up continuous deployment.</span><br /><a
id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button
class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment
center</button></a></p>
</div>
<div class="pl-5 ml-5 col-md-2 mt-4">
<p><span id="newWebSite">Starting a new web site?</span><br /><span id="followQS"
Open service 40.112.243.2:80 · dev.tanglekite.com
2025-12-22 03:02
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 22 Dec 2025 03:02:24 GMT Location: https://dev.tanglekite.com/
Open service 40.112.243.2:443 · ras.echn.org
2025-12-21 17:51
HTTP/1.1 301 Moved Permanently Content-Length: 279 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Sun, 21 Dec 2025 17:51:19 GMT Server: Apache Location: https://echnrdsprod-pmhcorp.msappproxy.net/RDWeb/Pages/en-US/login.aspx Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://echnrdsprod-pmhcorp.msappproxy.net/RDWeb/Pages/en-US/login.aspx">here</a>.</p> </body></html>
Open service 40.112.243.2:80 · ras.echn.org
2025-12-21 17:51
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sun, 21 Dec 2025 17:51:18 GMT Location: https://ras.echn.org/
Open service 40.112.243.2:443 · circulollantero.com
2025-12-21 11:08
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Sun, 21 Dec 2025 11:08:15 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://circulollantero.com/wp-json/>; rel="https://api.w.org/" Link: <https://circulollantero.com/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://circulollantero.com/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.circulollantero.com
2025-12-21 10:38
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Sun, 21 Dec 2025 10:38:31 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.circulollantero.com/wp-json/>; rel="https://api.w.org/" Link: <https://www.circulollantero.com/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://www.circulollantero.com/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · api.komchallenges.com
2025-12-21 07:59
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Sun, 21 Dec 2025 07:59:39 GMT Server: Kestrel Strict-Transport-Security: max-age=2592000 Request-Context: appId=cid-v1:0f9971fe-1bc5-4ef1-9ae9-fb7192dc9b52 X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block X-Frame-Options: SameOrigin Referrer-Policy: no-referrer-when-downgrade Content-Security-Policy: default-src 'self' https:;script-src 'self' 'unsafe-inline' 'unsafe-eval';style-src 'self' 'unsafe-inline' Feature-Policy: geolocation 'none';midi 'none';notifications 'none';push 'none';sync-xhr 'none';microphone 'none';camera 'none';magnetometer 'none';gyroscope 'none';speaker 'self';vibrate 'none';fullscreen 'self';payment 'none';
Open service 40.112.243.2:80 · api.komchallenges.com
2025-12-21 07:59
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sun, 21 Dec 2025 07:59:38 GMT Location: https://api.komchallenges.com/
Open service 40.112.243.2:443 · anemone.center
2025-12-21 07:56
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Sun, 21 Dec 2025 07:56:58 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://anemone.center/wp-json/>; rel="https://api.w.org/" Link: <https://anemone.center/wp-json/wp/v2/pages/850>; rel="alternate"; title="JSON"; type="application/json" Link: <https://anemone.center/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · absolutestudios.in
2025-12-21 06:24
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Sun, 21 Dec 2025 06:24:12 GMT Server: nginx Cache-Control: max-age=2889, public ETag: "b33e8fa92c45477db3ac9f5553b74810" Expires: Sun, 21 Dec 2025 07:12:21 GMT Last-Modified: Sun, 21 Dec 2025 06:12:21 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://absolutestudios.in/wp-json/>; rel="https://api.w.org/" Link: <https://absolutestudios.in/wp-json/wp/v2/pages/337>; rel="alternate"; title="JSON"; type="application/json" Link: <https://absolutestudios.in/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.absolutestudios.in
2025-12-21 01:30
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Sun, 21 Dec 2025 01:30:32 GMT Server: nginx Cache-Control: max-age=3599, public ETag: "1844ba289f879290e6bb524c48c9b1fd" Expires: Sun, 21 Dec 2025 02:30:31 GMT Last-Modified: Sun, 21 Dec 2025 01:30:31 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.absolutestudios.in/wp-json/>; rel="https://api.w.org/" Link: <https://www.absolutestudios.in/wp-json/wp/v2/pages/337>; rel="alternate"; title="JSON"; type="application/json" Link: <https://www.absolutestudios.in/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · rwmc.org
2025-12-21 00:56
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sun, 21 Dec 2025 00:56:17 GMT Location: https://rwmc.org/
Open service 40.112.243.2:443 · rwmc.org
2025-12-21 00:56
HTTP/1.1 301 Moved Permanently Content-Length: 251 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Sun, 21 Dec 2025 00:56:18 GMT Server: Apache Location: https://www.chartercare.org/locations/RWMC/ Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://www.chartercare.org/locations/RWMC/">here</a>.</p> </body></html>
Open service 40.112.243.2:80 · weknowcancer.org
2025-12-21 00:53
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sun, 21 Dec 2025 00:53:48 GMT Location: https://weknowcancer.org/
Open service 40.112.243.2:443 · weknowcancer.org
2025-12-21 00:53
HTTP/1.1 301 Moved Permanently Content-Length: 259 Connection: close Content-Type: text/html; charset=iso-8859-1 Date: Sun, 21 Dec 2025 00:53:49 GMT Server: Apache Location: https://www.chartercare.org/services/cancer-center/ Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://www.chartercare.org/services/cancer-center/">here</a>.</p> </body></html>
Open service 40.112.243.2:443 · www.storymagician.ai
2025-12-20 23:31
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 20 Dec 2025 23:31:22 GMT Server: nginx Cache-Control: max-age=944, public ETag: "b5b1adc9f6fd81c95a1bc7faf675e00f" Expires: Sat, 20 Dec 2025 23:47:06 GMT Last-Modified: Sat, 20 Dec 2025 22:47:06 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.storymagician.ai/wp-json/>; rel="https://api.w.org/" Link: <https://www.storymagician.ai/wp-json/wp/v2/pages/8>; rel="alternate"; type="application/json" Link: <https://www.storymagician.ai/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · www.circulollantero.com
2025-12-20 23:06
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 20 Dec 2025 23:06:51 GMT Server: nginx Location: https://www.circulollantero.com/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · absolutestudios.in
2025-12-20 21:39
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 20 Dec 2025 21:39:40 GMT Server: nginx Location: https://absolutestudios.in/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · staging.tjc.org.nz
2025-12-20 19:11
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 20 Dec 2025 19:11:40 GMT Server: nginx Set-Cookie: ARRAffinity=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;Secure;Domain=staging.tjc.org.nz Set-Cookie: ARRAffinitySameSite=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;SameSite=None;Secure;Domain=staging.tjc.org.nz Transfer-Encoding: chunked Vary: Accept-Encoding, Cookie X-Powered-By: PHP/8.1.33 Link: <https://staging.tjc.org.nz/wp-json/>; rel="https://api.w.org/" Link: <https://staging.tjc.org.nz/wp-json/wp/v2/pages/627>; rel="alternate"; type="application/json" Link: <https://staging.tjc.org.nz/>; rel=shortlink
Open service 40.112.243.2:443 · api.winitall.com
2025-12-20 17:23
HTTP/1.1 401 Unauthorized Content-Length: 69 Connection: close Date: Sat, 20 Dec 2025 17:23:37 GMT Cache-Control: no-store, must-revalidate, no-cache, max-age=0 Expires: 0 Pragma: no-cache Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers Strict-Transport-Security: max-age=31536000 ; includeSubDomains x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000 X-Content-Type-Options: nosniff X-XSS-Protection: 0 X-Frame-Options: DENY Unauthorized: Full authentication is required to access this resource
Open service 40.112.243.2:80 · www.absolutestudios.in
2025-12-20 16:14
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 20 Dec 2025 16:14:13 GMT Server: nginx Location: https://www.absolutestudios.in/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · circulollantero.com.mx
2025-12-20 15:30
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 20 Dec 2025 15:30:18 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://circulollantero.com.mx/wp-json/>; rel="https://api.w.org/" Link: <https://circulollantero.com.mx/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://circulollantero.com.mx/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · circulollantero.com
2025-12-20 14:33
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 20 Dec 2025 14:33:05 GMT Server: nginx Location: https://circulollantero.com/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · strata-module-demo.keyfive.com
2025-12-20 14:27
HTTP/1.1 302 Found Content-Length: 0 Connection: close Date: Sat, 20 Dec 2025 14:27:47 GMT Server: Kestrel Location: /strata-ai Set-Cookie: ARRAffinity=8fb9852cd1eabbc28f9caf1741d8da9472d34c96681c51b4ec42a4a2a0aa86d6;Path=/;HttpOnly;Secure;Domain=strata-module-demo.keyfive.com Set-Cookie: ARRAffinitySameSite=8fb9852cd1eabbc28f9caf1741d8da9472d34c96681c51b4ec42a4a2a0aa86d6;Path=/;HttpOnly;SameSite=None;Secure;Domain=strata-module-demo.keyfive.com Strict-Transport-Security: max-age=2592000
Open service 40.112.243.2:80 · strata-module-demo.keyfive.com
2025-12-20 14:27
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sat, 20 Dec 2025 14:27:46 GMT Location: https://strata-module-demo.keyfive.com/
Open service 40.112.243.2:443 · afterhours-adventures.com
2025-12-20 14:11
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 20 Dec 2025 14:11:09 GMT Server: nginx Cache-Control: max-age=3600, public ETag: "6d8a396de23f5fade9654cf1ffd48a85" Expires: Sat, 20 Dec 2025 15:11:09 GMT Last-Modified: Sat, 20 Dec 2025 14:11:09 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://afterhours-adventures.com/wp-json/>; rel="https://api.w.org/" X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.circulollantero.com.mx
2025-12-20 12:32
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 20 Dec 2025 12:32:53 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.circulollantero.com.mx/wp-json/>; rel="https://api.w.org/" Link: <https://www.circulollantero.com.mx/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://www.circulollantero.com.mx/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · beta.tjc.org.nz
2025-12-20 11:56
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 20 Dec 2025 11:56:22 GMT Server: Apache/2.4.38 (Debian) Location: https://www.tjc.org.nz/ Set-Cookie: ARRAffinity=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;Secure;Domain=beta.tjc.org.nz Set-Cookie: ARRAffinitySameSite=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;SameSite=None;Secure;Domain=beta.tjc.org.nz X-Powered-By: PHP/7.3.17 X-Redirect-By: WordPress
Open service 40.112.243.2:80 · circulollantero.com.mx
2025-12-20 11:47
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 20 Dec 2025 11:47:41 GMT Server: nginx Location: https://circulollantero.com.mx/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:80 · www.circulollantero.com.mx
2025-12-20 09:31
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 20 Dec 2025 09:31:28 GMT Server: nginx Location: https://www.circulollantero.com.mx/ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 X-Redirect-By: WordPress X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.scougalrubber.com
2025-12-20 06:40
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=utf-8 Date: Sat, 20 Dec 2025 06:40:20 GMT Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate Transfer-Encoding: chunked Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding request-context: appId=cid-v1: Link: </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" X-Powered-By: Next.js
Open service 40.112.243.2:80 · tra-prod-api-us.televic.com
2025-12-20 04:51
HTTP/1.1 403 Ip Forbidden
Content-Length: 1892
Connection: close
Content-Type: text/html
Date: Sat, 20 Dec 2025 04:51:42 GMT
x-ms-forbidden-ip: 157.230.19.140
Page title: Web App - Unavailable
<!DOCTYPE html>
<html>
<head>
<title>Web App - Unavailable</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 95px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
width: 460px;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
p a, p a:visited, p a:active, p a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1 id="unavailable">Error 403 - Forbidden</h1>
<p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
</div>
</div>
</body>
</html>
Open service 40.112.243.2:80 · www.skilluent.com
2025-12-19 23:19
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 23:19:16 GMT Location: https://www.skilluent.com/
Open service 40.112.243.2:443 · www.skilluent.com
2025-12-19 23:19
HTTP/1.1 200 OK
Content-Length: 3122
Connection: close
Content-Type: text/html
Date: Fri, 19 Dec 2025 23:19:16 GMT
Server: Kestrel
Accept-Ranges: bytes
ETag: "1dc6d93b3e4a732"
Last-Modified: Mon, 15 Dec 2025 07:23:26 GMT
Cross-Origin-Opener-Policy: same-origin-allow-popups
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' blob: https://accounts.google.com https://apis.google.com https://client.crisp.chat https://connect.facebook.net https://www.paypal.com https://www.sandbox.paypal.com https://www.paypalobjects.com; script-src-elem 'self' 'unsafe-inline' blob: https://accounts.google.com https://apis.google.com https://client.crisp.chat https://connect.facebook.net https://www.paypal.com https://www.sandbox.paypal.com https://www.paypalobjects.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://client.crisp.chat https://accounts.google.com; style-src-elem 'self' 'unsafe-inline' https://fonts.googleapis.com https://client.crisp.chat https://accounts.google.com; font-src 'self' data: https://fonts.gstatic.com https://client.crisp.chat; connect-src 'self' https://accounts.google.com https://apis.google.com https://client.crisp.chat https://go.crisp.chat wss://client.relay.crisp.chat https://graph.facebook.com https://www.facebook.com https://connect.facebook.net https://www.linkedin.com https://api.linkedin.com https://www.paypal.com https://api-m.paypal.com https://api-m.sandbox.paypal.com https://www.sandbox.paypal.com https://www.paypalobjects.com https://westus.api.cognitive.microsoft.com https://westus.stt.speech.microsoft.com wss://westus.stt.speech.microsoft.com; img-src 'self' data: https://*.googleusercontent.com https://image.crisp.chat https://client.crisp.chat https://i.ytimg.com https://yt3.ggpht.com https://www.facebook.com https://connect.facebook.net https://media.licdn.com https://www.paypal.com https://www.paypalobjects.com https://randomuser.me; worker-src 'self' blob: data:; frame-src https://accounts.google.com https://www.youtube-nocookie.com https://www.youtube.com https://youtube.com https://www.linkedin.com https://www.facebook.com https://www.paypal.com https://www.sandbox.paypal.com; child-src https://www.youtube-nocookie.com https://www.youtube.com https://youtube.com https://www.linkedin.com https://www.facebook.com https://www.paypal.com https://www.sandbox.paypal.com; frame-ancestors 'self';
Permissions-Policy: identity-credentials-get=(self "https://accounts.google.com")
Page title: Skilluent - Empower Your Career with AI-Powered Tools
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/images/skilluent_favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Skilluent - Empower Your Career with AI-Powered Tools</title>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Skilluent — Build an ATS‑Ready Resume in 5 Minutes" />
<meta property="og:description" content="Create, tailor, and download a professional, ATS‑ready resume and cover letter. Build free, pay on download." />
<meta property="og:image" content="https://www.skilluent.com/images/skilluent_logo.png" />
<meta property="og:url" content="https://www.skilluent.com/" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Skilluent — Build an ATS‑Ready Resume in 5 Minutes" />
<meta name="twitter:description" content="Create, tailor, and download a professional, ATS‑ready resume and cover letter. Build free, pay on download." />
<meta name="twitter:image" content="https://www.skilluent.com/images/skilluent_logo.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Dancing+Script:wght@400;700&family=Pacifico&display=swap" rel="stylesheet">
<!-- Meta Pixel -->
<script>
(function () {
var PIXEL_ON = "true" === "true";
if (!PIXEL_ON) return;
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1016536280596950');
fbq('track', 'PageView');
})();
</script>
<!-- /Meta Pixel -->
<script type="module" crossorigin src="/assets/index-CPSX6Ki0.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DG21W1S9.css">
</head>
<body>
<!-- Pixel noscript -->
<noscript>
<img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1016536280596950&ev=PageView&noscript=1"/>
</noscript>
<!-- Crisp -->
<script>
window.$crisp = [];
window.CRISP_WEBSITE_ID = "4851a205-3b44-45d7-adba-bf2a67e1ab59";
window.$crisp.push(["config", "hide:on:load", [true]]);
(function () {
var d = document; var s = d.createElement("script");
s.src = "https://client.crisp.chat/l.js"; s.async = 1;
d.getElementsByTagName("head")[0].appendChild(s);
})();
</script>
<div id="root"></div>
</body>
</html>
Open service 40.112.243.2:443 · tjc.org.nz
2025-12-19 22:38
HTTP/1.1 301 Moved Permanently Content-Length: 169 Connection: close Content-Type: text/html Date: Fri, 19 Dec 2025 22:38:34 GMT Server: nginx/1.18.0 Location: http://www.tjc.org.nz/ Set-Cookie: ARRAffinity=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;Secure;Domain=tjc.org.nz Set-Cookie: ARRAffinitySameSite=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;SameSite=None;Secure;Domain=tjc.org.nz Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.18.0</center> </body> </html>
Open service 40.112.243.2:80 · tjc.org.nz
2025-12-19 22:38
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 22:38:33 GMT Location: https://tjc.org.nz/
Open service 40.112.243.2:80 · gw.tjc.org.nz
2025-12-19 22:38
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 22:38:32 GMT Location: https://gw.tjc.org.nz/
Open service 40.112.243.2:443 · gw.tjc.org.nz
2025-12-19 22:38
HTTP/1.1 502 Bad Gateway Content-Length: 157 Connection: close Content-Type: text/html Date: Fri, 19 Dec 2025 22:38:33 GMT Server: nginx/1.18.0 Set-Cookie: ARRAffinity=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;Secure;Domain=gw.tjc.org.nz Set-Cookie: ARRAffinitySameSite=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;SameSite=None;Secure;Domain=gw.tjc.org.nz Page title: 502 Bad Gateway <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx/1.18.0</center> </body> </html>
Open service 40.112.243.2:443 · akl.tjc.org.nz
2025-12-19 22:38
HTTP/1.1 301 Moved Permanently Content-Length: 169 Connection: close Content-Type: text/html Date: Fri, 19 Dec 2025 22:38:33 GMT Server: nginx/1.18.0 Location: http://www.tjc.org.nz/ Set-Cookie: ARRAffinity=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;Secure;Domain=akl.tjc.org.nz Set-Cookie: ARRAffinitySameSite=d52a4aae69845e69056db869f8040bf318d79e2f15e14e216f32168994a14f86;Path=/;HttpOnly;SameSite=None;Secure;Domain=akl.tjc.org.nz Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.18.0</center> </body> </html>
Open service 40.112.243.2:80 · akl.tjc.org.nz
2025-12-19 22:38
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 22:38:32 GMT Location: https://akl.tjc.org.nz/
Open service 40.112.243.2:80 · courtesyprotocol.com
2025-12-19 16:24
HTTP/1.1 404 Site Not Found
Content-Length: 2667
Connection: close
Content-Type: text/html
Date: Fri, 19 Dec 2025 16:24:20 GMT
Page title: Microsoft Azure Web App - Error 404
<!DOCTYPE html>
<html>
<head>
<title>Microsoft Azure Web App - Error 404</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 75px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
a, a:visited, a:active, a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
<script type="text/javascript">
function toggle_visibility(id) {
var e = document.getElementById(id);
if (e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
</script>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1>404 Web Site not found.</h1>
<p>You may be seeing this error due to one of the reasons listed below :</p>
<ul>
<li>Custom domain has not been configured inside Azure. See <a href="https://go.microsoft.com/fwlink/?linkid=2194614">how to map an existing domain</a> to resolve this.</li>
<li>Client cache is still pointing the domain to old IP address. Clear the cache by running the command <i>ipconfig/flushdns.</i></li>
</ul>
<p>Checkout <a href="https://go.microsoft.com/fwlink/?linkid=2194451">App Service Domain FAQ</a> for more questions.</p>
</div>
</div>
</body>
</html>
Open service 40.112.243.2:443 · courtesyprotocol.com
2025-12-19 16:24
HTTP/1.1 404 Site Not Found
Content-Length: 2667
Connection: close
Content-Type: text/html
Date: Fri, 19 Dec 2025 16:24:19 GMT
Page title: Microsoft Azure Web App - Error 404
<!DOCTYPE html>
<html>
<head>
<title>Microsoft Azure Web App - Error 404</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 75px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
a, a:visited, a:active, a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
<script type="text/javascript">
function toggle_visibility(id) {
var e = document.getElementById(id);
if (e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
</script>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1>404 Web Site not found.</h1>
<p>You may be seeing this error due to one of the reasons listed below :</p>
<ul>
<li>Custom domain has not been configured inside Azure. See <a href="https://go.microsoft.com/fwlink/?linkid=2194614">how to map an existing domain</a> to resolve this.</li>
<li>Client cache is still pointing the domain to old IP address. Clear the cache by running the command <i>ipconfig/flushdns.</i></li>
</ul>
<p>Checkout <a href="https://go.microsoft.com/fwlink/?linkid=2194451">App Service Domain FAQ</a> for more questions.</p>
</div>
</div>
</body>
</html>
Open service 40.112.243.2:80 · scheduler.winitall.com
2025-12-19 12:48
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 12:48:39 GMT Location: https://scheduler.winitall.com/
Open service 40.112.243.2:443 · scheduler.winitall.com
2025-12-19 12:48
HTTP/1.1 404 Not Found
Connection: close
Content-Type: application/json
Date: Fri, 19 Dec 2025 12:48:37 GMT
Transfer-Encoding: chunked
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
{"timestamp":"2025-12-19T06:48:37.409-06:00","status":404,"error":"Not Found","path":"/"}
Open service 40.112.243.2:443 · anemone.center
2025-12-19 09:48
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 19 Dec 2025 09:48:48 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://anemone.center/wp-json/>; rel="https://api.w.org/" Link: <https://anemone.center/wp-json/wp/v2/pages/850>; rel="alternate"; title="JSON"; type="application/json" Link: <https://anemone.center/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.circulollantero.com
2025-12-19 09:08
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 19 Dec 2025 09:08:46 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.circulollantero.com/wp-json/>; rel="https://api.w.org/" Link: <https://www.circulollantero.com/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://www.circulollantero.com/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · circulollantero.com
2025-12-19 07:54
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 19 Dec 2025 07:54:55 GMT Server: nginx Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://circulollantero.com/wp-json/>; rel="https://api.w.org/" Link: <https://circulollantero.com/wp-json/wp/v2/pages/11>; rel="alternate"; type="application/json" Link: <https://circulollantero.com/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · www.absolutestudios.in
2025-12-19 05:24
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 19 Dec 2025 05:24:32 GMT Server: nginx Cache-Control: max-age=3600, public ETag: "f003f3659f256c48ea095938eb48ed29" Expires: Fri, 19 Dec 2025 06:24:32 GMT Last-Modified: Fri, 19 Dec 2025 05:24:32 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://www.absolutestudios.in/wp-json/>; rel="https://api.w.org/" Link: <https://www.absolutestudios.in/wp-json/wp/v2/pages/337>; rel="alternate"; title="JSON"; type="application/json" Link: <https://www.absolutestudios.in/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · staging.tjc.org.nz
2025-12-19 03:24
HTTP/1.1 200 OK
Content-Length: 68014
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Fri, 19 Dec 2025 03:24:27 GMT
Server: nginx
Cache-Control: max-age=3, must-revalidate
Set-Cookie: ARRAffinity=8bfb578ab38c467c8fee835b46a9da3a1690ade549d292854c71635b0579cb53;Path=/;HttpOnly;Secure;Domain=staging.tjc.org.nz
Set-Cookie: ARRAffinitySameSite=8bfb578ab38c467c8fee835b46a9da3a1690ade549d292854c71635b0579cb53;Path=/;HttpOnly;SameSite=None;Secure;Domain=staging.tjc.org.nz
Vary: Accept-Encoding, Cookie
X-Powered-By: PHP/8.1.33
Page title: True Jesus Church – Auckland
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=10.0, user-scalable=yes">
<link rel="profile" href="http://gmpg.org/xfn/11">
<title>True Jesus Church – Auckland</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//staging.tjc.org.nz' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="True Jesus Church » Feed" href="https://staging.tjc.org.nz/feed/" />
<link rel="alternate" type="application/rss+xml" title="True Jesus Church » Comments Feed" href="https://staging.tjc.org.nz/comments/feed/" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/staging.tjc.org.nz\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.9.12"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://staging.tjc.org.nz/wp-includes/css/dist/block-library/style.min.css?ver=5.9.12' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vi
Open service 40.112.243.2:80 · afterhours-adventures.com
2025-12-19 02:52
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 19 Dec 2025 02:52:07 GMT Server: nginx Cache-Control: max-age=2686, public ETag: "f9f70393e1c2308b269bd5bb6538ed61" Expires: Fri, 19 Dec 2025 03:36:53 GMT Last-Modified: Fri, 19 Dec 2025 02:36:53 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://afterhours-adventures.com/wp-json/>; rel="https://api.w.org/" X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · absolutestudios.in
2025-12-19 02:36
HTTP/1.1 200 OK Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 19 Dec 2025 02:36:15 GMT Server: nginx Cache-Control: max-age=684, public ETag: "9c99e4ac6741da522d6f8833eafc6b4f" Expires: Fri, 19 Dec 2025 02:47:39 GMT Last-Modified: Fri, 19 Dec 2025 01:47:39 GMT Pragma: public Transfer-Encoding: chunked Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Powered-By: PHP/8.3.26 Link: <https://absolutestudios.in/wp-json/>; rel="https://api.w.org/" Link: <https://absolutestudios.in/wp-json/wp/v2/pages/337>; rel="alternate"; title="JSON"; type="application/json" Link: <https://absolutestudios.in/>; rel=shortlink X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Referrer-Policy: strict-origin Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self)
Open service 40.112.243.2:443 · api.datajelly.io
2025-12-19 00:15
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 00:15:42 GMT Server: Kestrel Request-Context: appId=cid-v1:e0c5141b-a694-40fd-8981-fee26e33114a
Open service 40.112.243.2:80 · api.datajelly.io
2025-12-19 00:15
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 00:15:42 GMT Location: https://api.datajelly.io/
api.winitall.com 5 library-escape.com 2 virnousdev.com 1 vienthaowedding.com 1 www.scougalrubber.com 14 api.thecoastalconcierge.com 1 devapi.oranasoftware.com 1 stayapi.appgenx.co.za 1 sandiegoeast.businesschamber.app 1 office.oranasoftware.com 1 api.oranaguidebooks.com 1 devoffice.oranasoftware.com 1 api.tenaxequip.com 1 api.oranasoftware.com 1 app.businesschamber.app 1 api.oranaconnect.com 1 admin.belwoodinvestments.com 1 www.basitechnologies.com 1 app.oranasoftware.com 1 portal.highlandcabinetry.com 1 staging.venueviewer.namethemachine.net 1 oceanside.businesschamber.app 1 devapp.oranasoftware.com 1 real-estate-uber-31356-staging.botics.co 1 www.orst.io 1 dev-api.perchat.ai 1 api.palletiq.ai 1 real-estate-uber-31356.botics.co 1 eddaifi-coaching-35426-staging.botics.co 1 young-glade-24121.botics.co 1 cold-hat-40370.botics.co 1 www.intimeonline.com 1 www.sisocustom.com 1 www.askkumuyi.ai 1 www.sisosimple.com 1 agwm-31244.botics.co 1 akeem-carr-seam-app-25081.botics.co 1 aptitude.kharnymisland.com 1 tony-shepherd-33164.botics.co 1 solace-app-11751.botics.co 1 aws.orst.io 1 identity-dev.alignfinancial.com 1 www.circulollantero.com.mx 9 roam-caribbean-33653.botics.co 1 ancient-frog-34284.botics.co 1 polished-truth-42233.botics.co 1 www.circulollantero.com 8 teachers-only-tutor-35-staging.botics.co 1 dev-join.ldcampfireclub.com 1 orella-34838-staging.botics.co 1 dev-join.ldbeerclub.com 1 demo.thirdopinion.io 1 coalition.enrollandpay.com 1 preproduction-portal.enrollandpay.com 1 preproduction-coalition.enrollandpay.com 1 gspdashboard.enrollandpay.com 1 staging-coalition.enrollandpay.com 1 nabdashboard.enrollandpay.com 1 nabagent.enrollandpay.com 1 portal.enrollandpay.com 1 netelement-portal.enrollandpay.com 1 staging-portal.enrollandpay.com 1 gspagent.enrollandpay.com 1 cocardagent.enrollandpay.com 1 nabdashboard-staging.enrollandpay.com 1 nabagent-staging.enrollandpay.com 1 merchant.eagleprocessingrewards.com 1 newheights-iul.myannexus.com 1 newheights-iul-api.myannexus.com 1 nhs-comparison-api.myannexus.com 1 nhs-comparison.myannexus.com 1 chip.crozer.org 1 ras.wtbyhosp.org 1 app.qaqcapp.com 1 ras.prospectmedical.com 1 www.rwmc.org 1 www.fatimahospital.com 1 www.crozerkeystone.org 1 www.weknowcancer.org 1 ras.chartercare.org 1 mycareinfo.chartercare.org 1 together.pmh.com 1 internaljobs.pmh.com 1 rds.echn.org 1 oracle.pmh.com 1 www.altahospitals.com 1 www.altacorp.com 1 accountapi.byte.com 1 accountapi.byteme.com 1 chc.tjc.org.nz 1 dpatool-output.definedprotection.com 1 app-dev.mgiverified.com 1 social-stage.playstudios.tech 3 w-test.leftbankart.com 3 s.bwnc.org 1 booking.globalfirsttravel.com 1 venueviewer.namethemachine.net 1 tlc.gslc.utah.edu 1 www.tracksapp.com 3 absolutestudios.in 8 beta.tjc.org.nz 8 circulollantero.com 6 www.absolutestudios.in 8 anemone.center 4 www.storymagician.ai 3 circulollantero.com.mx 7 staging.tjc.org.nz 5 afterhours-adventures.com 5 ohcc.xyz 1 askkumuyi.ai 1 komchallenges.com 1 smmt.ch 1 noscohammer.com 1 backbone.bike 1 smmtchallenge.com 1 analytics.zeroemissiongrid.com 1 identity.climateimpact.com 1 calendar.xcrew.us 1 pr1518.lmrv-technology.com 1 pr1520.lmrv-technology.com 1 pr1506.lmrv-technology.com 1 pcts2.insidela.org 3 procurelogin-prd1.raiven.com 1 coalition.eagleprocessingrewards.com 1 calcoach.app 1 dev.theellners.com 1 idsadmin.theellners.com 1 ids.theellners.com 1 mercatalyst.com 1 dev-shop.medzah.com 1 qms.rizepoint.com 1 api.radiantintel.com 1 dev.tanglekite.com 1 ras.echn.org 1 api.komchallenges.com 1 rwmc.org 1 weknowcancer.org 1 strata-module-demo.keyfive.com 1 tra-prod-api-us.televic.com 0 www.skilluent.com 1 tjc.org.nz 1 gw.tjc.org.nz 1 akl.tjc.org.nz 1 courtesyprotocol.com 1 scheduler.winitall.com 1 api.datajelly.io 1