Forum Discussion
Lotfi_Bouhaddad
Nimbostratus
Feb 20, 2007Persistence using IRule
Hi everyone,
I'm a newbie in irule programming and i need some help to do a persistence based on the http field X-Nokia-MSISDN.
how can i do to check the value of this field in th...
JRahm
Admin
Feb 20, 2007You should be able to persist without setting the variable:
when HTTP_REQUEST {
if { [HTTP::header exists "X-Nokia-MSISDN"] } {
persist uie [HTTP::header "X-Nokia-MSISDN"]
}
}
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