How to detect a website CMS that behind a CDN?

Hello,
How can I detect a website CMS that behind a CDN? The CMS detectors can’t detect it.

Thank you.

1 Like

Try checking the HTTP headers: When a website is requested, it sends back HTTP headers that provide information about the server and other technical details. Look for headers such as “X-Powered-By” or “Server” that may reveal information about the CMS being used.

1 Like