Cache Buster - does the cache buster function exist? #2411

Closed
opened 2026-02-28 02:53:45 -05:00 by deekerman · 2 comments
Owner

Originally created by @tallesairan on GitHub (Jul 25, 2023).

⚠️ Please verify that this bug has NOT been raised before.

  • I checked and didn't find similar issue

🛡️ Security Policy

📝 Describe your problem

CacheBuster

I have a question, I would like to know if a feature exists in uptime kuma

I use many layers of cache in some applications, which often do not even respect the cache header, I would like to know if there is any way to pass some parameter "nocache=current_timestamp" in the url dynamically?
I use this in the uptime robot, I believe that if I don't have this functionality I will develop it.

example from uptime robot

Uptime Robot will auto-replace the string:

cachebuster
in the querystring with a unique timestamp every time so that each request is unique.

As an example, if the website to be monitored is:

https://mywebsitetomonitor.com
We can use the URL as:

https://mywebsitetomonitor.com/?cachebuster
and the request will have a different querystring each time.

Hope this helps for a better uptime.

📝 Error Message(s) or Log

Not Error

🐻 Uptime-Kuma Version

latest

💻 Operating System and Arch

Ubuntu 20.04

🌐 Browser

Google Chrome 95

🐋 Docker Version

No response

🟩 NodeJS Version

No response

Originally created by @tallesairan on GitHub (Jul 25, 2023). ### ⚠️ Please verify that this bug has NOT been raised before. - [X] I checked and didn't find similar issue ### 🛡️ Security Policy - [X] I agree to have read this project [Security Policy](https://github.com/louislam/uptime-kuma/security/policy) ### 📝 Describe your problem ### CacheBuster I have a question, I would like to know if a feature exists in **uptime kuma** I use many layers of cache in some applications, which often do not even respect the cache header, I would like to know if there is any way to pass some parameter "nocache=current_timestamp" in the url dynamically? I use this in the uptime robot, I believe that if I don't have this functionality I will develop it. ### example from [uptime robot](https://uptimerobot.com/blog/cachebuster-a-pro-tip-for-bypassing-cache/) > Uptime Robot will auto-replace the string: > > *cachebuster* > in the querystring with a unique timestamp every time so that each request is unique. > > As an example, if the website to be monitored is: > > https://mywebsitetomonitor.com > We can use the URL as: > > https://mywebsitetomonitor.com/?*cachebuster* > and the request will have a different querystring each time. > > Hope this helps for a better uptime. ### 📝 Error Message(s) or Log Not Error ### 🐻 Uptime-Kuma Version latest ### 💻 Operating System and Arch Ubuntu 20.04 ### 🌐 Browser Google Chrome 95 ### 🐋 Docker Version _No response_ ### 🟩 NodeJS Version _No response_
deekerman 2026-02-28 02:53:45 -05:00
  • closed this issue
  • added the
    help
    label
Author
Owner

@CommanderStorm commented on GitHub (Jul 25, 2023):

No, this is currently not supported
See #575 for the issue which tracks this behaviour

@CommanderStorm commented on GitHub (Jul 25, 2023): No, this is currently not supported See #575 for the issue which tracks this behaviour
Author
Owner

@tallesairan commented on GitHub (Jul 25, 2023):

Thanks 👍🏼

@tallesairan commented on GitHub (Jul 25, 2023): Thanks 👍🏼
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/uptime-kuma#2411
No description provided.