Forum Discussion

grovesteve_1428's avatar
grovesteve_1428
Icon for Nimbostratus rankNimbostratus
Apr 30, 2015

Test iRules compatibility

How can I test a couple basic irules to see if they are compatible with version 11.6? Currently running version 11.1. Here is one of them: when HTTP_REQUEST { switch -glob [string tolower [HTTP::uri]] { "/qpmadmin" { URI starts with /qpmadmin HTTP::redirect "https://domainname.com/QPMAdmin" } default { No prior match so take some default action HTTP::redirect "https://[HTTP::host]/QPMUser/" } } }

 

1 Reply