Intermediate iRules: Handling Strings
To say we’re getting to the heart of the matter, dealing with string commands and parsing, re-arranging and modification, would almost be saying it too lightly…understating. String manipulation is a ...
Updated Oct 02, 2023
Version 3.0JRahm
Admin
Joined January 20, 2005
f5admin2
Jul 27, 2023Nimbostratus
How to construct URI path redirection based on dynamic header values received in an API call. For instance abc.google.com receives these header values:
country=unitedstatesofamerica
state=florida
city=tampa
it should redirect to another VIP (def.google.com) based on those header values as shown. In this case $ is a delimiter in the URI path.
https://def.google.com$country=unitedstatesofamerica$state=florida$city=tampa
Thanks would appreciate any help in composing this irule.