Operational Defect Database

BugZero found this defect 1062 days ago.

F5 | 893161

Internal request to volatile.html used for cookie transport in Portal Access is sometime rewritten

Last update date:

4/26/2024

Affected products:

BIG-IP

BIG-IP APM

Affected releases:

13.0.0

13.0.0 HF1

13.0.0 HF2

13.0.0 HF3

13.0.1

13.1.0

13.1.0.1

13.1.0.2

13.1.0.3

13.1.0.4

13.1.0.5

13.1.0.6

Fixed releases:

No fixed releases provided.

Description:

Bug ID 893161: Internal request to volatile.html used for cookie transport in Portal Access is sometime rewritten ... Last Modified: Apr 26, 2024 ... Symptoms ... Request to volatile.html gets rewritten which reaches the backend server causing error responses from backend server. ... Impact ... Error response from the back end server since volatile.html is internal to Portal Access ... Conditions ... Re-definition of XMLHttpREquest.prototype.open in the web application. ... Workaround ... Custom iRule, there is no generic irule but it can be implemented depending on the web application requirement. ... Sample iRule: XXXXX is web application path # # workaround for rewritten request for /volatile.html # (remove link to opener if opener is full webtop) # when REWRITE_REQUEST_DONE { if { [HTTP::path] ends_with "XXXXX" } { # log "URI=([HTTP::path])" # Found the file to modify REWRITE::post_process 1 set do_fix 1 } } when REWRITE_RESPONSE_DONE { if {[info exists do_fix]} { unset do_fix s...

Additional Resources / Links

Share:

BugZero® Risk Score

What's this?

Coming soon

Status

New

Learn More

Search:

...