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 n...
Kai_Wilke
MVP
Feb 11, 2019Hi VRN,
a User-Agent will not send the Cookie-Path parameter to your web server. The Cookie-Path parameter is only send by Web Server, to signal die User-Agent to which Path the cookie is allowed to send.
If the path is matching, the User-Agent will send just a
cookie=value
(without any parameters). If the path if not matched, the User-Agent will omit the cookie from the request...
Cheers, Kai
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