| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.internal_redirect.safe_cross_scheme.v3 |
| Modifier and Type | Class and Description |
|---|---|
class |
SafeCrossSchemeConfig
An internal redirect predicate that checks the scheme between the
downstream url and the redirect target url and allows a) same scheme
redirect and b) safe cross scheme redirect, which means if the downstream
scheme is HTTPS, both HTTPS and HTTP redirect targets are allowed, but if the
downstream scheme is HTTP, only HTTP redirect targets are allowed.
|
static class |
SafeCrossSchemeConfig.Builder
An internal redirect predicate that checks the scheme between the
downstream url and the redirect target url and allows a) same scheme
redirect and b) safe cross scheme redirect, which means if the downstream
scheme is HTTPS, both HTTPS and HTTP redirect targets are allowed, but if the
downstream scheme is HTTP, only HTTP redirect targets are allowed.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.