Forum Discussion
antonio_127066
Mar 22, 2010Historic F5 Account
genelate log
I am making a proposal document APM.
Customer wants to log what client do while he access.
Format should be "Login name, HTTP method, HTTP content length, HTTP URI"
Can we do it b...
Cspillane_18296
Nimbostratus
Apr 15, 2010Hello Antonio,
the following should work for HTTP basic authentication:
when HTTP_REQUEST {
set username [HTTP::username]
log local0. "$username, [HTTP::method], [HTTP::uri], [HTTP::header Content-Length]"
}
Please note I haven't been able to test it though.
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