- Issue created by @andyg5000
- πΊπΈUnited States andyg5000 North Carolina, USA
Here's a patch we're using that solves the problem.
We have a domain that's behind CloudFlare proxy for WAF, but we're using Platform CDN. The acquia_purge module makes a HTTP `PURGE` request when invalidating single URLs. CloudFlare blocks this and it never makes it to the fastly server.
Set up a domain as described above and see that CloudFlare returns an invalid request.
Use the fastly POST API to purge the urls.
What do you think? Is there a better way to handle this?
Active
1.0
Code
Here's a patch we're using that solves the problem.