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

Router - Wildcard host name for version overrides #311

Open
huntharo opened this issue Feb 18, 2023 · 0 comments
Open

Router - Wildcard host name for version overrides #311

huntharo opened this issue Feb 18, 2023 · 0 comments

Comments

@huntharo
Copy link
Collaborator

huntharo commented Feb 18, 2023

Motivations

  • Cookies are not easily seen and can impact other tabs without the developer realizing it
  • Query strings get lost on page navigations - on client-side navigations they still apply, but if a hard-nav happens the query string gets lost
  • Host names persist and are visible

Acceptance Criteria

  • Register * handler on CloudFront
  • Register * Route53 handler
  • Parse the host name in the EdgeToOrigin function and use that as the version for routing
  • Evaluate options for encoding / decoding of the versions (try multi-dot, try escaping, etc.)
@huntharo huntharo added this to the v0.4 milestone Feb 18, 2023
@huntharo huntharo reopened this Feb 28, 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