Sashi_81625
Sep 22, 2011Nimbostratus
how to capture ldap response
here is the iRule that i am working on
when SERVER_CONNECTED {
TCP::collect
}
when SERVER_DATA {
set payload [TCP::payload]
...