-
Notifications
You must be signed in to change notification settings - Fork 35
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
Allow host overrides in TOML configuration #9
Labels
feature-ux
Concerning ergonomics and ease-of-use
Comments
@fgsch plans to take this on! Some notes:
|
fgsch
added a commit
to fgsch/Viceroy
that referenced
this issue
Jul 19, 2021
This adds a new field to the backend definition, override_host, allowing to override the Host header that will be send to the backend. Addresses fastly#9.
fgsch
added a commit
to fgsch/Viceroy
that referenced
this issue
Jul 19, 2021
This adds a new field to the backend definition, override_host, allowing to override the Host header that will be send to the backend. Addresses fastly#9.
fgsch
added a commit
to fgsch/Viceroy
that referenced
this issue
Jul 19, 2021
This adds a new field to the backend definition, override_host, allowing to override the Host header that will be sent to the backend. Addresses fastly#9.
fgsch
added a commit
to fgsch/Viceroy
that referenced
this issue
Jul 19, 2021
This adds a new field to the backend definition, override_host, allowing to override the Host header that will be sent to the backend. Addresses fastly#9.
Implemented in #48 . |
I think this issue is done. Thanks again Federico! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One option exposed in Fastly's management UI is the ability to provide an "override host." See this guide for more information. The core premise is that the
host
header will be rewritten with a different host than is in the outbound URL.We should expose a setting in our TOML schema to do the same thing when running a program locally.
The text was updated successfully, but these errors were encountered: