mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Cache Buster - does the cache buster function exist? #2411
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#2411
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tallesairan on GitHub (Jul 25, 2023).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ 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
📝 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
@CommanderStorm commented on GitHub (Jul 25, 2023):
No, this is currently not supported
See #575 for the issue which tracks this behaviour
@tallesairan commented on GitHub (Jul 25, 2023):
Thanks 👍🏼