Uses of Interface
io.envoyproxy.envoy.extensions.internal_redirect.safe_cross_scheme.v3.SafeCrossSchemeConfigOrBuilder
Packages that use SafeCrossSchemeConfigOrBuilder
-
Uses of SafeCrossSchemeConfigOrBuilder in io.envoyproxy.envoy.extensions.internal_redirect.safe_cross_scheme.v3
Classes in io.envoyproxy.envoy.extensions.internal_redirect.safe_cross_scheme.v3 that implement SafeCrossSchemeConfigOrBuilderModifier and TypeClassDescriptionfinal classAn 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 final classAn 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.