CDN checker: identify the CDN behind a website and diagnose caching
Identify a website CDN using response headers, CNAME ownership and published IP ranges, then inspect cache and protocol settings.
What is CDN identification?
CDN identification uses public network signals to determine which content delivery network handled a request. This tool cross-checks provider headers, the DNS CNAME chain and A-record IP ranges, then reports HTTP settings that affect cache reuse.
How does CDN identification work?
Enter a public HTTP or HTTPS URL. The tool sends one real request from a single region and weighs independent evidence.
- 01
Read response headers
Inspect provider markers such as cf-ray, x-cache and via, together with status, Cache-Control, Vary, Age and compression.
- 02
Trace DNS ownership
Follow the post-redirect hostname, resolve its CNAME chain and compare A/AAAA records with published provider ranges.
- 03
Cross-check and diagnose
Compare header and DNS signals, then flag cache, IPv6, HTTP/3, HSTS and redirect issues. Insufficient evidence stays unknown rather than guessed.
CDN identification FAQs
Can the checker identify every CDN?
No. The signature library covers known public signals. When evidence is insufficient or conflicting, the result says so instead of guessing from a single IP.
Why can headers and DNS point to different providers?
A site may use a multi-layer CDN, proxy or security gateway, or disable and customize provider headers. CNAME, IP range and redirect evidence should be read together.
Is CDN identification a speed test?
No. It validates deployment and cache configuration from one region. Use measured rankings or continuous monitoring for regional latency.
Does checking a domain change its DNS or CDN settings?
No. The checker reads public responses and DNS records only; it does not modify your domain, origin or CDN.