Forum Discussion
zafer
Nimbostratus
Aug 03, 2009post data problem
Hello
we load balance weblogic servers with 2 segment;
vip1 has 2 members (these members works on application proxy now) they forward requests to the second vip address
v...
zafer
Nimbostratus
Aug 04, 2009Hello
Application guys told me they lost post data on second vip and i assigned the rule on second vip
this irules show us only null message found or not. how can i extend this rule for debugging
regards
zafer
when HTTP_REQUEST {
if { [HTTP::method] == "POST" } {
HTTP::collect [HTTP::header Content-Length]
}
}
when HTTP_REQUEST_DATA {
if { [regexp {\x03\xB0(.*)\x00} [HTTP::payload]] } {
log local0. "null message found"
} else {
log local0. "null message not found"
}
HTTP::release
}
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
