Skip to content
https://creampiled.com

Infrastructure

· 17 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
80
GRADE
B
FIX
1
REVIEW
10
PASS
6
INFO
0
Probed from New York, United Stated
200 OK
Checks
17
6 PASS 10 REVIEW 1 FIX
D
CDN & Delivery
Action
No CDN detected
FIX
No CDN detected
Warning::
No CDN detected
A CDN can significantly improve load times for users around the world by caching content at edge nodes closer to them.
No CDN detected

Consider using a CDN to improve global delivery speed and reduce origin load.

B
DNSSEC
Unsigned (DNSSEC not deployed)
REVIEW
Unsigned (DNSSEC not deployed)
Info::
DNSSEC is not deployed
The zone is not DNSSEC-signed. Users on validating resolvers (Cloudflare 1.1.1.1, Quad9 9.9.9.9, growing default in mobile resolvers) get no protection against DNS spoofing for this domain. Most registrars now offer DNSSEC at a single click; consider enabling it for sites where authenticity matters (banking, healthcare, government).
B
CAA Records
No CAA records (any CA may issue certificates)
REVIEW
No CAA records (any CA may issue certificates)
Info::
No CAA records published
Without CAA records, any publicly-trusted CA can issue certificates for this domain. Adding a CAA record (`yourdomain. IN CAA 0 issue "letsencrypt.org"`) restricts issuance to CAs you authorize. Required by CAB Forum baseline since 2017; the default of 'any CA' is widely supported but is the broader attack surface for issuance fraud.
B
Reverse DNS
0/1 IPs match cert SAN
REVIEW
0/1 IPs match cert SAN
Info::
PTR for 208.74.151.238 does not match any cert SAN: srv5339.mjhst.com
Common when behind a CDN or shared hosting (PTR points at the provider's hostname). Mismatch can also affect mail deliverability if this IP sends email -- many MTAs reject mail when forward+reverse DNS disagree.
C
IPv6 Readiness
Action
No IPv6 support
REVIEW
No IPv6 support
Info::
No IPv6 (AAAA) records found
IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.
No IPv6 Support
About 40% of internet users have IPv6. Consider adding AAAA records.

IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.

Why this matters

No AAAA records — same impact as 'no IPv6 (AAAA) records'; IPv6-preferring clients pay extra latency falling back to IPv4.

Source: Google IPv6 stats

C
Crawlability
Action
robots.txt present, sitemap with 0 URLs
REVIEW
robots.txt present, sitemap with 0 URLs
Info::
robots.txt is present
Got: 9882 bytes
Info::
sitemap.xml is present
Warning::
sitemap.xml contains invalid XML
Search engines may not be able to parse the sitemap. Fix XML validation errors.
Warning::
sitemap.xml is empty — no URLs found
An empty sitemap provides no value. Add <url> entries for your pages.
Info::
robots.txt does not reference a sitemap
Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

Search engines may not be able to parse the sitemap. Fix XML validation errors.

Why this matters

An unparseable sitemap is silently ignored by Google — the URLs it advertises are never queued for crawl.

Learn more

Google's sitemap parser is strict about XML validity. A single unescaped `&` or unclosed tag invalidates the whole file. Run your sitemap through a validator (Search Console's Sitemaps report flags it) and fix the offending entry. Most generators escape correctly; mistakes usually come from manually-written entries.

Source: sitemaps.org / Google Search Central

An empty sitemap provides no value. Add <url> entries for your pages.

Why this matters

An empty sitemap signals 'no content to index' to Google — actively harmful versus having no sitemap at all.

Learn more

Google compares URLs in the sitemap against URLs it has crawled. An empty sitemap on a site with thousands of pages signals abandonment. Either populate it correctly (most CMSes auto-generate) or delete the file and let Google crawl normally.

Source: Google Search Central / sitemaps.org

Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

Why this matters

robots.txt omits Sitemap: directive — crawlers must fetch /sitemap.xml by convention; reliable but missing the explicit hint.

Source: sitemaps.org

