Forum Discussion
Blue_whale
Cirrocumulus
May 30, 2019Irule - How this Secure Cookie Irule works ?
Can some one explain how this SECURE_COOKIE Irule works . ltm rule SECURE_COOKIE { when HTTP_RESPONSE_RELEASE { set unsafe_cookie_headers [HTTP::header values "Set-Cookie"] HTTP::header...
Dario_Garrido
Noctilucent
May 30, 2019when HTTP_RESPONSE_RELEASE {
# Get all values of Set-Cookie headers
set unsafe_cookie_headers [HTTP::header values "Set-Cookie"]
# Remove the current unsafe Set-Cookie header
HTTP::header remove "Set-Cookie"
foreach set_cookie_header $unsafe_cookie_headers {
# Insert a new Set-Cookie header with '<value>; Secure' for each one (to securize)
HTTP::header insert "Set-Cookie" "${set_cookie_header}; Secure"
}
}Blue_whale
Cirrocumulus
May 31, 2019Dario thank you ,
what do you mean by unsafe communication ?
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
