Http Route Rule Action Redirect Args
Properties
The host that will be used in the redirect response instead of the one that was supplied in the request.
If set to true, the URL scheme in the redirected request is set to https.
The path that will be used in the redirect response instead of the one that was supplied in the request. pathRedirect can not be supplied together with prefixRedirect. Supply one alone or neither. If neither is supplied, the path of the original request will be used for the redirect.
The port that will be used in the redirected request instead of the one that was supplied in the request.
Indicates that during redirection, the matched prefix (or path) should be swapped with this value.
The HTTP Status code to use for the redirect.
If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request.