Forum Discussion
Jul 12, 2014
BIG-IP : iRule fails to find cookie
In Google Advanced REST Client , I send my GET request with headers : Cookie: special=1 My iRule has the following code : when HTTP_REQUEST {
set cookie_special [HTTP::cookie value "s...
Kevin_Stewart
Jul 13, 2014Employee
By the way, try this:
when HTTP_REQUEST {
if { [HTTP::cookie exists aCKE] } {
log local. "Cookie (aCKE) = [HTTP::cookie value aCKE]"
}
}
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