robots.txt 200 OK
Size 9882 B Sitemaps referenced 0 User-agents Blocking No — crawling allowed
<!doctype html>
<html lang="en" data-beasties-container>
	<head>
		<meta charset="utf-8">
		<title></title>
		<base href="/natscms-app/">
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<!-- <link rel="icon" type="image/x-icon" href="favicon.ico" /> -->
	<style>:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#014474;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:1, 68, 116;--bs-secondary-rgb:108, 117, 125;--bs-success-rgb:25, 135, 84;--bs-info-rgb:13, 202, 240;--bs-warning-rgb:255, 193, 7;--bs-danger-rgb:220, 53, 69;--bs-light-rgb:248, 249, 250;--bs-dark-rgb:33, 37, 41;--bs-primary-text-emphasis:rgb(.4, 27.2, 46.4);--bs-secondary-text-emphasis:rgb(43.2, 46.8, 50);--bs-success-text-emphasis:rgb(10, 54, 33.6);--bs-info-text-emphasis:rgb(5.2, 80.8, 96);--bs-warning-text-emphasis:rgb(102, 77.2, 2.8);--bs-danger-text-emphasis:rgb(88, 21.2, 27.6);--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:rgb(204.2, 217.6, 227.2);--bs-secondary-bg-subtle:rgb(225.6, 227.4, 229);--bs-success-bg-subtle:rgb(209, 231, 220.8);--bs-info-bg-subtle:rgb(206.6, 244.4, 252);--bs-warning-bg-subtle:rgb(255, 242.6, 205.4);--bs-danger-bg-subtle:rgb(248, 214.6, 217.8);--bs-light-bg-subtle:rgb(251.5, 252, 252.5);--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:rgb(153.4, 180.2, 199.4);--bs-secondary-border-subtle:rgb(196.2, 199.8, 203);--bs-success-border-subtle:rgb(163, 207, 186.6);--bs-info-border-subtle:rgb(158.2, 233.8, 249);--bs-warning-border-subtle:rgb(255, 230.2, 155.8);--bs-danger-border-subtle:rgb(241, 174.2, 180.6);--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255, 255, 255;--bs-black-rgb:0, 0, 0;--bs-font-sans-serif:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33, 37, 41;--bs-body-bg:#fff;--bs-body-bg-rgb:255, 255, 255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0, 0, 0;--bs-secondary-color:rgba(33, 37, 41, .75);--bs-secondary-color-rgb:33, 37, 41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233, 236, 239;--bs-tertiary-color:rgba(33, 37, 41, .5);--bs-tertiary-color-rgb:33, 37, 41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248, 249, 250;--bs-heading-color:inherit;--bs-link-color:#014474;--bs-link-color-rgb:1, 68, 116;--bs-link-decoration:underline;--bs-link-hover-color:rgb(.8, 54.4, 92.8);--bs-link-hover-color-rgb:1, 54, 93;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:rgb(255, 242.6, 205.4);--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, .175);--bs-border-radius:.375rem;--bs-border-radius-sm:.25rem;--bs-border-radius-lg:.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm:0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width:.25rem;--bs-focus-ring-opacity:.25;--bs-focus-ring-color:rgba(1, 68, 116, .25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}*,*:before,*:after{box-sizing:border-box}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}:root{--bs-btn-close-filter: }@-webkit-keyframes sk-bounce{0%,to{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}:root{--cms-consent-modal-background:var(--cms-background);--cms-consent-modal-foreground:var(--cms-foreground)}html{scroll-behavior:auto!important}body{font-family:Roboto Condensed,sans-serif;background-color:var(--cms-page-background);color:var(--cms-page-foreground)}body{overflow-x:hidden}</style><link rel="stylesheet" href="styles-KXRL3ZR4.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-KXRL3ZR4.css"></noscript></head>
	<body>
		<nats-tours-root></nats-tours-root>

		<script>
			if (window) {
				<!--Move this to main if SSR-ed-->

				window['_natsCode'] = getNatsCode();
				window['_natsCodeCookie'] = getCookie('nats');

				function getNatsPreviewThemeData() {
					let secretCode =
						getParam('x-nats-cms-area-preview') || getCookie('nats_preview_data_secret_code');
					let themeId =
						getParam('x-nats-cms-area-preview-theme') || getCookie('nats_preview_data_theme_id');
					return secretCode && themeId ? { secretCode, themeId } : null;
				}

				window['_natsPreviewTheme'] = getNatsPreviewThemeData();

				function boot() {
					return new Promise((resolve, reject) => {
						Promise.all([
							fetch('./config.json').then(res => res.json()),
							fetch('./version.json')
								.then(res => res.json())
								.catch(() => ({ version: '0' })),
						])
							.then(([conf, versionData]) => {
								window['_config'] = conf;
								window['_version'] = versionData;
								const natsCode = window['_natsCode'];

								const loadSite = () => {
									window['_siteData'] = loadSiteData(conf, natsCode, window['_natsPreviewTheme']);
									resolve(conf);
								};

								const natsParam = getParam('nats');
								if (!natsParam) {
									// if angular can read nats cookie, send it to tracking script as natscode=xxxx
									// if angular can not read the nats_unique cookie, send unique=1 to the tracking script
									trackCall(conf, window['_natsCodeCookie'], !getCookie('nats_unique')).then(() =>
										loadSite()
									);
								} else {
									loadSite();
								}
							})
							.catch(err => {
								console.error(err);
								reject(err);
							});
					});
				}

				function loadSiteData(config, natsCode, previewThemeData) {
					const version = window['_version']?.version || '0';
					const path = `${config.natsUrl}/tour_api.php/content/config?cms_area_id=${config.cms_area_id}&version=${version}`;
					const headers = {
						'X-NATS-cms-area-id': config.cms_area_id,
						'X-nats-entity-decode': '1',
						'x-nats-natscode': natsCode || getCookie('nats') || '',
					};

					if (previewThemeData) {
						headers['x-nats-cms-area-preview'] = previewThemeData.secretCode;
						headers['x-nats-cms-area-preview-theme'] = previewThemeData.themeId;
					}
					return fetch(path, { headers }).then(res => res.json());
				}

				function trackCall(config, natsCodeCookie, unique) {
					let path = `${config.natsUrl}/track_cms.php?cms_area_id=${config.cms_area_id}`;
					if (natsCodeCookie) path += `&natscode=${natsCodeCookie}`;
					if (unique) path += `&unique=1`;

					const headers = { 'X-NATS-cms-area-id': config.cms_area_id, 'X-nats-entity-decode': '1' };

					return fetch(path, { headers })
						.then(res => res.json())
						.then(res => {
							if (res && res.cookies && res.natscode) {
								const { nats_unique: natsUniqueExpiration, nats: natsExpiration } = res.cookies;
								natsUniqueExpiration &&
									setCookie('nats_unique', res.natscode, natsUniqueExpiration);
								natsExpiration && setCookie('nats', res.natscode, natsExpiration);
								window['_natsCodeCookie'] = res.natscode;
							}
						});
				}

				window['_boot'] = boot();
			} else {
				fetch('./config.json').then(res => res.json());
			}

			function getParam(name) {
				const url = new URL(window.location.href);
				return url.searchParams.get(name);
			}

			function getCookie(name) {
				const value = `; ${document.cookie}`;
				const parts = value.split(`; ${name}=`);
				if (parts.length === 2) {
					return parts.pop().split(';').shift();
				}
				return null;
			}

			function setCookie(name, value, expiration) {
				const d = new Date();
				d.setTime(expiration * 1000);
				const expires = `expires=${d.toUTCString()}`;
				document.cookie = `${name}=${value};${expires};path=/;`;
			}

			function getNatsCode() {
				const natsCode = getParam('nats');
				// TODO: check this if SSR is implemented
				if (natsCode) {
					sessionStorage.setItem('natsCode', natsCode);
					return natsCode;
				} else {
					return sessionStorage.getItem('natsCode');
				}
			}
		</script>
	<script src="main-SAOZX4LC.js" type="module"></script></body>
