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

Edge - Versionless static file routing (optional) #307

Open
2 tasks
huntharo opened this issue Feb 11, 2023 · 0 comments
Open
2 tasks

Edge - Versionless static file routing (optional) #307

huntharo opened this issue Feb 11, 2023 · 0 comments

Comments

@huntharo
Copy link
Collaborator

Motivations

  • Shared .js files (e.g. for a menu) need to have a versionless path that can be embedded in many apps
  • favicon.ico files can benefit from being versionless

To-Do

  • Consider 302 routing to current version of file
  • Consider rewriting request in Origin Request to point to current version of file and adding a header to the request that is part of the cache key (if possible) so the file can be served from edge if that version was already cached
@huntharo huntharo added this to the v0.4 milestone Feb 11, 2023
@huntharo huntharo moved this to Todo in MicroApps Core Feb 11, 2023
@huntharo huntharo removed this from the v0.4 milestone Apr 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant