Loading...
Loading...
In case of portal access, 401 responses that contain JSON data are rewritten incorrectly, causing errors on client side.
WebApp will fail to load
WebApp sending 401 response with JSON data
Custom iRule to not rewrite the content of 401 response. Sample iRule: when HTTP_REQUEST { if {[HTTP::path] ends_with "XXXX" and [HTTP::query] contains "F5CH=I" } { set flag1 1 } } when HTTP_RESPONSE { if {[info exists flag1]} { unset flag1 if {[HTTP::status] == "401"} { REWRITE::disable set flag2 1 } } else { if {[info exists flag2]} { unset flag2 REWRITE::enable } } }
None
Click on a version to see all relevant bugs
F5 Integration
Learn more about where this data comes from
BugZero Plan
Streamline upgrades with automated vendor bug scrubs
BugZero Prevent
Wish you caught this bug sooner? Get proactive today.