Forum Discussion
Ganesh_Ramamoor
Nimbostratus
Jan 25, 2006persistence on HTTP non-standard header
Hello!
Is it possible to have persistence based on a non-standard HTTP header? I can't use "starts_with" or "contains" because I won't know what this header value could be. But if header "HEADER1" has the value "userxyz@domain123.com", then for all the subsequent requests with that same value for HEADER1 I would like the requests to go to the same servers as before.
Thanks
- Colin_Walker_12Historic F5 AccountThis is certainly something that's possible via iRules.
when HTTP_REQUEST { if { [HTTP::header exists header1] } { persist uie [HTTP::header header1] } pool http_pool }
- Ganesh_Ramamoor
Nimbostratus
- Ganesh_Ramamoor
Nimbostratus
- drteeth_127330Historic F5 AccountTry adding the persist universal profile to the virtual servers and enable the "across virtuals" option.
- Ganesh_Ramamoor
Nimbostratus
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