iRule Recipe 1: Single URL Explicit Redirect
Series Introduction
Let's face it: there aren't many people out there who have extensive experience with Tcl. Since iRules is a Tcl dialect, that means that finding a solid iRules solution can be ...
Updated Jun 06, 2023
Version 2.0VernonWells
Employee
I am an F5 Solutions Architect for Service Providers in the Americas, focusing on Virtualization, SP protocols (Diameter, GTP, DNS) and programmability.
Prior to joining F5, I worked as a Wi-Fi Network Engineer for a large U.S. public University, as an Operations Engineer, a network management Software Engineer, and as a Technical Trainer.VernonWells
Employee
Dec 20, 2016How to you mean? The rule looks sensible to me, depending on what you want to achieve. If the Host header contains a name in the abc.com domain, then it will send a redirect to the client to the first request target, appending the original request target to the end. If the Host header contains a name in the def.com domain, then it redirects to the second request target, appending the original again.