Forum Discussion
doddy
Jul 27, 2013Nimbostratus
Detect HTTP Pipelining Request
Good day all...
I am currently looking for method to detect HTTP pipelining request. This pipelining is currently exploiting our vulnerability in which cannot detect subsequent request on...
doddy
Jul 27, 2013Nimbostratus
Hi Nitass, did you mean I can combine TCP level with HTTP level events like this?
when CLIENT_ACCEPTED {
TCP::collect
}
when CLIENT_DATA {
TCP::payload parsing and reject command
}
when HTTP_REQUEST {
some existing command
}
I didn't know this before, so if it is possible then I think I found what I'm looking for.
Thanks :)
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