CDN & Cache Header Guide
Understand which CDN serves a site from its response headers.
About the CDN & Cache Header Guide
Explains how to identify the CDN serving a website from its HTTP response headers, with the tell-tale header for each major provider. (Browser security prevents reading another site's headers directly, so this is a reference guide.)
How to use
Pick a provider to see the header signature, or enter a header value to identify it.
Worked example
A 'cf-ray' header means the site is behind Cloudflare.
How to use this calculator
- Open the page you want to check and inspect its response headers.
- Look for CDN-related header names such as server, x-cache, via, x-served-by, cf-ray, x-amz-cf-pop, x-cache-hits, or age.
- Match the header patterns to the CDN or edge network that set them.
- Use the headers together, not just one field, to confirm the provider.
Step by step method
- Check the response headers from the site request in your browser dev tools, a curl command, or this guide's output.
- Identify any CDN-specific markers, such as Cloudflare, Fastly, Akamai, CloudFront, or another edge platform.
- Compare multiple headers to separate the origin server from the CDN layer.
- Use the combination of headers and cache behavior to decide which CDN is serving the site.
Worked example
Suppose you inspect a website and see several response headers that point to an edge cache provider.
- You find headers including cf-ray, server: cloudflare, and age: 124.
- The cf-ray header is a strong Cloudflare indicator, and the server value confirms it.
- The age header shows the cached response has been served from the CDN cache.
Answer. This site is being served through Cloudflare.
Tips and common mistakes
- Do not rely on the server header alone, because it can be hidden or changed.
- Look for a cluster of CDN clues, not one isolated header.
- Remember that some sites use multiple layers, so the visible CDN may be the outer edge network.
- If headers are missing or generic, try a request from curl with full header output.
Frequently asked questions
Why can't the tool fetch headers itself?+
Browser CORS rules block reading arbitrary cross-site response headers; use your DevTools Network tab.
How do I see a site's headers?+
Open DevTools → Network → click the request → Headers.
More Tech Tools Tools
Explore related calculators in this category
Color Contrast Checker (WCAG)
Check the WCAG contrast ratio between a text and background color.
Favicon URL Builder
Build the standard favicon HTML tags for your site.
Mobile Safe Area Calculator
Calculate usable content area after notches and home indicators.
Screen Resolution Detector
Detect your screen resolution, viewport size and pixel ratio.
You Might Also Like
Popular tools from other categories
CORS Header Builder
Build the right CORS response headers for your API by choosing allowed origins, methods and headers.
Divisibility Rules Checker
Check divisibility by common numbers.
Password Strength Checker
Check how strong a password is based on length, character variety and common patterns. 100% private.
Prime Number Checker
Check if a number is prime and find factors.
Can't Find the Right Calculator?
Try our AI Math Solver, type any problem in plain English and get instant step-by-step solutions.