Forum Discussion
Greg_Burch
Nimbostratus
Mar 22, 2007Adding Multiple Headers
Has anyone had any experience with adding multiple HTTP headers within an HTTP profile (in the Header Insert field)? I would like to know what the delimiter would be between the headers. Or is this ...
Both request and response logging hdrs
when HTTP_REQUEST {
log local0. "Request URI = [HTTP::uri]"
foreach x [HTTP::header names] {
log local0. "Request header($x) = [HTTP::header $x]"
}
}
when HTTP_RESPONSE {
log local0. "Response status = [HTTP::status]"
foreach x [HTTP::header names] {
log local0. "Response header($x) = [HTTP::header $x]"
}
}
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