Last Modified: Aug 27, 2024
Affected Product(s):
BIG-IP APM
Fixed In:
16.1.5
Opened: Dec 21, 2023 Severity: 4-Minor
APM is unable to read or modify the CSS properties to dynamically change the style of the element
Unable to read or modify the CSS properties to dynamically change the style of the element
Modern Rewrite Mode is enabled
Use the below iRule: when CLIENT_ACCEPTED { ACCESS::restrict_irule_events disable } when HTTP_REQUEST { if { [HTTP::path] ends_with "cache-fm-Modern.js" } { HTTP::respond 200 content [ifile get ModernCachefm] } } Request the iFile with the fix via an escalation
None