Redirect a specific Hostname to a different Hostname + URL keeping the end url safe

Redirect a specific Hostname to a different Hostname + URL keeping the end url safe

book

Article ID: CTX233147

calendar_today

Updated On:

Description

Redirect a specific Hostname to a different Hostname + URL keeping the end url safe

For eg. : Redirect the requests from http://abc.def.com to https://ghi.jkl.com/mno/pqr keeping the end url safe


Instructions

 
 
Requirement: Redirect the requests from http://abc.def.com to https://ghi.jkl.com/mno/pqr keeping the end url safe
Step 1> Enable Responder and click on Action:
User-added image
Step 2> Create Responder Action:
Type : Redirect
Expression : “https://” + “ghi.jkl.com/mno/pqr" + HTTP.REQ.URL.HTTP_URL_SAFE

User-added image

Step 3> Create Responder Policy and bind the Action to it.

User-added image
Step 4> Bind the policy to LB Vserver
User-added image
User-added image
User-added image