Forum Discussion
Ritalin_Sasquat
Jan 27, 2005Historic F5 Account
Eval HTTP_REQUEST cookies inside WHEN HTTP_RESPONSE condition?
A process I'm designing will rebuild the HTTP_RESPONSE based upon what cookies were submitted in the HTTP_REQUEST.
In the 9.0 Configuration Guide, table 13.17's "response message" secti...
drteeth_127330
Jan 27, 2005Historic F5 Account
Yes, I believe v9 has the inspection capabilities that you require. The cookies from the request are not available in the HTTP_RESPONSE event. However, you can save them in a variable from an HTTP_REQUEST rule. For example:
when HTTP_REQUEST {
set cookie_names [HTTP::cookie names]
}
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