Forum Discussion

JOBrien2019's avatar
JOBrien2019
Icon for Nimbostratus rankNimbostratus
Apr 15, 2019

iRule using IP

I want to setup an iRule to redirect on an IP which has a swagger page. Here's what I have: when HTTP_REQUEST { switch [string tolower [HTTP::host]] { "**My ip address here**" { if { [HT...