|
The
isSecure
value of the
ServiceInstance
returned from the
LoadBalancer
will override
the scheme specified in the request made to the Gateway. For example, if the request comes into the Gateway over
HTTPS
but the
ServiceInstance
indicates it is not secure, then the downstream request will be made over
HTTP
. The opposite situation can also apply. However if
GATEWAY_SCHEME_PREFIX_ATTR
is specified for the
route in the Gateway configuration, the prefix will be stripped and the resulting scheme from the
route URL will override the
ServiceInstance
configuration.
|