UrlRedirectionConfig
class UrlRedirectionConfig
Configuration for URL redirection in a specific direction (host-to-client or client-to-host). When enabled, URLs matching the allowed or denied patterns are redirected accordingly. The denied list takes precedence over the allowed list.
Types
Properties
Link copied to clipboard
List of URL patterns that are allowed to be redirected. URLs matching these patterns will be redirected unless they also match a pattern in the denied list.
Link copied to clipboard
List of URL patterns that are denied from redirection. This list takes precedence over the allowed list.