Forum Discussion
vrn_159121
Altostratus
Feb 11, 2019log the http cookie name value and path using irule
hi how to log the cookie name ,value and path using irule
used below irule but only cookie name and value getting logged but not path
when HTTP_REQUEST {
set cookies [HTTP::cookie names]
foreach cookie $cookies {
set cookie_value [HTTP::cookie $cookie]
set cookie_path [HTTP::cookie path $cookie]
log local0. "Cookie names in received request: $cookie_value and $cookie_path"
}
}
2 Replies
- TMcGov_92811
Nimbostratus
Hi Colin, thanks alot...its working great now.
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