Forum Discussion
nickzml_306327
Nimbostratus
Jan 17, 2017Hash Persistence based on HTTP Header "SV" tag
Hello, I am looking for the way how to implement the hash persistence based on http header "SV" tag with iRule. We have one virtual server with few servers mapped to one pool.
Currently we are ...
Jan 17, 2017
Then you're in the right forum. 🙂
Must confess that I have not done this particular thing, but try this?
First create this irule:
when HTTP_REQUEST {
if { [HTTP::header exists "sv"] } {
persist uie [HTTP::header value "sv"]
}
}
Then create a universal persistence profile and choose the irule you just created as "irule" in the configuration
Assign the persistence profile to the virtual server.
/Patrik
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
