Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Checking whether a site has a cache system
In order to obtain information on whether or not there is a cache system on a site, this is the command to use:
curl -svo /dev/null [url] -H "Fastly-Debug: true"
Replace [url] with the relevant website address.
Link to this FAQ: