Hi Edgar,
You can add a header Location using AddHeader from HttpRequestHandler extension and then set the Status Code (using SetStatusCode also from HttpRequestHandler) to 308 for Permanently Moved or 307 for Temporarily Moved:

And then the SetStatusCode to 308:

Hope it helps.
Cheers,
João