</html>

sitemap.xml 200 OK
Type URL Set URLs 0 entries Valid XML No
C
URL Variants
Action
www/non-www, trailing slash, HTTP→HTTPS
REVIEW
www/non-www, trailing slash, HTTP→HTTPS
Critical::
Both www and non-www versions serve content
Got: Both variants return 200 Expected: One variant 301-redirects to the other
Warning::
HTTP→HTTPS redirect uses 302 instead of 301
Got: 302 temporary redirect Expected: 301 permanent redirect

www / non-www

200https://www.creampiled.com/
200https://creampiled.com/

Inconsistent — duplicate content risk

HTTP → HTTPS

302http://creampiled.com/ https://creampiled.com/

Use 301 (permanent) instead of 302 (temporary)

B
Domain Intelligence
creampiled.com — via GoDaddy.com, LLC, 1 years, 11 months old, hosted on MOJOHOST - MOJOHOST, US
REVIEW
creampiled.com — via GoDaddy.com, LLC, 1 years, 11 months old, hosted on MOJOHOST - MOJOHOST, US
Critical::
Domain expires in 30 days
This domain expires on August 21, 2026. Domains that expire accidentally cause complete website downtime. Enable auto-renewal or renew manually now.
Got: Expires Aug 21, 2026
Info::
DNSSEC is not enabled
DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
Info::
Registrar: GoDaddy.com, LLC
Warning::
Registrar lock is NOT enabled
The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.
Info::
Hosting: MOJOHOST - MOJOHOST, US
Got: AS27589
Domain expiry

