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

ability to refresh page on an interval using HTTP refresh #136

Closed
MTollens opened this issue Mar 29, 2023 · 2 comments
Closed

ability to refresh page on an interval using HTTP refresh #136

MTollens opened this issue Mar 29, 2023 · 2 comments

Comments

@MTollens
Copy link

provide a simple toggle for "Force Refresh" with a seconds interval
my usecase is to display some simple HTML that may get updated in the background on occasion.
giving access to the HTTP refresh flag in some manner would ensure that the page will always be up to date if it has been open for a while.

@terreng
Copy link
Owner

terreng commented Mar 29, 2023

Would #106 solve your problem?

Also, are you aware that it's possible to do this using the HTML meta tag? Like this: <meta http-equiv="refresh" content="30;URL='https://example.com'" />

It's also possible to add a custom header using plugins.

@MTollens
Copy link
Author

yes #106 would satisfy my request, I will look into your other suggestions in the meantime,
writing a plugin would be my last resort but it is there if I need it
Thank you

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

No branches or pull requests

2 participants