Forum Discussion
fkw
Nimbostratus
Oct 06, 2020Logging response data
I already know about HTTP::collect and HTTP:payload. My current iRule looks like this: when HTTP_REQUEST_DATA {
set request_payload [HTTP::payload]
}
when HTTP_RESPONSE_DATA {
set respo...
Dario_Garrido
Noctilucent
Oct 19, 2020Hello.
Try this:
when HTTP_REQUEST_DATA {
set request_payload [HTTP::payload]
HTTP::release
}
when HTTP_RESPONSE_DATA {
set response_payload [HTTP::payload]
HSL::send [HSL::open -proto UDP -pool syslog_server] "HSL TEST: BLA"
HTTP::release
}REF - https://clouddocs.f5.com/api/irules/HTTP__release.html
Regards,
Dario.
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