Forum Discussion

eLeCtRoN's avatar
eLeCtRoN
Icon for Cirrus rankCirrus
Feb 19, 2018

F5 Reverse Proxy Redirect iRule with Regular Expressions

Hello,

 

could I get some example for a iRule with regular expressions ? My example is:

 

^/login.(.) := https://www.xyz.de/login.$1

 

^/anmeldung.(.) := https://www.xyz.de/$1/anmeldung.$2

 

/portal/([A-Za-z0-9])/(.) := $1/$2

 

 

how could I take this in iRule format with HTTP:URI and maybe stream ?

 

THX

 

No RepliesBe the first to reply