Forum Discussion
Maria123
Jun 24, 2021Altostratus
illegal argument invoked from within "http::collect ...."
Can we collect the request payload using HTTP::collect, two times in two different iRules assigned to the same virtual server? or there will be any impact? Do I need to use HTTP::release before coll...
Jul 20, 2022
I recently came across this issue when adding an iRule to mitigate log4j/spring4shell.
You may want to apply a catch statement in your secondary iRule to avoid errors:
if { $content_length > 0 } {
if { [catch { HTTP::collect $content_length }] } {
log local0. "data collection already in progress"
} else {
log local0. "collecting data 2"
}
}
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