26 days

August 21, 2026

SSL certificate

51 days

Issued by Let's Encrypt

Domain age

1 years, 11 months

Registered August 21, 2024

DNSSEC

Not enabled

Protects against DNS spoofing

Hosting

MOJOHOST - MOJOHOST, US

ASN AS27589

208.74.151.238

Registrar

GoDaddy.com, LLC

Unlocked 4 NS records
Expiry timeline
Today
+1 year
Domain expiry SSL expiry Danger zone (≤30 days)
Recommended actions
  • Renew the domain or enable auto-renewal to prevent accidental expiry
  • Enable DNSSEC to protect visitors from DNS spoofing
  • Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
Registrar GoDaddy.com, LLC
Created August 21, 2024 (1 years, 11 months ago)
Expires August 21, 2026 (1 months)
Last Updated August 7, 2025
Name Servers dnsa.mojohost.com, dnsb.mojohost.com, dnsc.mojohost.com, dnsd.mojohost.com
DNSSEC Not enabled
Hosting
IP Address 208.74.151.238
ASN AS27589 (MOJOHOST - MOJOHOST, US)
Provider MOJOHOST - MOJOHOST, US
Data source: rdap (0.8s)

This domain expires on August 21, 2026. Domains that expire accidentally cause complete website downtime. Enable auto-renewal or renew manually now.

Why this matters

Domain expiry approaching — renew immediately and ensure auto-renew + alerting are configured.

Source: ICANN renewal policy

DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.

Why this matters

Without DNSSEC, an attacker who can poison your DNS can hijack your domain — and SSL certs alone don't stop them.

Learn more

DNSSEC adds cryptographic signatures to DNS records, preventing forged responses from poisoning resolver caches. Without it, an attacker who controls the network path can redirect your domain to a malicious server before any HTTPS handshake happens. Most modern registrars (Cloudflare, Google Domains, Route 53) enable it with one toggle.

Source: ICANN / RFC 4033

The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.

Why this matters

Without registrar lock, an attacker who phishes your registrar credentials can transfer the domain in minutes — total brand hijack.

Learn more

Registrar lock (clientTransferProhibited, clientUpdateProhibited, clientDeleteProhibited) requires extra verification before any transfer/update/delete. Every major registrar offers it free. Combined with 2FA on your registrar account, it's the strongest defense against domain hijacking.

Source: ICANN / domain-security best practice

