Frontdoor Rule Actions Url Redirect Action
Constructors
Properties
The fragment to use in the redirect. The value must be a string between 0 and 1024 characters in length, leave blank to preserve the incoming fragment. Defaults to "".
The host name you want the request to be redirected to. The value must be a string between 0 and 2048 characters in length, leave blank to preserve the incoming host.
The path to use in the redirect. The value must be a string and include the leading /, leave blank to preserve the incoming path. Defaults to "".
The query string used in the redirect URL. The value must be in the action_server_variable} format and must not include the leading ?, leave blank to preserve the incoming query string. Maximum allowed length for this field is 2048 characters. Defaults to "".
The protocol the request will be redirected as. Possible values include MatchRequest, Http or Https. Defaults to MatchRequest.
The response type to return to the requestor. Possible values include Moved, Found , TemporaryRedirect or PermanentRedirect.