Forum Discussion
Anthony_Gerace_
Apr 06, 2006Historic F5 Account
HTTP::header not working in http_request_send event
Hi,
I am trying to use the HTTP::header command in the HTTP_REQUEST_SEND event for logging request headers. The documentation states this command should be available in this event, but using the fol...
unRuleY_95363
Apr 06, 2006Historic F5 Account
Try adding clientside as in:
when HTTP_REQUEST_SEND {
set hdrs [clientside {HTTP::header count}]
log local0. "there are $hdrs in this request"
}
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