Forum Discussion
Gustavo_Lazarte
Nimbostratus
Oct 16, 2009remove CFID value from header
Hello,
in a security audit we are trying to remove or remove the Set-Cookie CFID value from HTTP::response for a security audit
here is the header
HTTP/1.1·200·OK...
hoolio
Cirrostratus
Oct 16, 2009You can use HTTP::cookie remove CFID (Click here) to remove the cookies from the response in the HTTP_RESPONSE event:
when HTTP_RESPONSE {
Remove any cookies named CFID
while {[HTTP::cookie exists "CFID"]}{
HTTP::cookie remove "CFID"
}
}
Aaron
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