If you are using Varnish, you can achieve this by modifying the VCL (Varnish Configuration Language) file with a rule to bypass caching for that particular URL on all cached sites. Have you tried adding a condition in `vcl_recv` to set `pass` for requests matching `/availability`?
https://survivalrace2.io/
If you are using Varnish, you can achieve this by modifying the VCL (Varnish Configuration Language) file with a rule to bypass caching for that particular URL on all cached sites. Have you tried adding a condition in `vcl_recv` to set `pass` for requests matching `/availability`?
https://survivalrace2.io/