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

Forum Discussion

Yugandhar's avatar
Yugandhar
Icon for Nimbostratus rankNimbostratus
Feb 02, 2019

iRule to replace title of the html message

Hi,   Can we have the below iRule to replace the title header with a script in the HTML message.   when HTTP_REQUEST {   if {[HTTP::path] equals "https://abc.com/id/summary.html";} {   ...