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

Implement 304 Not Modified for API Responses #189

Open
OfficialFreak opened this issue Sep 27, 2023 · 1 comment
Open

Implement 304 Not Modified for API Responses #189

OfficialFreak opened this issue Sep 27, 2023 · 1 comment
Labels

Comments

@OfficialFreak
Copy link
Collaborator

We'd have to be careful with using max-age as picking lessons from forms could result in an old version.

@ArtrenH
Copy link
Collaborator

ArtrenH commented Oct 3, 2023

Can't the website just check store the revision timestamp for every plan and then check in the metadata, if a new one is available?
That has the disadvantage that the metadata has to be updated more often though (to catch cases where a user navigates the website and a new revision becomes available)

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

No branches or pull requests

3 participants