Forum Discussion
Democritus_Per1
Nimbostratus
Sep 25, 2012binary scan irule with findstr
Hello Community,
We would like to implement the irule bellow in order to use for ensuring persistency based on an ICAP Header. Previus attempts on using HTTP:headers irules failed since t...
hoolio
Cirrostratus
Oct 05, 2012ie, here's what I'm thinking:
when CLIENT_ACCEPTED {
TCP::collect 200
}
when CLIENT_DATA {
if {[set sess_id [findstr [TCP::payload] "X-SESSION_ID: " 14 "\r\n"]] ne ""}{
log local0. "$sess_id"
persist $sess_id
}
TCP::release
}
Aaron
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
