I have 8 servers caching content from an API, the issue is keeping them at sync.
So i was wondering the same way we can http PURGE via curl, can i do the same to call each cache server and make it cache a specific url?
i tried doing it using curl and testing with postman at the same time, but seems to see it as different requests.
All help is much appreciated!