Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect caching loop & busting #1511

Open
bwbroersma opened this issue Sep 23, 2024 · 0 comments
Open

Redirect caching loop & busting #1511

bwbroersma opened this issue Sep 23, 2024 · 0 comments
Milestone

Comments

@bwbroersma
Copy link
Collaborator

When I go to /site/nevertested.example/results
I get an 302 to /site/nevertested.example/ with an cache-control: max-age=60 and expires: now + 60 seconds.
When the probes then finish within 60 seconds .. the site will goto /results, which is cached, so it will reload he status page, which will redirect again .. until the 60 second cache is expired.

Also, the request to /site/probes/domainname/?_=jstimestamp is interesting, since the jstimestamp is done for cache busting principles, while the probe returns the same cache-control: max-age=60 and expires: now + 60 seconds.
Which all in all feels a bit unclean to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant