You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should this maybe return the scheme too so that could be used here (with a default of http)?
So with the protocol now being exposed, we could potentially add support for https: by adding a little logic to the route.target definition. As far as I can see this would require the following changes:
Support for defining the protocol in the routes config file
Support for defining the protocol via --route-override
Updating the route.target logic to allow changing of the protocol, defaulting to http:
Investigating the impact of using https and if there are further changes required in order to fully support it. (Encryption etc).
The text was updated successfully, but these errors were encountered:
This is something we'd like to do, but we're waiting for a practical application so that we can test it all works as expected. At the moment all our use of Shunter uses http internally.
#112 added support for surfacing the protocol of the
--route-override
route, defaulting tohttp:
.As inspired by @moddular's comment on the PR:
So with the protocol now being exposed, we could potentially add support for
https:
by adding a little logic to theroute.target
definition. As far as I can see this would require the following changes:--route-override
route.target
logic to allow changing of the protocol, defaulting tohttp:
https
and if there are further changes required in order to fully support it. (Encryption etc).The text was updated successfully, but these errors were encountered: