Feature Requests Allow cachebusting URLs

Closed

I use updown to check a url that is behind a caching CDN. If the origin server goes offline, real users making requests for new URLs will see errors, but I will not be notified of downtime: the updown check will still succeed since the URL it is checking has been cached.

I'd like the ability to add a random string to a URL each time it is checked, so that requests bust through the cache and check that both the CDN and origin server are online

codl@codl.fr
Created on November 11, 2018 · Last update on July 16, 2024
3 Comments
Adrien Rey-Jarthon

Indeed that's a classic problem but it's better solved using the standard Cache-Control header to disable caching, and this one can already be set on updown.io using the customize request form (</> icon).

Like   Nov 11, 2018 13:29
Adrien Rey-Jarthon

Indeed that's a classic problem but it's better solved using the standard Cache-Control header to disable caching, and this one can already be set on updown.io using the customize request form (</> icon).

Like   Oct 19, 2021 18:13
Adrian Mörchen

I think this shouldn't be declined.

We use static site caching too. Using a “random” request parameter would be the simplest method, which doesn't need any advanced technical knowledge.

Also, this parameter than could be used for the contains check too.

Like   Apr 11, 2022 08:58   Edit   Delete