Forum Discussion
jgranieri_42214
Nimbostratus
Apr 30, 2013HTTP Payload Parsing not working as expected
Hello,
I am trying to load balance based of a UN string seen in the HTTP Payload, i was able to do this in TCP Payload for another VIP without any issues.I have tried multiple iterations ...
What_Lies_Bene1
Cirrostratus
Apr 30, 2013It looks like UN is a HTTP header so I'd have thought this would work (removed the :);
when HTTP_REQUEST {
if { [HTTP::header "UN"] contains "@ATEST4" } {
pool Leg1
} else {
pool Leg2
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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