-
I would like to set a `last-modified` or `etag` header based on the data that we load when rendering the app. Is this possible? How is the ETag header computed in the current implementation?
-
**Describe the bug**
Disable cache checkbox in browser is ignored
**To Reproduce**
1: enable Disable cache in browser
2: do the request twice
3: inspect response
4: x-cache-hit is 1
…
-
I see this sometimes on my local tests
```
[gw5] [100%] PASSED tests/_test_msui/test_mscolab.py::Test_Mscolab::test_activate_operation_updates_active_users
Exception ignored in:
Traceback (mos…
-
**Describe the bug**
all static files are deliverd with max-age=0, so they get never cached.
**To Reproduce**
Steps to reproduce the behavior:
curl -I https://test.bigbluebutton.org/html5client/…
erisd updated
7 months ago
-
This may involve sending last-modified-at, an etag ([`trillium-caching-headers`](https://docs.rs/trillium-caching-headers/latest/trillium_caching_headers/struct.Etag.html) can handle this), a longer m…
-
Hello, is there any way to override the cache-control header?
I am running into an issue where I need to clear the cache key on update, but since fastapi-cache is setting the cache-control header I…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### What happened?
Command:
`vulncheck index list initial-access --cve CVE-2024-9644`
Output:
```
{
"_times…
-
I see one client in my logs downloading the podcast feed apparently unconditionally every 20 minutes. New content is added to the feed less than once a month, so several MB of traffic and hundreds of…
-
After update 0.3.2 > 0.3.3
it started to fail when accessing UI pages (RAILS_ENV=development)
```
web | Rendered /usr/local/bundle/gems/mission_control-jobs-0.3.3views/mission_control/jobs/…
-
In the Web Content Caching section it says:
"Independently of the cache policy defined by the web application, if caching web application contents is allowed, the session IDs must never be cached, …