Forum Discussion
Yugandhar
Nimbostratus
Jul 18, 2018Reason for iRule Execution Error
Hi
Multiple URLs are pointing to the same Virtual Server IP but persistence of 600 secs is needed only for a few of them.
Configured the below iRule and applied to the VS but got an Execution er...
JG
Cumulonimbus
Jul 20, 2018Try this one to see if there is a difference:
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] equals ( "access.testxyz45.com" or "abc.testxyz45.com" or "def.testxyz45.com" or "mail.testxyz45.com" ) } {
persist source_addr [IP::client_addr] 600
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects