Bug ID 1381065: Custom Request implementation modifies the Request object's prototype, resulting in the lack of the 'signal' property.

Last Modified: Jul 24, 2024

Affected Product(s):
BIG-IP APM(all modules)

Known Affected Versions:
15.1.0, 15.1.0.1, 15.1.0.2, 15.1.0.3, 15.1.0.4, 15.1.0.5, 15.1.1, 15.1.2, 15.1.2.1, 15.1.3, 15.1.3.1, 15.1.4, 15.1.4.1, 15.1.5, 15.1.5.1, 15.1.6, 15.1.6.1, 15.1.7, 15.1.8, 15.1.8.1, 15.1.8.2, 15.1.9, 15.1.9.1, 15.1.10, 15.1.10.2, 15.1.10.3, 15.1.10.4, 16.1.0, 16.1.1, 16.1.2, 16.1.2.1, 16.1.2.2, 16.1.3, 16.1.3.1, 16.1.3.2, 16.1.3.3, 16.1.3.4, 16.1.3.5, 16.1.4, 16.1.4.1, 16.1.4.2, 16.1.4.3, 17.1.0, 17.1.0.1, 17.1.0.2, 17.1.0.3, 17.1.1, 17.1.1.1, 17.1.1.2, 17.1.1.3

Fixed In:
16.1.5

Opened: Oct 18, 2023

Severity: 4-Minor

Symptoms

Cache-fm-Modern.js:405 TypeError: Failed to execute 'fetch' on 'Window': Failed to read the 'signal' property from 'RequestInit': Failed to convert value to 'AbortSignal'.

Impact

Fetch request fails and throws an error

Conditions

When going through Portal Access Modern Rewrite mode

Workaround

Mitigate the issue with below iFile 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] } } For iFile - Escalate a case explaining to open an SR requesting for such iFile

Fix Information

NA

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips