Forum Discussion
Bryce_Halkerst1
Jun 20, 2013Nimbostratus
LTM 11.1.0 Cookie httponly flag TCL errors
All,
Have deploy cookie httponly flag for PCI compliance. New irule takes down the website when applied. I am running http classes and i had to do httpclass disable for other irules. Has anyo...
Bryce_Halkerst1
Jun 24, 2013Nimbostratus
Aaron,
Thanks for you quick response. I just need the httponly flag for 2 cookies. Going to perform the following iRule on staging.
Thanks,
Bryce
when HTTP_RESPONSE {
Check if the response contains the Foo cookie
if {[HTTP::cookie BIGipServerWeblogic_Foo] ne ""}{
HTTP::cookie version BIGipServerWeblogic_Foo 1
HTTP::cookie httponly BIGipServerWeblogic_Foo enable }
Check if the response contains the FooBoo cookie
if {[HTTP::cookie FooBoo] ne ""}{
HTTP::cookie version FooBoo 1
HTTP::cookie httponly FooBoo enable }
}
}
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