Pipelet: Util RedirectURL

Pipelet RedirectURL

The pipelet translates a URL, which is typically a legacy URL from an existing site, to a new URL suitable for a redirect. If no mapping is found, then the pipelet ends with an ERROR. The original URL as seen by the web server is appended on the query string. The pipelet automatically gets the request and extracts the original URL. This avoids issues with URL and parameter encoding.

Group:

Util

Flags:

Error Connector

Output Parameters

Location : String : Optional

The URL which was calculated to be the redirect URL. The Location parameter can be directly used as value for an HTTP redirect location.

OriginalURL : String : Optional

The original URL given a query string of the request.