B
TLS Certificate Expiry & Recommendations
51 days until leaf cert expires — 3 issues to address
REVIEW

Certificate validity

51
days left
0d 30d 60d 90d+

Recommended actions

  • Enable HSTS: Strict-Transport-Security: max-age=31536000; includeSubDomains
  • Enable DNSSEC on your domain for DNS spoofing protection
  • Enable OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
B
CDN Cache Observability
No CDN cache-status headers in the response
REVIEW
No CDN cache-status headers in the response
Info::
No CDN cache-status headers in the response
Without an X-Cache / CF-Cache-Status / X-Vercel-Cache / Age header, you can't tell from outside whether a request hit the cache or went to origin. Operationally important: enables debugging stale-content reports and verifying cache rules. Most managed CDN platforms emit at least one of these by default; absence often means the platform's diagnostic headers are stripped at an upstream proxy.
B
Operational Status Page
No status page link detected
REVIEW
No status page link detected
Info::
No operational status page link detected
Status pages communicate planned maintenance and incidents to users -- a hallmark of operationally-mature services. Most SaaS teams publish one via Atlassian Statuspage, Instatus, BetterUptime, or a self-hosted Cachet. Smaller sites legitimately don't need one; flagged as Info, not a failure.
A+
DNS Records
1 A records, 73 ms lookup
PASS
1 A records, 73 ms lookup
Info::
Resolves to 1 IPv4 address(es)
Got: 208.74.151.238
Info::
Single A record — no DNS redundancy
Multiple A records provide failover if one server goes down.
Info::
No IPv6 (AAAA) records
Info::
4 nameserver(s) configured
Got: dnsa.mojohost.com, dnsc.mojohost.com, dnsb.mojohost.com, dnsd.mojohost.com
Info::
1 mail exchanger(s) configured
Info::
SPF record present in TXT
Info::
DNS resolution time: 73 ms
Got: 73 ms
A208.74.151.238
AAAA
CNAME
NSdnsa.mojohost.com, dnsc.mojohost.com, dnsb.mojohost.com, dnsd.mojohost.com
MX
1 mail.creampiled.com
TXT
SPF v=spf1 a mx ?all
CAALookup not available with standard resolver
Resolved in 73 ms

Multiple A records provide failover if one server goes down.

Why this matters

Single A record means a single point of failure — if that IP goes down, your site is unreachable until DNS TTL expires.

Learn more

Add multiple A records for round-robin failover, or use a managed DNS provider with health-checked failover (Route 53, Cloudflare, NS1). Short TTL (60-300s) lets clients recover faster on outages.

Source: SRE practice / DNS architecture

A+
Subdomain Takeover
No subdomain takeover risk detected
PASS
No subdomain takeover risk detected
Info::
No CNAME record present
A+
Multi-Resolver DNS Speed
Mean 16ms across 3 resolvers (spread 39ms)
PASS
Mean 16ms across 3 resolvers (spread 39ms)
Info::
Cloudflare: 2ms
Got: 2ms via 1.1.1.1:53
Info::
Google: 7ms
Got: 7ms via 8.8.8.8:53
Info::
Quad9: 41ms
Got: 41ms via 9.9.9.9:53
A+
Redirect Chain
No redirects — direct access
PASS
No redirects — direct access
Info::
No redirects — direct access
Got: https://creampiled.com

https://creampiled.com

130 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://creampiled.com200130 msHTTP/1.1Apache
A+
HTTP Probe Timing
Total 144 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
PASS
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
76 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
20 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
26 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
144 ms
Total Time Total request time from DNS lookup through full response.
144 ms

Connection waterfall

DNS Lookup 76 ms TCP Connect 20 ms TLS Handshake 26 ms Server Processing 21 ms Content Transfer 1 ms
A+
Health Check Endpoint
Health endpoint at https://creampiled.com/health (HTTP 200)
PASS
Health endpoint at https://creampiled.com/health (HTTP 200)
Info::
Public health endpoint at https://creampiled.com/health
Got: https://creampiled.com/health
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback