Bug ID 1056669: Clicking the ActiveX RDP Resources icon does not display the ActiveX RDP web page.

Last Modified: Mar 02, 2026

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

Known Affected Versions:
14.1.4.4, 13.1.4.1

Opened: Oct 22, 2021

Severity: 3-Major

Symptoms

When you click the ActiveX RDP icon on the webtop, the system displays the error message "This page cannot be displayed".

Impact

Unable to open the ActiveX RDP web page.

Conditions

ActiveX RDP is configured using the remote desktop setting.

Workaround

Create the following iRule and apply to virtual server when CLIENT_ACCEPTED { ACCESS::restrict_irule_events disable } when HTTP_REQUEST { if { [HTTP::uri] starts_with "/vdesk/resource_all_info.eui" && [HTTP::uri] contains "remote_desktop" } { #strip out %230 in URI HTTP::uri [string map {"%230" ""} [HTTP::uri]] } }

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips