Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Danny_Alvarez_1's avatar
Danny_Alvarez_1
Icon for Nimbostratus rankNimbostratus
Feb 08, 2016

Adding "HTTP::cookie httponly $mycookie enable" on iRule breaks connection on an HTTPS VIP

Hi, Trying to secure cookies and apply HttpOnly flag at the same time with the following iRule: when HTTP_RESPONSE { foreach mycookie [HTTP::cookie names] { HTTP::cookie secure $mycookie enable...