Forum Discussion
Jo_31162
Dec 17, 2013Nimbostratus
Persistence based on Header value
Hi all,
I need to configure an iRule in order to make persistence based on hexadecimal value in HTTP header.
This field is variable and can be 8 number/characters long.
I was thinking of using Univer...
nathe
Dec 17, 2013Cirrocumulus
Try this then:
when HTTP_REQUEST {
if { [HTTP::header exists "Accept"] } {
persist uie [findstr [HTTP::header Accept] /z-y: 5 end ]
}
}
Hope this helps,
N
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