Dynamic params for Health Checks

I’m using a static route for a health check bc the path parameter only allows a fixed route.

Ideally, I could vary parameters passed to avoid caching and test the service can actually perform the job I expect it to.

Here’s my example:
Path: /?h=384&output=webp&url=&w=384

This is an image resizer so I’d want to vary the h and w params in the URL to ensure the service does work on the health check.

I’m surprised this is coming up to be a being a year old and not resolved. This is a pretty standard feature for most monitoring solutions, it’s not even an enterprise feature.

Just to reiterate, being able to modify the path to include a variable that outputs for instance the current time within the UNIX timestamp would bypass most common caching solutions. This is important as caching can hide outages.

Example:
https://cloudflare.com/?v={timestamp}

Better Uptime

Uptime Kuma

image

#Uptime Robot