Closed jacobbednarz closed 2 years ago
In the scenarios where we don't have a cache everything page rule, the feeds URLs don't need to be purged as they won't be in the edge cache (since it isn't HTML).
~$ curl -svo /dev/null https://www.[redacted].com/feed/ 2>&1 | grep -i "content-type:" < content-type: application/rss+xml; charset=UTF-8
In the scenarios where we don't have a cache everything page rule, the feeds URLs don't need to be purged as they won't be in the edge cache (since it isn't HTML).